Build Information
Successful build of Piz, reference master (26d0b8), with Swift 6.1 for macOS (SPM) on 6 Aug 2025 10:18:14 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cxa/Piz.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cxa/Piz
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 26d0b84 Update README.md
Cloned https://github.com/cxa/Piz.git
Revision (git rev-parse @):
26d0b845581f6c26df86c340402307cc2bfc808c
SUCCESS checkout https://github.com/cxa/Piz.git at master
========================================
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": "piz",
"name": "Piz",
"url": "https://github.com/cxa/Piz.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Piz",
"dependencies": [
]
}
]
}
Fetching https://github.com/cxa/Piz.git
[1/153] Fetching piz
Fetched https://github.com/cxa/Piz.git from cache (0.90s)
Creating working copy for https://github.com/cxa/Piz.git
Working copy of https://github.com/cxa/Piz.git resolved at master (26d0b84)
warning: '.resolve-product-dependencies': dependency 'piz' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/cxa/Piz.git
https://github.com/cxa/Piz.git
{
"dependencies" : [
],
"manifest_display_name" : "Piz",
"name" : "Piz",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Piz",
"targets" : [
"Piz"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PizTests",
"module_type" : "SwiftTarget",
"name" : "PizTests",
"path" : "Tests/PizTests",
"sources" : [
"PizTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Piz"
],
"type" : "test"
},
{
"c99name" : "Piz",
"module_type" : "SwiftTarget",
"name" : "Piz",
"path" : "Sources/Piz",
"product_memberships" : [
"Piz"
],
"sources" : [
"Internals/ByteReader.swift",
"Internals/CDir.swift",
"Internals/EndRecord.swift",
"Internals/Uncompressor.swift",
"Piz.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Emitting module Piz
[4/8] Compiling Piz CDir.swift
[5/8] Compiling Piz ByteReader.swift
[6/8] Compiling Piz Uncompressor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Piz/Internals/Uncompressor.swift:21:11: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
19 | switch cdir.compressionMethod {
20 | case .None:
21 | out.assign(from: offsetMBytes, count: len)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
22 | case .Deflate:
23 | var strm = z_stream()
[7/8] Compiling Piz Piz.swift
[8/8] Compiling Piz EndRecord.swift
Build complete! (3.99s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Piz",
"name" : "Piz",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Piz",
"targets" : [
"Piz"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PizTests",
"module_type" : "SwiftTarget",
"name" : "PizTests",
"path" : "Tests/PizTests",
"sources" : [
"PizTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Piz"
],
"type" : "test"
},
{
"c99name" : "Piz",
"module_type" : "SwiftTarget",
"name" : "Piz",
"path" : "Sources/Piz",
"product_memberships" : [
"Piz"
],
"sources" : [
"Internals/ByteReader.swift",
"Internals/CDir.swift",
"Internals/EndRecord.swift",
"Internals/Uncompressor.swift",
"Piz.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.