Build Information
Successful build of Sweep with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.42.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/sweep.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
warning: templates not found in /usr/share/git-core/templates
From https://github.com/JohnSundell/sweep
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 801c287 Add new APIs for scanning for a single substring (#7)
Cloned https://github.com/JohnSundell/sweep.git
Revision (git rev-parse @):
801c2878e4c6c5baf32fe132e1f3f3af6f9fd1b0
SUCCESS checkout https://github.com/JohnSundell/sweep.git at 0.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/JohnSundell/sweep.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.app xcrun 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-6A63A117629E05AE.txt
[3/4] Emitting module Sweep
[4/4] Compiling Sweep Sweep.swift
Build complete! (4.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Sweep",
"name" : "Sweep",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Sweep",
"targets" : [
"Sweep"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SweepTests",
"module_type" : "SwiftTarget",
"name" : "SweepTests",
"path" : "Tests/SweepTests",
"sources" : [
"LinuxVerification.swift",
"SweepTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Sweep"
],
"type" : "test"
},
{
"c99name" : "Sweep",
"module_type" : "SwiftTarget",
"name" : "Sweep",
"path" : "Sources/Sweep",
"product_memberships" : [
"Sweep"
],
"sources" : [
"Sweep.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.