Build Information
Successful build of WhirlpoolSwift 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/mingchen/WhirlpoolSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mingchen/WhirlpoolSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 37e8803 README: Add License section
Cloned https://github.com/mingchen/WhirlpoolSwift.git
Revision (git rev-parse @):
37e8803a60e05744e5a9831ec52743a87fe5b17a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/mingchen/WhirlpoolSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/mingchen/WhirlpoolSwift.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/3] Write sources
[1/3] Write swift-version-6F35C1178C84523A.txt
[2/3] Compiling WhirlpoolC Whirlpool.c
[4/5] Emitting module WhirlpoolSwift
[5/5] Compiling WhirlpoolSwift Whirlpool.swift
Build complete! (17.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WhirlpoolSwift",
"name" : "WhirlpoolSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "WhirlpoolSwift",
"targets" : [
"WhirlpoolSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WhirlpoolSwiftTests",
"module_type" : "SwiftTarget",
"name" : "WhirlpoolSwiftTests",
"path" : "Tests/WhirlpoolSwiftTests",
"sources" : [
"WhirlpoolTests.swift"
],
"target_dependencies" : [
"WhirlpoolSwift"
],
"type" : "test"
},
{
"c99name" : "WhirlpoolSwift",
"module_type" : "SwiftTarget",
"name" : "WhirlpoolSwift",
"path" : "Sources/WhirlpoolSwift",
"product_memberships" : [
"WhirlpoolSwift"
],
"sources" : [
"Whirlpool.swift"
],
"target_dependencies" : [
"WhirlpoolC"
],
"type" : "library"
},
{
"c99name" : "WhirlpoolC",
"module_type" : "ClangTarget",
"name" : "WhirlpoolC",
"path" : "Sources/WhirlpoolC",
"product_memberships" : [
"WhirlpoolSwift"
],
"sources" : [
"Whirlpool.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.