Build Information
Successful build of DeckOfPlayingCards, reference 3.0.4 (2c0e5a
), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 07:42:06 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-deckofplayingcards.git
Reference: 3.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/example-package-deckofplayingcards
* tag 3.0.4 -> FETCH_HEAD
HEAD is now at 2c0e5ac Update to Swift 4
Cloned https://github.com/apple/example-package-deckofplayingcards.git
Revision (git rev-parse @):
2c0e5ac3e10216151fc78ac1ec6bd9c2c0111a3a
SUCCESS checkout https://github.com/apple/example-package-deckofplayingcards.git at 3.0.4
error: /Users/admin/builder/spi-builder-workspace/Package.resolved file is corrupted or malformed; fix or delete the file to continue: keyNotFound(CodingKeys(stringValue: "pins", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"pins\", intValue: nil) (\"pins\").", underlyingError: nil))
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/example-package-deckofplayingcards.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/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/11] Compiling PlayingCard Rank.swift
[6/11] Compiling PlayingCard PlayingCard.swift
[7/11] Emitting module PlayingCard
[8/11] Compiling PlayingCard Suit.swift
[9/11] Compiling FisherYates Fisher-Yates_Shuffle.swift
[10/11] Compiling FisherYates random.swift
[11/11] Emitting module FisherYates
[12/13] Emitting module DeckOfPlayingCards
[13/13] Compiling DeckOfPlayingCards Deck.swift
Build complete! (6.40s)
Fetching https://github.com/apple/example-package-fisheryates.git
Fetching https://github.com/apple/example-package-playingcard.git
[1/250] Fetching example-package-fisheryates
[229/464] Fetching example-package-fisheryates, example-package-playingcard
Fetched https://github.com/apple/example-package-playingcard.git from cache (0.76s)
Fetched https://github.com/apple/example-package-fisheryates.git from cache (0.76s)
Computing version for https://github.com/apple/example-package-playingcard.git
Computed https://github.com/apple/example-package-playingcard.git at 3.0.5 (0.56s)
Computing version for https://github.com/apple/example-package-fisheryates.git
Computed https://github.com/apple/example-package-fisheryates.git at 2.0.6 (0.55s)
Creating working copy for https://github.com/apple/example-package-fisheryates.git
Working copy of https://github.com/apple/example-package-fisheryates.git resolved at 2.0.6
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
Build complete.
{
"dependencies" : [
{
"identity" : "example-package-fisheryates",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/example-package-fisheryates.git"
},
{
"identity" : "example-package-playingcard",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/example-package-playingcard.git"
}
],
"manifest_display_name" : "DeckOfPlayingCards",
"name" : "DeckOfPlayingCards",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DeckOfPlayingCards",
"targets" : [
"DeckOfPlayingCards"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DeckOfPlayingCardsTests",
"module_type" : "SwiftTarget",
"name" : "DeckOfPlayingCardsTests",
"path" : "Tests/DeckOfPlayingCardsTests",
"sources" : [
"DeckTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DeckOfPlayingCards"
],
"type" : "test"
},
{
"c99name" : "DeckOfPlayingCards",
"module_type" : "SwiftTarget",
"name" : "DeckOfPlayingCards",
"path" : "Sources/DeckOfPlayingCards",
"product_dependencies" : [
"FisherYates",
"PlayingCard"
],
"product_memberships" : [
"DeckOfPlayingCards"
],
"sources" : [
"Deck.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.