The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NVHTarGzip-Swift, reference main (b55dce), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 03:36:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/roxx990/NVHTarGzip-Swift.git
[1/106] Fetching nvhtargzip-swift
Fetched https://github.com/roxx990/NVHTarGzip-Swift.git from cache (0.71s)
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.3
Building package at path:  $PWD
https://github.com/roxx990/NVHTarGzip-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Emitting module NVHTarGzip_Swift
[4/9] Compiling NVHTarGzip_Swift NVHFile.swift
[5/9] Compiling NVHTarGzip_Swift NVHTarFile.swift
[6/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>
[7/9] Compiling NVHTarGzip_Swift Constants.swift
[8/9] Compiling NVHTarGzip_Swift NVHProgress.swift
[9/9] Compiling NVHTarGzip_Swift NVHTarGzip.swift
Build complete! (5.02s)
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.