Build Information
Successful build of Squirrel3 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/heckj/Squirrel3.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heckj/Squirrel3
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7a91ad0 checking C vs. Swift ported code speeds
Cloned https://github.com/heckj/Squirrel3.git
Revision (git rev-parse @):
7a91ad0da237de94bea1dc1af67bed41ce204f4f
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/heckj/Squirrel3.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/heckj/Squirrel3.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[3/5] Write swift-version-6F35C1178C84523A.txt
[4/5] Compiling CSquirrel squirrel.c
[6/8] Emitting module Squirrel3
[7/8] Compiling Squirrel3 SeededRandomNumberGenerator.swift
[8/8] Compiling Squirrel3 Squirrel3.swift
Build complete! (35.42s)
Fetching https://github.com/apple/swift-docc-plugin
[1/1458] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.66s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2859] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.35s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.71s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Squirrel3",
"name" : "Squirrel3",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Squirrel3",
"targets" : [
"Squirrel3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Squirrel3Tests",
"module_type" : "SwiftTarget",
"name" : "Squirrel3Tests",
"path" : "Tests/Squirrel3Tests",
"sources" : [
"Squirrel3Tests.swift"
],
"target_dependencies" : [
"Squirrel3"
],
"type" : "test"
},
{
"c99name" : "Squirrel3",
"module_type" : "SwiftTarget",
"name" : "Squirrel3",
"path" : "Sources/Squirrel3",
"product_memberships" : [
"Squirrel3"
],
"sources" : [
"SeededRandomNumberGenerator.swift",
"Squirrel3.swift"
],
"target_dependencies" : [
"CSquirrel"
],
"type" : "library"
},
{
"c99name" : "CSquirrel",
"module_type" : "ClangTarget",
"name" : "CSquirrel",
"path" : "Sources/CSquirrel",
"product_memberships" : [
"Squirrel3"
],
"sources" : [
"squirrel.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.