Build Information
Successful build of Sweep, reference master (801c28
), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 17:52:50 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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": "sweep",
"name": "Sweep",
"url": "https://github.com/JohnSundell/sweep.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sweep",
"dependencies": [
]
}
]
}
Fetching https://github.com/JohnSundell/sweep.git
[1/116] Fetching sweep
Fetched https://github.com/JohnSundell/sweep.git from cache (0.79s)
Creating working copy for https://github.com/JohnSundell/sweep.git
Working copy of https://github.com/JohnSundell/sweep.git resolved at master (801c287)
warning: '.resolve-product-dependencies': dependency 'sweep' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/JohnSundell/sweep.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module Sweep
[4/4] Compiling Sweep Sweep.swift
Build complete! (5.78s)
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.