Build Information
Successful build of dealer, reference main (cff68f
), with Swift 6.0 for macOS (SPM) on 5 Jun 2025 06:47:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/example-package-dealer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/example-package-dealer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cff68f0 Merge pull request #17 from swiftlang/parispittman-patch-2
Cloned https://github.com/swiftlang/example-package-dealer.git
Revision (git rev-parse @):
cff68f00612c31e28d244196a1124b6442c9e8ee
SUCCESS checkout https://github.com/swiftlang/example-package-dealer.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/swiftlang/example-package-dealer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[3/10] Write dealer-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version-5BDAB9E9C0126B9D.txt
[8/16] Emitting module PlayingCard
[9/16] Compiling PlayingCard PlayingCard.swift
[10/16] Compiling PlayingCard Suit.swift
[11/16] Compiling PlayingCard Rank.swift
[12/18] Emitting module ArgumentParserToolInfo
[13/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/18] Compiling DeckOfPlayingCards Deck.swift
[15/18] Emitting module DeckOfPlayingCards
[16/53] Emitting module ArgumentParser
[17/56] Compiling ArgumentParser Flag.swift
[18/56] Compiling ArgumentParser NameSpecification.swift
[19/56] Compiling ArgumentParser Option.swift
[20/56] Compiling ArgumentParser OptionGroup.swift
[21/56] Compiling ArgumentParser SequenceExtensions.swift
[22/56] Compiling ArgumentParser StringExtensions.swift
[23/56] Compiling ArgumentParser Tree.swift
[24/56] Compiling ArgumentParser Parsed.swift
[25/56] Compiling ArgumentParser ParsedValues.swift
[26/56] Compiling ArgumentParser ParserError.swift
[27/56] Compiling ArgumentParser SplitArguments.swift
[28/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/56] Compiling ArgumentParser CompletionsGenerator.swift
[30/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/56] Compiling ArgumentParser ParsableCommand.swift
[34/56] Compiling ArgumentParser ArgumentDecoder.swift
[35/56] Compiling ArgumentParser ArgumentDefinition.swift
[36/56] Compiling ArgumentParser Argument.swift
[37/56] Compiling ArgumentParser ArgumentHelp.swift
[38/56] Compiling ArgumentParser CompletionKind.swift
[39/56] Compiling ArgumentParser Errors.swift
[40/56] Compiling ArgumentParser MessageInfo.swift
[41/56] Compiling ArgumentParser UsageGenerator.swift
[42/56] Compiling ArgumentParser CollectionExtensions.swift
[43/56] Compiling ArgumentParser ArgumentSet.swift
[44/56] Compiling ArgumentParser CommandParser.swift
[45/56] Compiling ArgumentParser InputOrigin.swift
[46/56] Compiling ArgumentParser Name.swift
[47/56] Compiling ArgumentParser CommandConfiguration.swift
[48/56] Compiling ArgumentParser EnumerableFlag.swift
[49/56] Compiling ArgumentParser ExpressibleByArgument.swift
[50/56] Compiling ArgumentParser ParsableArguments.swift
[51/56] Compiling ArgumentParser DumpHelpGenerator.swift
[52/56] Compiling ArgumentParser HelpCommand.swift
[53/56] Compiling ArgumentParser HelpGenerator.swift
[54/58] Compiling dealer Deal.swift
[55/58] Emitting module dealer
[55/58] Write Objects.LinkFileList
[56/58] Linking dealer
[57/58] Applying dealer
Build complete! (16.97s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/example-package-deckofplayingcards.git
[1/235] Fetching example-package-deckofplayingcards
[236/15615] Fetching example-package-deckofplayingcards, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.51s)
Fetched https://github.com/apple/example-package-deckofplayingcards.git from cache (1.51s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.5.0 (3.09s)
Computing version for https://github.com/apple/example-package-deckofplayingcards.git
Computed https://github.com/apple/example-package-deckofplayingcards.git at 3.0.5 (0.45s)
Fetching https://github.com/apple/example-package-playingcard.git
[1/227] Fetching example-package-playingcard
Fetched https://github.com/apple/example-package-playingcard.git from cache (0.74s)
Computing version for https://github.com/apple/example-package-playingcard.git
Computed https://github.com/apple/example-package-playingcard.git at 3.0.5 (2.55s)
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
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.5.0
Creating working copy for https://github.com/apple/example-package-deckofplayingcards.git
Working copy of https://github.com/apple/example-package-deckofplayingcards.git resolved at 3.0.5
Build complete.
{
"dependencies" : [
{
"identity" : "example-package-deckofplayingcards",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/example-package-deckofplayingcards.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "dealer",
"name" : "dealer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "dealer",
"targets" : [
"dealer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "dealer",
"module_type" : "SwiftTarget",
"name" : "dealer",
"path" : "Sources/dealer",
"product_dependencies" : [
"DeckOfPlayingCards",
"ArgumentParser"
],
"product_memberships" : [
"dealer"
],
"sources" : [
"Deal.swift"
],
"type" : "executable"
},
{
"c99name" : "DealerTests",
"module_type" : "SwiftTarget",
"name" : "DealerTests",
"path" : "Tests/DealerTests",
"sources" : [
"DealerTests.swift"
],
"target_dependencies" : [
"dealer"
],
"type" : "test"
}
],
"tools_version" : "5.10"
}
Done.