Build Information
Successful build of AboutThisApp with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hexedbits/AboutThisApp.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hexedbits/AboutThisApp
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cec6670 enable swift strict concurrency checking
Cloned https://github.com/hexedbits/AboutThisApp.git
Revision (git rev-parse @):
cec667097113243f1bcc916cba27462051f66925
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/hexedbits/AboutThisApp.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/hexedbits/AboutThisApp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/11] Compiling AboutThisApp NSTextField+Extensions.swift
[4/11] Compiling AboutThisApp URL+Extensions.swift
[5/11] Compiling AboutThisApp NSImage+Extensions.swift
[6/11] Compiling AboutThisApp Bundle+Extensions.swift
[7/11] Compiling AboutThisApp AboutThisAppView.swift
[8/11] Compiling AboutThisApp AboutThisAppViewController.swift
[9/11] Emitting module AboutThisApp
[10/11] Compiling AboutThisApp AppMetadata.swift
[11/11] Compiling AboutThisApp AboutThisAppPanel.swift
Build complete! (34.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AboutThisApp",
"name" : "AboutThisApp",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "AboutThisApp",
"targets" : [
"AboutThisApp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "AboutThisAppTests",
"module_type" : "SwiftTarget",
"name" : "AboutThisAppTests",
"path" : "Tests",
"sources" : [
"AboutThisAppTests.swift"
],
"target_dependencies" : [
"AboutThisApp"
],
"type" : "test"
},
{
"c99name" : "AboutThisApp",
"module_type" : "SwiftTarget",
"name" : "AboutThisApp",
"path" : "Sources",
"product_memberships" : [
"AboutThisApp"
],
"sources" : [
"AboutThisAppPanel.swift",
"AboutThisAppView.swift",
"AboutThisAppViewController.swift",
"AppMetadata.swift",
"Bundle+Extensions.swift",
"NSImage+Extensions.swift",
"NSTextField+Extensions.swift",
"URL+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.