Build Information
Successful build of fpzip, reference develop (0ec6d4), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 17:23:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/weiyanlin117/swift-fpzip-support.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/weiyanlin117/swift-fpzip-support
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
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 develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-fpzip-support",
"name": "fpzip",
"url": "https://github.com/weiyanlin117/swift-fpzip-support.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-fpzip-support",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/weiyanlin117/swift-fpzip-support.git
[1/135] Fetching swift-fpzip-support
Fetched https://github.com/weiyanlin117/swift-fpzip-support.git from cache (0.66s)
Creating working copy for https://github.com/weiyanlin117/swift-fpzip-support.git
Working copy of https://github.com/weiyanlin117/swift-fpzip-support.git resolved at develop (0ec6d46)
warning: '.resolve-product-dependencies': dependency 'swift-fpzip-support' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/weiyanlin117/swift-fpzip-support.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
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! (1.09s)
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.