Build Information
Successful build of SwiftNBT, reference v1.0.0 (1e27e6), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 16:02:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/arnaudrmt/SwiftNBT.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/arnaudrmt/SwiftNBT
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 1e27e60 Initial release 1.0.0: Complete NBT parsing and GZip support
Cloned https://github.com/arnaudrmt/SwiftNBT.git
Revision (git rev-parse @):
1e27e608d6e9edc74a4d4536ce5541141858350f
SUCCESS checkout https://github.com/arnaudrmt/SwiftNBT.git at v1.0.0
========================================
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": "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",
"traits": [
"default"
],
"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 v1.0.0 (1e27e60)
warning: '.resolve-product-dependencies': dependency 'swiftnbt' 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/arnaudrmt/SwiftNBT.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] Compiling SwiftNBT NBTError.swift
[4/9] Compiling SwiftNBT NBTTag.swift
[5/9] Compiling SwiftNBT NBTStream.swift
[6/9] Compiling SwiftNBT Data+GZip.swift
[7/9] Compiling SwiftNBT NBTParser.swift
[8/9] Compiling SwiftNBT NBTTag+Accessors.swift
[9/9] Emitting module SwiftNBT
Build complete! (4.98s)
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.