Build Information
Successful build of swift-gzip, reference 1.2.3 (97c502), with Swift 6.2 for macOS (SPM) on 12 Feb 2026 02:39:25 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-gzip.git
Reference: 1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihai8804858/swift-gzip
* tag 1.2.3 -> FETCH_HEAD
HEAD is now at 97c502f Fix file hierarchy
Cloned https://github.com/mihai8804858/swift-gzip.git
Revision (git rev-parse @):
97c502f10283dbd80eda534d164b715c9c973d72
SUCCESS checkout https://github.com/mihai8804858/swift-gzip.git at 1.2.3
========================================
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": "swift-gzip",
"name": "swift-gzip",
"url": "https://github.com/mihai8804858/swift-gzip.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-gzip",
"dependencies": [
]
}
]
}
Fetching https://github.com/mihai8804858/swift-gzip.git
[1/182] Fetching swift-gzip
Fetched https://github.com/mihai8804858/swift-gzip.git from cache (1.34s)
Creating working copy for https://github.com/mihai8804858/swift-gzip.git
Working copy of https://github.com/mihai8804858/swift-gzip.git resolved at 1.2.3 (97c502f)
warning: '.resolve-product-dependencies': dependency 'swift-gzip' 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/mihai8804858/swift-gzip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/20] Compiling SwiftGzip GzipDecompressor+Data.swift
[5/20] Compiling SwiftGzip GzipDecompressor+Stream.swift
[6/20] Compiling SwiftGzip GzipCompressor+Stream.swift
[7/20] Compiling SwiftGzip GzipCompressor+UInt8.swift
[8/20] Compiling SwiftGzip Constants.swift
[9/20] Emitting module SwiftGzip
[10/20] Compiling SwiftGzip URL.swift
[11/20] Compiling SwiftGzip GzipCompressor+Data.swift
[12/20] Compiling SwiftGzip GzipError.swift
[13/20] Compiling SwiftGzip GzipCompressor+URL.swift
[14/20] Compiling SwiftGzip GzipCompressor.swift
[15/20] Compiling SwiftGzip Data.swift
[16/20] Compiling SwiftGzip UInt8.swift
[17/20] Compiling SwiftGzip GzipDecompressor+UInt8.swift
[18/20] Compiling SwiftGzip GzipDecompressor+URL.swift
[19/20] Compiling SwiftGzip GzipDecompressor.swift
[20/20] Compiling SwiftGzip CompressionLevel.swift
[21/21] Compiling SwiftGzip resource_bundle_accessor.swift
Build complete! (5.10s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-gzip",
"name" : "swift-gzip",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftGzip",
"targets" : [
"SwiftGzip"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftGzipTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGzipTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/test.png",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/test.png.gz",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Compressor/GzipCompressorTests.swift",
"Decompressor/GzipDecompressorTests.swift",
"Extensions/DataTests.swift",
"Extensions/UInt8Tests.swift",
"Extensions/URLTests.swift",
"Helpers.swift"
],
"target_dependencies" : [
"SwiftGzip"
],
"type" : "test"
},
{
"c99name" : "SwiftGzip",
"module_type" : "SwiftTarget",
"name" : "SwiftGzip",
"path" : "Sources/SwiftGzip",
"product_memberships" : [
"SwiftGzip"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftGzip/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/Data.swift",
"Extensions/UInt8.swift",
"Extensions/URL.swift",
"GzipCompressor/GzipCompressor+Data.swift",
"GzipCompressor/GzipCompressor+Stream.swift",
"GzipCompressor/GzipCompressor+UInt8.swift",
"GzipCompressor/GzipCompressor+URL.swift",
"GzipCompressor/GzipCompressor.swift",
"GzipDecompressor/GzipDecompressor+Data.swift",
"GzipDecompressor/GzipDecompressor+Stream.swift",
"GzipDecompressor/GzipDecompressor+UInt8.swift",
"GzipDecompressor/GzipDecompressor+URL.swift",
"GzipDecompressor/GzipDecompressor.swift",
"Shared/CompressionLevel.swift",
"Shared/Constants.swift",
"Shared/GzipError.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "Sources/CZlib",
"product_memberships" : [
"SwiftGzip"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
Done.