Build Information
Successful build of SwiftArgs, reference 3.0.4 (4e6968
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 00:44:38 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/frazer-rbsn/swiftargs.git
Reference: 3.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frazer-rbsn/swiftargs
* tag 3.0.4 -> FETCH_HEAD
HEAD is now at 4e6968a Update .travis.yml
Cloned https://github.com/frazer-rbsn/swiftargs.git
Revision (git rev-parse @):
4e6968a21451815a0c10a9d43b37de050e7b3689
SUCCESS checkout https://github.com/frazer-rbsn/swiftargs.git at 3.0.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftargs",
"name": "SwiftArgs",
"url": "https://github.com/frazer-rbsn/swiftargs.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftargs",
"dependencies": [
]
}
]
}
Fetching https://github.com/frazer-rbsn/swiftargs.git
[1/901] Fetching swiftargs
Fetched https://github.com/frazer-rbsn/swiftargs.git from cache (0.84s)
Creating working copy for https://github.com/frazer-rbsn/swiftargs.git
Working copy of https://github.com/frazer-rbsn/swiftargs.git resolved at 3.0.4 (4e6968a)
warning: '.resolve-product-dependencies': dependency 'swiftargs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/frazer-rbsn/swiftargs.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/7] Compiling SwiftArgs Model.swift
[4/7] Compiling SwiftArgs CommandParser.swift
[5/7] Compiling SwiftArgs CommandRegistrar.swift
[6/7] Emitting module SwiftArgs
[7/7] Compiling SwiftArgs CommandBuilder.swift
Build complete! (7.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftArgs",
"name" : "SwiftArgs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftArgs",
"targets" : [
"SwiftArgs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftArgsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftArgsTests",
"path" : "Tests/SwiftArgsTests",
"sources" : [
"SwiftArgsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftArgs"
],
"type" : "test"
},
{
"c99name" : "SwiftArgs",
"module_type" : "SwiftTarget",
"name" : "SwiftArgs",
"path" : "Sources/SwiftArgs",
"product_memberships" : [
"SwiftArgs"
],
"sources" : [
"CommandBuilder.swift",
"CommandParser.swift",
"CommandRegistrar.swift",
"Model.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.