Build Information
Successful build of Balam, reference 1.0.0 (d3be40), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 20:50:03 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/catverse/balam.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/catverse/balam
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d3be40e Test replace saves
Cloned https://github.com/catverse/balam.git
Revision (git rev-parse @):
d3be40eec44f3d725ceeef0f913d567740133855
SUCCESS checkout https://github.com/catverse/balam.git at 1.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": "balam",
"name": "Balam",
"url": "https://github.com/catverse/balam.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/balam",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/catverse/balam.git
[1/868] Fetching balam
Fetched https://github.com/catverse/balam.git from cache (0.75s)
Creating working copy for https://github.com/catverse/balam.git
Working copy of https://github.com/catverse/balam.git resolved at 1.0.0 (d3be40e)
warning: '.resolve-product-dependencies': dependency 'balam' 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/catverse/balam.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/8] Compiling Balam Set.swift
[4/8] Compiling Balam Property.swift
[5/8] Emitting module Balam
[6/8] Compiling Balam Mirror.swift
[7/8] Compiling Balam Node.swift
[8/8] Compiling Balam Balam.swift
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:31: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
104 | public func update<T>(_ type: T.Type, with: @escaping (inout T) -> Void) where T : Codable {
105 | queue.async {
106 | self.items.update(type, with: with)
| `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
107 | self.save()
108 | }
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:113:32: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
111 | public func replace<T>(_ type: T.Type, with: T) where T : Codable {
112 | queue.async {
113 | self.items.replace(type, with: with)
| `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
114 | self.save()
115 | }
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:156:82: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
154 | .init { promise in
155 | self.queue.async {
156 | let result = Result<[T], Never>.success(self.items.first { $0 == type }?.decoding() ?? [])
| `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
157 | DispatchQueue.main.async {
158 | promise(result)
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:156:82: warning: capture of 'type' with non-Sendable type 'T.Type' in an isolated closure
154 | .init { promise in
155 | self.queue.async {
156 | let result = Result<[T], Never>.success(self.items.first { $0 == type }?.decoding() ?? [])
| `- warning: capture of 'type' with non-Sendable type 'T.Type' in an isolated closure
157 | DispatchQueue.main.async {
158 | promise(result)
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:74: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
165 | .init { promise in
166 | self.queue.async {
167 | let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
| `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
168 | DispatchQueue.main.async {
169 | promise(result)
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (4.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Balam",
"name" : "Balam",
"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" : "Balam",
"targets" : [
"Balam"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"sources" : [
"AddBatchTests.swift",
"AddTests.swift",
"BalamTests.swift",
"EnumTests.swift",
"GetTests.swift",
"Mocks.swift",
"NodeTests.swift",
"PropertyTests.swift",
"RemoveTests.swift",
"UpdateTests.swift"
],
"target_dependencies" : [
"Balam"
],
"type" : "test"
},
{
"c99name" : "Balam",
"module_type" : "SwiftTarget",
"name" : "Balam",
"path" : "Sources",
"product_memberships" : [
"Balam"
],
"sources" : [
"Balam.swift",
"Mirror.swift",
"Node.swift",
"Property.swift",
"Set.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.