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 SyncPolyfill, reference 0.1.0 (aa37b7), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 14:52:17 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/CharlesJS/SyncPolyfill.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/SyncPolyfill
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at aa37b7f Initial commit
Cloned https://github.com/CharlesJS/SyncPolyfill.git
Revision (git rev-parse @):
aa37b7f0d80031c0081aa3a8de7e0fee5717f806
SUCCESS checkout https://github.com/CharlesJS/SyncPolyfill.git at 0.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": "syncpolyfill",
      "name": "SyncPolyfill",
      "url": "https://github.com/CharlesJS/SyncPolyfill.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SyncPolyfill",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CharlesJS/SyncPolyfill.git
[1/14] Fetching syncpolyfill
Fetched https://github.com/CharlesJS/SyncPolyfill.git from cache (0.62s)
Creating working copy for https://github.com/CharlesJS/SyncPolyfill.git
Working copy of https://github.com/CharlesJS/SyncPolyfill.git resolved at 0.1.0 (aa37b7f)
warning: '.resolve-product-dependencies': dependency 'syncpolyfill' 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/CharlesJS/SyncPolyfill.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module SyncPolyfill
[4/4] Compiling SyncPolyfill Mutex.swift
Build complete! (3.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SyncPolyfill",
  "name" : "SyncPolyfill",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SyncPolyfill",
      "targets" : [
        "SyncPolyfill"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SyncPolyfillTests",
      "module_type" : "SwiftTarget",
      "name" : "SyncPolyfillTests",
      "path" : "Tests/SyncPolyfillTests",
      "sources" : [
        "SyncPolyfillTests.swift"
      ],
      "target_dependencies" : [
        "SyncPolyfill"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SyncPolyfill",
      "module_type" : "SwiftTarget",
      "name" : "SyncPolyfill",
      "path" : "Sources/SyncPolyfill",
      "product_memberships" : [
        "SyncPolyfill"
      ],
      "sources" : [
        "Mutex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.