Build Information
Successful build of NVHTarGzip-Swift, reference main (b55dce), with Swift 6.2 for macOS (SPM) on 8 Jan 2026 10:54:17 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/roxx990/NVHTarGzip-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/roxx990/NVHTarGzip-Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b55dce4 Change function access level to public
Cloned https://github.com/roxx990/NVHTarGzip-Swift.git
Revision (git rev-parse @):
b55dce4a87c9a364959b60ef9a21dc7938373bfd
SUCCESS checkout https://github.com/roxx990/NVHTarGzip-Swift.git at main
========================================
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": "nvhtargzip-swift",
"name": "NVHTarGzip-Swift",
"url": "https://github.com/roxx990/NVHTarGzip-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NVHTarGzip-Swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/roxx990/NVHTarGzip-Swift.git
[1/100] Fetching nvhtargzip-swift
Fetched https://github.com/roxx990/NVHTarGzip-Swift.git from cache (0.74s)
Creating working copy for https://github.com/roxx990/NVHTarGzip-Swift.git
Working copy of https://github.com/roxx990/NVHTarGzip-Swift.git resolved at main (b55dce4)
warning: '.resolve-product-dependencies': dependency 'nvhtargzip-swift' 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/roxx990/NVHTarGzip-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling NVHTarGzip_Swift NVHTarGzip.swift
[4/9] Compiling NVHTarGzip_Swift NVHProgress.swift
[5/9] Compiling NVHTarGzip_Swift NVHFile.swift
[6/9] Compiling NVHTarGzip_Swift NVHTarFile.swift
[7/9] Compiling NVHTarGzip_Swift Constants.swift
[8/9] Compiling NVHTarGzip_Swift NVHGzipFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/NVHTarGzip_Swift/NVHGzipFile.swift:79:50: warning: initialization of 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
77 | let mode = "rb".cString(using: .utf8)!
78 |
79 | let sourceGzFile = gzopen(sourceCString, UnsafePointer(mode))
| | |- note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
80 |
81 | let bufferLength = 1024 * 256
/Users/admin/builder/spi-builder-workspace/Sources/NVHTarGzip_Swift/NVHGzipFile.swift:161:60: warning: initialization of 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
159 | let mode = "wb".cString(using: .utf8)!
160 |
161 | let destinationGzFile = gzopen(destinationCString, UnsafePointer(mode))
| | |- note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
162 |
163 | let bufferLength = 1024 * 256
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[9/9] Emitting module NVHTarGzip_Swift
Build complete! (4.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NVHTarGzip-Swift",
"name" : "NVHTarGzip-Swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "NVHTarGzip-Swift",
"targets" : [
"NVHTarGzip_Swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NVHTarGzip_SwiftTests",
"module_type" : "SwiftTarget",
"name" : "NVHTarGzip_SwiftTests",
"path" : "Tests/NVHTarGzip_SwiftTests",
"sources" : [
"NVHTarGzip_SwiftTests.swift"
],
"target_dependencies" : [
"NVHTarGzip_Swift"
],
"type" : "test"
},
{
"c99name" : "NVHTarGzip_Swift",
"module_type" : "SwiftTarget",
"name" : "NVHTarGzip_Swift",
"path" : "Sources/NVHTarGzip_Swift",
"product_memberships" : [
"NVHTarGzip-Swift"
],
"sources" : [
"Constants.swift",
"NVHFile.swift",
"NVHGzipFile.swift",
"NVHProgress.swift",
"NVHTarFile.swift",
"NVHTarGzip.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.