Build Information
Successful build of swift-shell, reference v0.1.2 (96ab21
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 2 Aug 2024 13:52:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-shell -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/swift-shell.git
Reference: v0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/swift-shell
* tag v0.1.2 -> FETCH_HEAD
HEAD is now at 96ab219 Fix package manifest (#2)
Cloned https://github.com/darrarski/swift-shell.git
Revision (git rev-parse @):
96ab21989405780333e8a7b690a46fa4b28548e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/darrarski/swift-shell.git at v0.1.2
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/darrarski/swift-shell.git
Command line invocation:
/Applications/Xcode-15.4.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/pointfreeco/swift-concurrency-extras.git
Fetching from https://github.com/pointfreeco/swift-custom-dump.git
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.1.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.1 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.3.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-concurrency-extras’
Checking out 1.1.0 of package ‘swift-concurrency-extras’
Creating working copy of package ‘swift-collections’
Checking out 1.1.2 of package ‘swift-collections’
Resolved source packages:
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras.git @ 1.1.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.1.2
swift-shell-examples: /Users/admin/builder/spi-builder-workspace/Examples
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.2
swift-shell: /Users/admin/builder/spi-builder-workspace
swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.0.1
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.3.0
resolved source packages: swift-concurrency-extras, xctest-dynamic-overlay, swift-shell-examples, swift-collections, swift-shell, swift-async-algorithms, swift-custom-dump
{
"dependencies" : [
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump.git"
}
],
"manifest_display_name" : "swift-shell",
"name" : "swift-shell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftShell",
"targets" : [
"SwiftShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShellTests",
"path" : "Tests/SwiftShellTests",
"product_dependencies" : [
"ConcurrencyExtras",
"CustomDump"
],
"sources" : [
"ShellCommandTests.swift",
"ShellEnvironmentTests.swift",
"ShellProcessTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "SwiftShell",
"module_type" : "SwiftTarget",
"name" : "SwiftShell",
"path" : "Sources/SwiftShell",
"product_memberships" : [
"SwiftShell"
],
"sources" : [
"Bash.swift",
"ShellCommand.swift",
"ShellEnvironment.swift",
"ShellProcess.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "SwiftShell",
"schemes" : [
"DecorateOutputExample",
"InputOutputExample",
"SwiftShell"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-shell",
"SwiftShell"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-shell -destination platform=macOS,arch=arm64
Build complete.
Done.