The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NVHTarGzip-Swift, reference v1.0.4 (b55dce), with Swift 6.0 for macOS (SPM) on 8 Jan 2026 10:52:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roxx990/NVHTarGzip-Swift.git
Reference: v1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/roxx990/NVHTarGzip-Swift
 * tag               v1.0.4     -> FETCH_HEAD
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 v1.0.4
========================================
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 NVHProgress.swift
[5/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
[6/9] Compiling NVHTarGzip_Swift Constants.swift
[7/9] Compiling NVHTarGzip_Swift NVHTarFile.swift
[8/9] Compiling NVHTarGzip_Swift NVHFile.swift
[9/9] Emitting module NVHTarGzip_Swift
Build complete! (5.24s)
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.