はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    新内閣発足

『Swift Forums』

  • 人気
  • 新着
  • すべて
  • Announcing the Android Workgroup

    4 users

    forums.swift.org

    We are excited to announce the creation of the Android Workgroup! The primary goal of the Android workgroup is to establish and maintain Android as an officially supported platform for Swift. To learn more and get involved with the Android Workgroup: Read the Android Workgroup charter Discuss ideas in the Android forum Use the @android-workgroup handle to reach out to the workgroup directly in the

    • テクノロジー
    • 2025/06/26 09:19
    • swift
    • android
    • Xtool: cross-platform Xcode replacement. Build iOS apps on Linux and more!

      21 users

      forums.swift.org

      Hi folks! A few months ago I shared my Swift SDK for Darwin, which allows you to build iOS Swift Packages on Linux, amongst other things. I mentioned that a lot of work still needed to be done, such as handling codesigning, packaging, and bundling. I'm super excited to share that we've finally reached the point where all of these things are now possible with cross-platform, open source software. E

      • テクノロジー
      • 2025/05/12 07:05
      • iOS
      • techfeed
      • Linux
      • programming
      • Embedded Swift on the Raspberry Pi Pico/RP2040 without the Pico SDK

        3 users

        forums.swift.org

        This is sort of a follow-up on Embedded Swift running on the Raspberry Pi Pico, but with a different take. I managed to create a very small Embedded Swift "toolchain" for building pure Swift executables for the Raspberry Pi Pico (it might also work with other RP2040 boards, but I'm only testing on the Pico). The "toolchain" is just a Makefile, so no SwiftPM integration yet, but I feel we're not to

        • テクノロジー
        • 2024/03/06 10:35
        • Violet - Python VM written in Swift

          4 users

          forums.swift.org

          Violet - Python VM written in Swift on GitHub Features: Python 3.7 implemented in Swift - without comprehensions, yield, async, await, but still… most of the expected things work. For example: tests written in Python that we pass. Standard VM stuff: lexer, recursive descent parser, compiler and bytecode. We also have an interpreter (obviously…), although most of the Python types/modules are implem

          • テクノロジー
          • 2022/04/30 13:13
          • Introducing Swift for Visual Studio Code

            3 users

            forums.swift.org

            Hi all, Here’s a Christmas present for those of you who prefer (or have to) develop Swift packages outside of Xcode - today we’re releasing the initial version of the VSCode Swift extension You can find the initial 0.1.0 release on the Visual Studio Marketplace here. The extension aims to provide a first-class experience for developing Swift packages in VSCode. It’s being guided by the SSWG but a

            • テクノロジー
            • 2021/12/25 01:25
            • On the road to Swift 6

              6 users

              forums.swift.org

              The Swift project has achieved a critical milestone of maturity of the core fundamentals, providing stability for users to invest in using Swift in earnest. On Apple's platforms such as macOS and iOS, the arrival of ABI and module stability has enabled the creation of stable binary frameworks. Further, the Swift Package Manager, which has integrated support both in Xcode and other IDEs, provides a

              • テクノロジー
              • 2020/01/23 08:01
              • iOS
              • Differentiable Programming Mega-Proposal

                4 users

                forums.swift.org

                Hi Swift community, We have completed a comprehensive proposal for the differentiable programming feature we’ve been incubating over the last 1.5 years. We’ve gone over many iterations on the feature design, and have partially completed the implementation. Now we are ready to start a discussion on Swift Evolution, specifically on upstreaming and standardizing the feature. Since this proposal is ov

                • テクノロジー
                • 2019/09/06 10:00
                • Swift/Win32 Programming!

                  3 users

                  forums.swift.org

                  Hello Win32 developers and Swift users, The Windows port has been coming along pretty well. Although it is not yet complete, it is now at the point where you can start doing interesting things with it. As such, I put together a little Hello World^WSwift program for Windows using just Swift! As the saying goes, a picture is worth a thousand words ... The source code for this is up on GitHub. It is

                  • テクノロジー
                  • 2019/02/21 03:16
                  • Apple is indeed patenting Swift features

                    15 users

                    forums.swift.org

                    Here is the patent that includes optionals chaining: 9,952,841 This is very disturbing. It's like Apple has gone insane. Computer languages are not supposed to be owned by any company. We learned this mistake with Java and APIs. Computer languages are supposed to be a part of the Commons, owned by everyone for the benefit of humanity, not the benefit of a greedy corporation.

                    • テクノロジー
                    • 2019/01/26 21:21
                    • あとで読む
                    • Introducing SourceKit-LSP - Announcements - Swift Forums

                      5 users

                      forums.swift.org

                      As recently announced by @akyrtzi, we have been working on a new language service for Swift and C-family languages based on the Language Server Protocol (LSP). I am excited to say that the source code for SourceKit-LSP is now available on GitHub! While the new language service is still in early development, we are making it available today to continue its development in the open. Check it out at G

                      • テクノロジー
                      • 2018/11/14 13:50
                      • New LSP language service supporting Swift and C-family languages for any editor and platform - Announcements - Swift Forums

                        3 users

                        forums.swift.org

                        Hey all, At Apple we are making it a priority to support high-quality tooling for all Swift developers, including those working on non-Apple platforms. We want to collaborate with the open-source community and focus our efforts on building common infrastructure that can be shared by Xcode and other editors and platforms. To that end, I'm excited to announce that we are going to start a new open-so

                        • テクノロジー
                        • 2018/10/16 21:11
                        • [Pitch] Introduce user-defined dynamically "callable" types

                          4 users

                          forums.swift.org

                          Hello all, I have a couple of proposals cooking in a quest to make Swift interoperate with dynamically typed languages like Python better. Instead of baking in hard coded support for one language or the other, I’m preferring to add a few small but general purpose capabilities to Swift. This is the first, which allows a Swift type to become “callable”. The proposal is here: https://gist.github.com/

                          • テクノロジー
                          • 2018/05/10 12:54
                          • Swift Forums

                            7 users

                            forums.swift.org

                            General announcements related to the Swift project and Swift releases.

                            • テクノロジー
                            • 2017/12/12 11:01
                            • swift

                            このページはまだ
                            ブックマークされていません

                            このページを最初にブックマークしてみませんか?

                            『Swift Forums』の新着エントリーを見る

                            キーボードショートカット一覧

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

                            • 総合
                            • 一般
                            • 世の中
                            • 政治と経済
                            • 暮らし
                            • 学び
                            • テクノロジー
                            • エンタメ
                            • アニメとゲーム
                            • おもしろ
                            • アプリ・拡張機能
                            • 開発ブログ
                            • ヘルプ
                            • お問い合わせ
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について

                            公式Twitter

                            • 公式アカウント
                            • ホットエントリー

                            はてなのサービス

                            • はてなブログ
                            • はてなブログPro
                            • 人力検索はてな
                            • はてなブログ タグ
                            • はてなニュース
                            • ソレドコ
                            • App Storeからダウンロード
                            • Google Playで手に入れよう
                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                            設定を変更しましたx