Build Information
Successful build of fpzip, reference 1.3.0 (0ec6d4), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 13:01:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/weiyanlin117/swift-fpzip-support.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/weiyanlin117/swift-fpzip-support
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 0ec6d46 support Swift package
Cloned https://github.com/weiyanlin117/swift-fpzip-support.git
Revision (git rev-parse @):
0ec6d4668c9c83bc3da0f8b2d6dfc46da0b98609
SUCCESS checkout https://github.com/weiyanlin117/swift-fpzip-support.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/weiyanlin117/swift-fpzip-support.git
https://github.com/weiyanlin117/swift-fpzip-support.git
{
"cxx_language_standard" : "c++11",
"dependencies" : [
],
"manifest_display_name" : "fpzip",
"name" : "fpzip",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "C_fpzip",
"targets" : [
"C_fpzip"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "testfpzip",
"targets" : [
"testfpzip"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "testfpzip",
"module_type" : "ClangTarget",
"name" : "testfpzip",
"path" : "tests",
"product_memberships" : [
"testfpzip"
],
"sources" : [
"testfpzip.c"
],
"target_dependencies" : [
"C_fpzip"
],
"type" : "executable"
},
{
"c99name" : "C_fpzip",
"module_type" : "ClangTarget",
"name" : "C_fpzip",
"path" : ".",
"product_memberships" : [
"C_fpzip",
"testfpzip"
],
"sources" : [
"src/error.cpp",
"src/rcdecoder.cpp",
"src/rcencoder.cpp",
"src/rcqsmodel.cpp",
"src/read.cpp",
"src/version.cpp",
"src/write.cpp"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/12] Write testfpzip-entitlement.plist
[1/12] Compiling error.cpp
[2/12] Compiling version.cpp
[3/12] Compiling rcdecoder.cpp
[4/12] Compiling rcencoder.cpp
[5/12] Compiling rcqsmodel.cpp
[6/12] Compiling write.cpp
[7/12] Compiling read.cpp
[8/12] Compiling testfpzip testfpzip.c
[9/12] Write Objects.LinkFileList
[10/12] Linking testfpzip
[11/12] Applying testfpzip
Build complete! (0.74s)
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
],
"manifest_display_name" : "fpzip",
"name" : "fpzip",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "C_fpzip",
"targets" : [
"C_fpzip"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "testfpzip",
"targets" : [
"testfpzip"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "testfpzip",
"module_type" : "ClangTarget",
"name" : "testfpzip",
"path" : "tests",
"product_memberships" : [
"testfpzip"
],
"sources" : [
"testfpzip.c"
],
"target_dependencies" : [
"C_fpzip"
],
"type" : "executable"
},
{
"c99name" : "C_fpzip",
"module_type" : "ClangTarget",
"name" : "C_fpzip",
"path" : ".",
"product_memberships" : [
"C_fpzip",
"testfpzip"
],
"sources" : [
"src/error.cpp",
"src/rcdecoder.cpp",
"src/rcencoder.cpp",
"src/rcqsmodel.cpp",
"src/read.cpp",
"src/version.cpp",
"src/write.cpp"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.