Build Information
Successful build of PlayingCard, reference 3.0.5 (39ddab
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 04:48:52 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 -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/example-package-playingcard.git
Reference: 3.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/example-package-playingcard
* tag 3.0.5 -> FETCH_HEAD
HEAD is now at 39ddabb Add conformance to CaseIterable
Cloned https://github.com/apple/example-package-playingcard.git
Revision (git rev-parse @):
39ddabb01e8102ab548a8c6bb3eb20b15f3b4fbc
SUCCESS checkout https://github.com/apple/example-package-playingcard.git at 3.0.5
========================================
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.70s)
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 3.0.5 (39ddabb)
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.1
Building package at path: $PWD
https://github.com/apple/example-package-playingcard.git
https://github.com/apple/example-package-playingcard.git
{
"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"
}
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 -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-2F0A5646E1D333AE.txt
[3/6] Compiling PlayingCard Rank.swift
[4/6] Compiling PlayingCard Suit.swift
[5/6] Compiling PlayingCard PlayingCard.swift
[6/6] Emitting module PlayingCard
Build complete! (0.77s)
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.