The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftNBT, reference main (eff047), with Swift 6.2 for macOS (SPM) on 28 Nov 2025 17:06:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/arnaudrmt/SwiftNBT.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/arnaudrmt/SwiftNBT
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eff0470 Adding LICENSE
Cloned https://github.com/arnaudrmt/SwiftNBT.git
Revision (git rev-parse @):
eff0470c19affc76f86b4399877a25d525b8bcf4
SUCCESS checkout https://github.com/arnaudrmt/SwiftNBT.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": "swiftnbt",
      "name": "SwiftNBT",
      "url": "https://github.com/arnaudrmt/SwiftNBT.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftNBT",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/arnaudrmt/SwiftNBT.git
[1/29] Fetching swiftnbt
Fetched https://github.com/arnaudrmt/SwiftNBT.git from cache (0.63s)
Creating working copy for https://github.com/arnaudrmt/SwiftNBT.git
Working copy of https://github.com/arnaudrmt/SwiftNBT.git resolved at main (eff0470)
warning: '.resolve-product-dependencies': dependency 'swiftnbt' 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/arnaudrmt/SwiftNBT.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 SwiftNBT NBTTag.swift
[4/9] Compiling SwiftNBT Data+GZip.swift
[5/9] Compiling SwiftNBT NBTParser.swift
[6/9] Emitting module SwiftNBT
[7/9] Compiling SwiftNBT NBTTag+Accessors.swift
[8/9] Compiling SwiftNBT NBTStream.swift
[9/9] Compiling SwiftNBT NBTError.swift
Build complete! (4.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftNBT",
  "name" : "SwiftNBT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftNBT",
      "targets" : [
        "SwiftNBT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftNBTTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNBTTests",
      "path" : "Tests/SwiftNBTTests",
      "sources" : [
        "SwiftNBTTests.swift"
      ],
      "target_dependencies" : [
        "SwiftNBT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftNBT",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNBT",
      "path" : "Sources/SwiftNBT",
      "product_memberships" : [
        "SwiftNBT"
      ],
      "sources" : [
        "Core/NBTParser.swift",
        "Core/NBTStream.swift",
        "Core/NBTTag.swift",
        "Errors/NBTError.swift",
        "Extensions/Data+GZip.swift",
        "Extensions/NBTTag+Accessors.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.