Build Information
Successful build of NVHTarGzip-Swift, reference main (b55dce), with Swift 6.0 for macOS (SPM) on 8 Jan 2026 10:54:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/roxx990/NVHTarGzip-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling NVHTarGzip_Swift NVHTarGzip.swift
[4/9] Compiling NVHTarGzip_Swift Constants.swift
[5/9] Compiling NVHTarGzip_Swift NVHProgress.swift
[6/9] Compiling NVHTarGzip_Swift NVHFile.swift
[7/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
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
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
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
162 |
163 | let bufferLength = 1024 * 256
[8/9] Emitting module NVHTarGzip_Swift
[9/9] Compiling NVHTarGzip_Swift NVHTarFile.swift
Build complete! (5.18s)
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.