The Swift Package Index logo.Swift Package Index

Build Information

Successful build of unxip, reference main (6c3990), with Swift 6.0 for macOS (SPM) on 9 Jan 2026 02:55:00 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/saagarjha/unxip.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saagarjha/unxip
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6c39905 unxip 3.3
Cloned https://github.com/saagarjha/unxip.git
Revision (git rev-parse @):
6c3990517fcc4c1db6952fccf4c562fb14097601
SUCCESS checkout https://github.com/saagarjha/unxip.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/saagarjha/unxip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write unxip-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/11] Emitting module libunxip
[6/11] Compiling libunxip libunxip.swift
[7/11] Emitting module unxip
[8/11] Compiling unxip unxip.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking unxip
[10/11] Applying unxip
Build complete! (5.90s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/libunxip/libunxip.swift
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "unxip",
  "name" : "unxip",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "unxip",
      "targets" : [
        "unxip"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "libunxip",
      "targets" : [
        "libunxip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "unxip",
      "module_type" : "SwiftTarget",
      "name" : "unxip",
      "path" : ".",
      "product_memberships" : [
        "unxip"
      ],
      "sources" : [
        "unxip.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "libunxip",
      "module_type" : "SwiftTarget",
      "name" : "libunxip",
      "path" : "Sources/libunxip",
      "product_memberships" : [
        "libunxip"
      ],
      "sources" : [
        "libunxip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.