Build Information
Successful build of ToonFormat, reference main (a9a7d6), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 11:25:27 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/toon-format/toon-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toon-format/toon-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a9a7d64 Update README with information about encoding limits (#26)
Cloned https://github.com/toon-format/toon-swift.git
Revision (git rev-parse @):
a9a7d648c5d4640d04833d94f7fc9dc8cef4cce8
SUCCESS checkout https://github.com/toon-format/toon-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": "toon-swift",
"name": "ToonFormat",
"url": "https://github.com/toon-format/toon-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/toon-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/toon-format/toon-swift.git
[1/524] Fetching toon-swift
Fetched https://github.com/toon-format/toon-swift.git from cache (0.72s)
Creating working copy for https://github.com/toon-format/toon-swift.git
Working copy of https://github.com/toon-format/toon-swift.git resolved at main (a9a7d64)
warning: '.resolve-product-dependencies': dependency 'toon-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/toon-format/toon-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/7] Compiling ToonFormat Version.swift
[4/7] Compiling ToonFormat Value.swift
[5/7] Compiling ToonFormat Encoder.swift
[6/7] Compiling ToonFormat Decoder.swift
[7/7] Emitting module ToonFormat
Build complete! (4.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ToonFormat",
"name" : "ToonFormat",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ToonFormat",
"targets" : [
"ToonFormat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ToonFormatTests",
"module_type" : "SwiftTarget",
"name" : "ToonFormatTests",
"path" : "Tests/ToonFormatTests",
"sources" : [
"DecoderTests.swift",
"EncoderTests.swift",
"RoundTripTests.swift"
],
"target_dependencies" : [
"ToonFormat"
],
"type" : "test"
},
{
"c99name" : "ToonFormat",
"module_type" : "SwiftTarget",
"name" : "ToonFormat",
"path" : "Sources/ToonFormat",
"product_memberships" : [
"ToonFormat"
],
"sources" : [
"Decoder.swift",
"Encoder.swift",
"Value.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.