Build Information
Successful build of dealer, reference 2.0.0 (22e26b
), with Swift 5.9 for macOS (SPM) on 5 Jun 2025 06:43:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.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: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/example-package-dealer
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 22e26b7 Update readme
Cloned https://github.com/swiftlang/example-package-dealer.git
Revision (git rev-parse @):
22e26b7ba613a2de93b0d0e906e31aed5b41e6a2
SUCCESS checkout https://github.com/swiftlang/example-package-dealer.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/swiftlang/example-package-dealer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling PlayingCard Suit.swift
[2/8] Compiling PlayingCard Rank.swift
[3/8] Emitting module PlayingCard
[4/8] Compiling PlayingCard PlayingCard.swift
[5/8] Emitting module FisherYates
[6/8] Compiling FisherYates random.swift
[7/8] Compiling FisherYates Fisher-Yates_Shuffle.swift
[8/10] Emitting module DeckOfPlayingCards
[9/10] Compiling DeckOfPlayingCards Deck.swift
[10/12] Compiling Dealer main.swift
[11/12] Emitting module Dealer
[11/12] Linking Dealer
Build complete! (9.51s)
Fetching https://github.com/apple/example-package-deckofplayingcards.git
[1/235] Fetching example-package-deckofplayingcards
Fetched https://github.com/apple/example-package-deckofplayingcards.git (1.24s)
Computing version for https://github.com/apple/example-package-deckofplayingcards.git
Computed https://github.com/apple/example-package-deckofplayingcards.git at 3.0.4 (0.44s)
Fetching https://github.com/apple/example-package-playingcard.git
Fetching https://github.com/apple/example-package-fisheryates.git
[1/250] Fetching example-package-fisheryates
[151/477] Fetching example-package-fisheryates, example-package-playingcard
Fetched https://github.com/apple/example-package-fisheryates.git (0.77s)
Fetched https://github.com/apple/example-package-playingcard.git (0.77s)
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.44s)
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.44s)
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/example-package-deckofplayingcards.git
Working copy of https://github.com/apple/example-package-deckofplayingcards.git resolved at 3.0.4
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
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"
}
],
"manifest_display_name" : "dealer",
"name" : "dealer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Dealer",
"targets" : [
"Dealer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Dealer",
"module_type" : "SwiftTarget",
"name" : "Dealer",
"path" : "Sources/Dealer",
"product_dependencies" : [
"DeckOfPlayingCards"
],
"product_memberships" : [
"Dealer"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Done.