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-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/JohnSundell/sweep.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/sweep
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-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/4] Emitting module Sweep
[4/4] Compiling Sweep Sweep.swift
Build complete! (16.41s)
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.