Build Information
Successful build of lib0-swift, reference 1.0.4 (001958), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 16:36:50 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/ObuchiYuki/lib0-swift.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ObuchiYuki/lib0-swift
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 001958e add swift integration
Cloned https://github.com/ObuchiYuki/lib0-swift.git
Revision (git rev-parse @):
001958e8384591bf11ad5f494cc525bb2367d5b7
SUCCESS checkout https://github.com/ObuchiYuki/lib0-swift.git at 1.0.4
========================================
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": "lib0-swift",
"name": "lib0-swift",
"url": "https://github.com/ObuchiYuki/lib0-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lib0-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ObuchiYuki/lib0-swift.git
[1/162] Fetching lib0-swift
Fetched https://github.com/ObuchiYuki/lib0-swift.git from cache (0.65s)
Creating working copy for https://github.com/ObuchiYuki/lib0-swift.git
Working copy of https://github.com/ObuchiYuki/lib0-swift.git resolved at 1.0.4 (001958e)
warning: '.resolve-product-dependencies': dependency 'lib0-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/ObuchiYuki/lib0-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/11] Compiling lib0 LZObservableObject.swift
[4/11] Compiling lib0 Observable.swift
[5/11] Compiling lib0 LZDecoder.swift
[6/11] Compiling lib0 LZDecoderError.swift
[7/11] Compiling lib0 LZEncoder+Swift.swift
[8/11] Compiling lib0 LZDecoder+Swift.swift
/Users/admin/builder/spi-builder-workspace/Sources/lib0/Coder/LZDecoder+Swift.swift:97:17: warning: initialization of immutable value 'refID' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
95 | self.reserveCapacity(count)
96 | for _ in 0..<count {
97 | let refID = decoder.readUInt8()
| `- warning: initialization of immutable value 'refID' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
98 | self.append(try Element(fromVariadic: decoder))
99 | }
[9/11] Compiling lib0 LZCoder+Swift.swift
[10/11] Emitting module lib0
[11/11] Compiling lib0 LZEncoder.swift
Build complete! (4.35s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "lib0-swift",
"name" : "lib0-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "lib0",
"targets" : [
"lib0"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "lib0_Tests",
"module_type" : "SwiftTarget",
"name" : "lib0-Tests",
"path" : "Tests/lib0-Tests",
"sources" : [
"lib0_CoderTests.swift"
],
"target_dependencies" : [
"lib0"
],
"type" : "test"
},
{
"c99name" : "lib0",
"module_type" : "SwiftTarget",
"name" : "lib0",
"path" : "Sources/lib0",
"product_memberships" : [
"lib0"
],
"sources" : [
"Coder/LZCoder+Swift.swift",
"Coder/LZDecoder+Swift.swift",
"Coder/LZDecoder.swift",
"Coder/LZDecoderError.swift",
"Coder/LZEncoder+Swift.swift",
"Coder/LZEncoder.swift",
"LZObservableObject.swift",
"Observable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.