Build Information
Successful build of Raster 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/alexito4/Raster.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexito4/Raster
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dfa5738 Update ci.yml
Cloned https://github.com/alexito4/Raster.git
Revision (git rev-parse @):
dfa573813efc7c3264a1ec036e41a58e31edd561
SUCCESS checkout https://github.com/alexito4/Raster.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/alexito4/Raster.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 Raster
[4/4] Compiling Raster Raster.swift
Build complete! (35.96s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/11249] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.90s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.10.0 (1.02s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.10.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "Raster",
"name" : "Raster",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Raster",
"targets" : [
"Raster"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RasterTests",
"module_type" : "SwiftTarget",
"name" : "RasterTests",
"path" : "Tests/RasterTests",
"product_dependencies" : [
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/RasterTests/__Snapshots__",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"RasterTests.swift"
],
"target_dependencies" : [
"Raster"
],
"type" : "test"
},
{
"c99name" : "Raster",
"module_type" : "SwiftTarget",
"name" : "Raster",
"path" : "Sources/Raster",
"product_memberships" : [
"Raster"
],
"sources" : [
"Raster.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.