Build Information
Successful build of Cserd 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/kasei/swift-serd.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/swift-serd
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 437506d Remove serdi from module source files.
Cloned https://github.com/kasei/swift-serd.git
Revision (git rev-parse @):
437506d3a0a1e960f7c6fcbf3e51fda84d65c4ec
SUCCESS checkout https://github.com/kasei/swift-serd.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/kasei/swift-serd.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/8] Compiling serd env.c
[1/8] Compiling serd uri.c
[2/8] Compiling serd string.c
[3/8] Compiling serd byte_source.c
[4/8] Compiling serd node.c
[5/8] Compiling serd writer.c
[6/8] Compiling serd reader.c
[7/8] Compiling serd n3.c
Build complete! (1.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Cserd",
"name" : "Cserd",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "serd",
"targets" : [
"serd"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "serd",
"module_type" : "ClangTarget",
"name" : "serd",
"path" : "Sources/serd",
"product_memberships" : [
"serd"
],
"sources" : [
"byte_source.c",
"env.c",
"n3.c",
"node.c",
"reader.c",
"string.c",
"uri.c",
"writer.c"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.