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 PlayingCard, reference main (921e87), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 04:37:22 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/example-package-playingcard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/example-package-playingcard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 921e873 Merge pull request #8 from mattt/license
Cloned https://github.com/apple/example-package-playingcard.git
Revision (git rev-parse @):
921e873945247da532fd8238434594179128853b
SUCCESS checkout https://github.com/apple/example-package-playingcard.git at main
========================================
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": "example-package-playingcard",
      "name": "PlayingCard",
      "url": "https://github.com/apple/example-package-playingcard.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/example-package-playingcard",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/apple/example-package-playingcard.git
[1/214] Fetching example-package-playingcard
Fetched https://github.com/apple/example-package-playingcard.git from cache (0.78s)
Creating working copy for https://github.com/apple/example-package-playingcard.git
Working copy of https://github.com/apple/example-package-playingcard.git resolved at main (921e873)
warning: '.resolve-product-dependencies': dependency 'example-package-playingcard' 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/apple/example-package-playingcard.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling PlayingCard Rank.swift
[4/6] Compiling PlayingCard Suit.swift
[5/6] Emitting module PlayingCard
[6/6] Compiling PlayingCard PlayingCard.swift
Build complete! (2.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PlayingCard",
  "name" : "PlayingCard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PlayingCard",
      "targets" : [
        "PlayingCard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlayingCardTests",
      "module_type" : "SwiftTarget",
      "name" : "PlayingCardTests",
      "path" : "Tests/PlayingCardTests",
      "sources" : [
        "CardTests.swift",
        "RankTests.swift",
        "SuitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PlayingCard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlayingCard",
      "module_type" : "SwiftTarget",
      "name" : "PlayingCard",
      "path" : "Sources/PlayingCard",
      "product_memberships" : [
        "PlayingCard"
      ],
      "sources" : [
        "PlayingCard.swift",
        "Rank.swift",
        "Suit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.