Build Information
Successful build of swift-commands, reference main (5b8560
), with Swift 5.10 for macOS (SPM) on 4 Dec 2024 12:29:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QiuZhiFei/swift-commands.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QiuZhiFei/swift-commands
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5b85603 Merge pull request #14 from QiuZhiFei/dev
Cloned https://github.com/QiuZhiFei/swift-commands.git
Revision (git rev-parse @):
5b856036361139505820ea0fc39f8da8f71ad1d4
SUCCESS checkout https://github.com/QiuZhiFei/swift-commands.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/QiuZhiFei/swift-commands.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write Examples-entitlement.plist
[3/7] Write swift-version-33747A42983211AE.txt
[5/17] Compiling Commands CommandsResponse.swift
[6/17] Compiling Commands CommandsTask.swift
[7/17] Compiling Commands CommandsResult.swift
[8/17] Compiling Commands CommandsENV.swift
[9/17] Compiling Commands CommandsDashcTransformer.swift
[10/17] Compiling Commands CommandsArguments.swift
[11/17] Compiling Commands CommandsAlias.swift
[12/17] Emitting module Commands
[13/17] Compiling Commands Commands.swift
[14/17] Compiling Commands CommandsRequest.swift
[15/19] Compiling Examples main.swift
[16/19] Emitting module Examples
[16/19] Write Objects.LinkFileList
[17/19] Linking Examples
[18/19] Applying Examples
Build complete! (7.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-commands",
"name" : "swift-commands",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Commands",
"targets" : [
"Commands"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Examples",
"targets" : [
"Examples"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Examples",
"module_type" : "SwiftTarget",
"name" : "Examples",
"path" : "Examples",
"product_memberships" : [
"Examples"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Commands"
],
"type" : "executable"
},
{
"c99name" : "CommandsTests",
"module_type" : "SwiftTarget",
"name" : "CommandsTests",
"path" : "Tests/CommandsTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CommandsTests/Resources/python/main.py",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"RequestParseTests.swift",
"XCTestManifests.swift",
"swift_commandsTests.swift"
],
"target_dependencies" : [
"Commands"
],
"type" : "test"
},
{
"c99name" : "Commands",
"module_type" : "SwiftTarget",
"name" : "Commands",
"path" : "Sources/Commands",
"product_memberships" : [
"Commands",
"Examples"
],
"sources" : [
"Commands.swift",
"CommandsAlias.swift",
"CommandsArguments.swift",
"CommandsDashcTransformer.swift",
"CommandsENV.swift",
"CommandsRequest.swift",
"CommandsResponse.swift",
"CommandsResult.swift",
"CommandsTask.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.