Build Information
Successful build of swiftbar, reference v1.0.1 (100c59
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 09:06:03 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/theBreadCompany/swiftbar.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theBreadCompany/swiftbar
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at 100c59b update syntax
Cloned https://github.com/theBreadCompany/swiftbar.git
Revision (git rev-parse @):
100c59b70a7c55eda4b3b2c1dd3047506b845196
SUCCESS checkout https://github.com/theBreadCompany/swiftbar.git at v1.0.1
========================================
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": "swiftbar",
"name": "swiftbar",
"url": "https://github.com/theBreadCompany/swiftbar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftbar",
"dependencies": [
]
}
]
}
Fetching https://github.com/theBreadCompany/swiftbar.git
[4/176] Fetching swiftbar
Fetched https://github.com/theBreadCompany/swiftbar.git from cache (0.71s)
Creating working copy for https://github.com/theBreadCompany/swiftbar.git
Working copy of https://github.com/theBreadCompany/swiftbar.git resolved at v1.0.1 (100c59b)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/theBreadCompany/swiftbar.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/17] Write sources
[3/17] Write Example2-entitlement.plist
[5/17] Write Example3-entitlement.plist
[6/17] Write Example-entitlement.plist
[7/17] Write swift-version--7754E27361AE5C74.txt
[9/20] Emitting module swiftbar
[10/20] Compiling swiftbar ProgressbarConfiguration.swift
[11/20] Compiling swiftbar Progressbar.swift
[12/26] Emitting module Example
[13/26] Compiling Example main.swift
[13/26] Write Objects.LinkFileList
[15/26] Compiling Example2 main.swift
[16/26] Emitting module Example2
[17/26] Emitting module Example3
[18/26] Compiling Example3 main.swift
[18/26] Write Objects.LinkFileList
[20/26] Linking Example2
[20/26] Linking Example3
[21/26] Linking Example
[23/26] Applying Example
[24/26] Applying Example2
[25/26] Applying Example3
Build complete! (6.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swiftbar",
"name" : "swiftbar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swiftbar",
"targets" : [
"swiftbar"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
},
{
"name" : "Example2",
"targets" : [
"Example2"
],
"type" : {
"executable" : null
}
},
{
"name" : "Example3",
"targets" : [
"Example3"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swiftbarTests",
"module_type" : "SwiftTarget",
"name" : "swiftbarTests",
"path" : "Tests/swiftbarTests",
"sources" : [
"swiftbarTests.swift"
],
"target_dependencies" : [
"swiftbar"
],
"type" : "test"
},
{
"c99name" : "swiftbar",
"module_type" : "SwiftTarget",
"name" : "swiftbar",
"path" : "Sources/swiftbar",
"product_memberships" : [
"swiftbar",
"Example",
"Example2",
"Example3"
],
"sources" : [
"Progressbar.swift",
"ProgressbarConfiguration.swift"
],
"type" : "library"
},
{
"c99name" : "Example3",
"module_type" : "SwiftTarget",
"name" : "Example3",
"path" : "Sources/Example3",
"product_memberships" : [
"Example3"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"swiftbar"
],
"type" : "executable"
},
{
"c99name" : "Example2",
"module_type" : "SwiftTarget",
"name" : "Example2",
"path" : "Sources/Example2",
"product_memberships" : [
"Example2"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"swiftbar"
],
"type" : "executable"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"swiftbar"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Done.