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 FuncKeyPath, reference 1.0.0 (e4e6fe), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 23:45:53 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 -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/FuncKeyPath.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/FuncKeyPath
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e4e6fe2 Makes framework dynamic.
Cloned https://github.com/sloik/FuncKeyPath.git
Revision (git rev-parse @):
e4e6fe23f132a8859df7e6579fb0f59b262a13e8
SUCCESS checkout https://github.com/sloik/FuncKeyPath.git at 1.0.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": "funckeypath",
      "name": "FuncKeyPath",
      "url": "https://github.com/sloik/FuncKeyPath.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FuncKeyPath",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sloik/FuncKeyPath.git
[1/26] Fetching funckeypath
Fetched https://github.com/sloik/FuncKeyPath.git from cache (0.55s)
Creating working copy for https://github.com/sloik/FuncKeyPath.git
Working copy of https://github.com/sloik/FuncKeyPath.git resolved at 1.0.0 (e4e6fe2)
warning: '.resolve-product-dependencies': dependency 'funckeypath' 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/sloik/FuncKeyPath.git
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 -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/6] Emitting module FuncKeyPath
[4/6] Compiling FuncKeyPath FuncKeyPath.swift
[4/6] Write Objects.LinkFileList
[5/6] Linking libFuncKeyPath.dylib
Build complete! (1.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FuncKeyPath",
  "name" : "FuncKeyPath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FuncKeyPath",
      "targets" : [
        "FuncKeyPath"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuncKeyPathTests",
      "module_type" : "SwiftTarget",
      "name" : "FuncKeyPathTests",
      "path" : "Tests/FuncKeyPathTests",
      "sources" : [
        "FuncKeyPathTests.swift"
      ],
      "target_dependencies" : [
        "FuncKeyPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuncKeyPath",
      "module_type" : "SwiftTarget",
      "name" : "FuncKeyPath",
      "path" : "Sources/FuncKeyPath",
      "product_memberships" : [
        "FuncKeyPath"
      ],
      "sources" : [
        "FuncKeyPath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.