Build Information
Successful build of Spinner, reference main (9bd3af
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 9 Aug 2024 11:15:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Spinner-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dominicegginton/spinner.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dominicegginton/spinner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9bd3afd feat(workspace): provide an example
Cloned https://github.com/dominicegginton/spinner.git
Revision (git rev-parse @):
9bd3afdfd0ba75c0bd097abee7f05d31c41a0ccb
SUCCESS checkout https://github.com/dominicegginton/spinner.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/dominicegginton/spinner.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/IBM-Swift/BlueSignals.git
Fetching from https://github.com/dominicegginton/Nanoseconds
Fetching from https://github.com/onevcat/Rainbow
Creating working copy of package ‘Rainbow’
Checking out 4.0.1 of package ‘Rainbow’
Creating working copy of package ‘Nanoseconds’
Checking out 1.1.3 of package ‘Nanoseconds’
Creating working copy of package ‘BlueSignals’
Checking out 1.0.200 of package ‘BlueSignals’
Resolve Package Graph
Resolved source packages:
Spinner: /Users/admin/builder/spi-builder-workspace
Nanoseconds: https://github.com/dominicegginton/Nanoseconds @ 1.1.3
Signals: https://github.com/IBM-Swift/BlueSignals.git @ 1.0.200
Rainbow: https://github.com/onevcat/Rainbow @ 4.0.1
resolved source packages: Spinner, Nanoseconds, Signals, Rainbow
{
"dependencies" : [
{
"identity" : "nanoseconds",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dominicegginton/Nanoseconds"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "bluesignals",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueSignals.git"
}
],
"manifest_display_name" : "Spinner",
"name" : "Spinner",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Spinner",
"targets" : [
"Spinner"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Spinner",
"module_type" : "SwiftTarget",
"name" : "Spinner",
"path" : "Sources/Spinner",
"product_dependencies" : [
"Nanoseconds",
"Rainbow",
"Signals"
],
"product_memberships" : [
"Spinner",
"Example"
],
"sources" : [
"Spinner.swift",
"SpinnerAnimation.swift",
"SpinnerSignal.swift",
"SpinnerStream.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Spinner"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Example",
"Spinner",
"Spinner-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Spinner-Package -destination platform=macOS,arch=arm64
Build complete.
Done.