The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftUIFX, reference main (bb3f4e), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 21:27:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finnvoor/SwiftUIFX.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finnvoor/SwiftUIFX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb3f4e4 Create LICENSE
Cloned https://github.com/finnvoor/SwiftUIFX.git
Revision (git rev-parse @):
bb3f4e4da6d01acffa0b2a78b532ad24e3b5864f
SUCCESS checkout https://github.com/finnvoor/SwiftUIFX.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/finnvoor/SwiftUIFX.git
https://github.com/finnvoor/SwiftUIFX.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIFX",
  "name" : "SwiftUIFX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIFX",
      "targets" : [
        "SwiftUIFX"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIFX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIFX",
      "path" : "Sources/SwiftUIFX",
      "product_memberships" : [
        "SwiftUIFX"
      ],
      "sources" : [
        "EnvironmentValues+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Emitting module SwiftUIFX
[4/6] Compiling SwiftUIFX EnvironmentValues+Extensions.swift
[4/6] Write Objects.LinkFileList
[5/6] Linking libSwiftUIFX.dylib
Build complete! (9.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIFX",
  "name" : "SwiftUIFX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIFX",
      "targets" : [
        "SwiftUIFX"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIFX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIFX",
      "path" : "Sources/SwiftUIFX",
      "product_memberships" : [
        "SwiftUIFX"
      ],
      "sources" : [
        "EnvironmentValues+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.