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 v0.1.0 (0da987), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 02:38:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finnvoor/SwiftUIFX.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finnvoor/SwiftUIFX
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at 0da9876 Ensure compiling blocks rendering closes #9
Cloned https://github.com/finnvoor/SwiftUIFX.git
Revision (git rev-parse @):
0da9876cbc669d858774bbe17ef414855ae8e0df
SUCCESS checkout https://github.com/finnvoor/SwiftUIFX.git at v0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuifx",
      "name": "SwiftUIFX",
      "url": "https://github.com/finnvoor/SwiftUIFX.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIFX",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/finnvoor/SwiftUIFX.git
[2/127] Fetching swiftuifx
Fetched https://github.com/finnvoor/SwiftUIFX.git from cache (0.65s)
Creating working copy for https://github.com/finnvoor/SwiftUIFX.git
Working copy of https://github.com/finnvoor/SwiftUIFX.git resolved at v0.1.0 (0da9876)
warning: '.resolve-product-dependencies': dependency 'swiftuifx' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
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.1.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--7754E27361AE5C74.txt
[3/6] Compiling SwiftUIFX EnvironmentValues+Extensions.swift
[4/6] Emitting module SwiftUIFX
[4/6] Write Objects.LinkFileList
[5/6] Linking libSwiftUIFX.dylib
Build complete! (11.99s)
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.