Build Information
Successful build of Brotli, reference 1.2.0 (66b204), with Swift 6.2 for macOS (SPM) on 27 Mar 2026 06:49:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EvgenijLutz/Brotli.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EvgenijLutz/Brotli
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 66b2040 Re-sign the frameworks
Cloned https://github.com/EvgenijLutz/Brotli.git
Revision (git rev-parse @):
66b204011861bebb3c066b9e892f95aec2b773ce
SUCCESS checkout https://github.com/EvgenijLutz/Brotli.git at 1.2.0
========================================
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",
"dependencies": [
{
"identity": "brotli",
"name": "Brotli",
"url": "https://github.com/EvgenijLutz/Brotli.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Brotli",
"dependencies": [
]
}
]
}
Fetching https://github.com/EvgenijLutz/Brotli.git
[1/208] Fetching brotli
Fetched https://github.com/EvgenijLutz/Brotli.git from cache (1.36s)
Creating working copy for https://github.com/EvgenijLutz/Brotli.git
Working copy of https://github.com/EvgenijLutz/Brotli.git resolved at 1.2.0 (66b2040)
warning: '.resolve-product-dependencies': dependency 'brotli' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/EvgenijLutz/Brotli.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[1/10] Copying libbrotlidec.a
[1/10] Copying libbrotlicommon.a
[3/10] Copying libbrotlienc.a
[4/10] Write swift-version-49B95AFC49DCD68C.txt
[5/10] Compiling BrotliEncodeC BrotliCompressor.cpp
[6/10] Compiling BrotliEncodeC BrotliEncoderC.cpp
[6/10] Compiling BrotliDecodeC BrotliDecodeC.cpp
[6/10] Compiling BrotliCommon BrotliCommon.cpp
[6/10] Compiling BrotliC BrotliC.cpp
[11/12] Compiling Brotli Brotli.swift
[12/12] Emitting module Brotli
Build complete! (8.03s)
Build complete.
{
"c_language_standard" : "c17",
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "Brotli",
"name" : "Brotli",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "Android",
"version" : "5.0"
}
],
"products" : [
{
"name" : "libbrotlicommon",
"targets" : [
"libbrotlicommon"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "libbrotlienc",
"targets" : [
"libbrotlienc"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "libbrotlidec",
"targets" : [
"libbrotlidec"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BrotliCommon",
"targets" : [
"BrotliCommon"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BrotliEncodeC",
"targets" : [
"BrotliEncodeC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BrotliDecodeC",
"targets" : [
"BrotliDecodeC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BrotliC",
"targets" : [
"BrotliC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Brotli",
"targets" : [
"Brotli"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "libbrotlienc",
"module_type" : "BinaryTarget",
"name" : "libbrotlienc",
"path" : "Binaries/libbrotlienc.xcframework",
"product_memberships" : [
"libbrotlienc",
"BrotliEncodeC",
"BrotliC",
"Brotli"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "libbrotlidec",
"module_type" : "BinaryTarget",
"name" : "libbrotlidec",
"path" : "Binaries/libbrotlidec.xcframework",
"product_memberships" : [
"libbrotlidec",
"BrotliDecodeC",
"BrotliC",
"Brotli"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "libbrotlicommon",
"module_type" : "BinaryTarget",
"name" : "libbrotlicommon",
"path" : "Binaries/libbrotlicommon.xcframework",
"product_memberships" : [
"libbrotlicommon",
"BrotliCommon",
"BrotliEncodeC",
"BrotliDecodeC",
"BrotliC",
"Brotli"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "BrotliEncodeC",
"module_type" : "ClangTarget",
"name" : "BrotliEncodeC",
"path" : "Sources/BrotliEncodeC",
"product_memberships" : [
"BrotliEncodeC",
"BrotliC",
"Brotli"
],
"sources" : [
"BrotliCompressor.cpp",
"BrotliEncoderC.cpp"
],
"target_dependencies" : [
"BrotliCommon",
"libbrotlienc"
],
"type" : "library"
},
{
"c99name" : "BrotliDecodeC",
"module_type" : "ClangTarget",
"name" : "BrotliDecodeC",
"path" : "Sources/BrotliDecodeC",
"product_memberships" : [
"BrotliDecodeC",
"BrotliC",
"Brotli"
],
"sources" : [
"BrotliDecodeC.cpp"
],
"target_dependencies" : [
"BrotliCommon",
"libbrotlidec"
],
"type" : "library"
},
{
"c99name" : "BrotliCommon",
"module_type" : "ClangTarget",
"name" : "BrotliCommon",
"path" : "Sources/BrotliCommon",
"product_memberships" : [
"BrotliCommon",
"BrotliEncodeC",
"BrotliDecodeC",
"BrotliC",
"Brotli"
],
"sources" : [
"BrotliCommon.cpp"
],
"target_dependencies" : [
"libbrotlicommon"
],
"type" : "library"
},
{
"c99name" : "BrotliC",
"module_type" : "ClangTarget",
"name" : "BrotliC",
"path" : "Sources/BrotliC",
"product_memberships" : [
"BrotliC",
"Brotli"
],
"sources" : [
"BrotliC.cpp"
],
"target_dependencies" : [
"BrotliCommon",
"BrotliEncodeC",
"BrotliDecodeC"
],
"type" : "library"
},
{
"c99name" : "Brotli",
"module_type" : "SwiftTarget",
"name" : "Brotli",
"path" : "Sources/Brotli",
"product_memberships" : [
"Brotli"
],
"sources" : [
"Brotli.swift"
],
"target_dependencies" : [
"BrotliC"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.