Build Information
Successful build of ExperimentsBoard, reference 0.1.3 (47b98a), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 09:05:59 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/noeticgarden/experimentsboard.git
Reference: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noeticgarden/experimentsboard
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at 47b98a0 Do not allow the main actor to call into the variably-isolated constructor, since #isolation will be nil at that call site.
Cloned https://github.com/noeticgarden/experimentsboard.git
Revision (git rev-parse @):
47b98a0bc0d0e644d32ad92351d06aca049727cc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/noeticgarden/experimentsboard.git at 0.1.3
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2275] Fetching swift-docc-plugin
[115/5947] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.25s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.71s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved 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": "experimentsboard",
"name": "ExperimentsBoard",
"url": "https://github.com/noeticgarden/experimentsboard.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/experimentsboard",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/noeticgarden/experimentsboard.git
[1/172] Fetching experimentsboard
Fetched https://github.com/noeticgarden/experimentsboard.git from cache (0.83s)
Creating working copy for https://github.com/noeticgarden/experimentsboard.git
Working copy of https://github.com/noeticgarden/experimentsboard.git resolved at 0.1.3 (47b98a0)
warning: '.resolve-product-dependencies': dependency 'experimentsboard' 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/noeticgarden/experimentsboard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/19] Compiling ExperimentsBoard Scene.swift
[6/20] Compiling ExperimentsBoard Editor.swift
[7/20] Compiling ExperimentsBoard Editor - Form.swift
[8/20] Compiling ExperimentsBoard Autodisplay.swift
[9/20] Compiling ExperimentsBoard Control Overlay.swift
[10/20] Compiling ExperimentsBoard Static API - Wrapper.swift
[11/20] Compiling ExperimentsBoard Static API.swift
[12/20] Compiling ExperimentsBoard Storage - Weak Observation.swift
[13/20] Compiling ExperimentsBoard Storage.swift
[14/20] Compiling ExperimentsBoard Storage - Experiment Kinds.swift
[15/20] Compiling ExperimentsBoard Storage - Observable.swift
[16/20] Compiling ExperimentsBoard Foundation - LockedState.swift
[17/20] Compiling ExperimentsBoard Snapshot API.swift
[18/20] Emitting module ExperimentsBoard
[19/20] Compiling ExperimentsBoard Editor - Rows.swift
/Users/admin/builder/spi-builder-workspace/Sources/ExperimentsBoard/UI/Editor - Rows.swift:160:33: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
158 | value: $value,
159 | in: Double(range.lowerBound)...Double(range.upperBound),
160 | label: { Text("\(Integer(value))").monospacedDigit().frame(minWidth: 25) },
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
161 | minimumValueLabel: { Text("\(range.lowerBound)") },
162 | maximumValueLabel: { Text("\(range.upperBound)") }
/Users/admin/builder/spi-builder-workspace/Sources/ExperimentsBoard/UI/Editor - Rows.swift:161:45: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
159 | in: Double(range.lowerBound)...Double(range.upperBound),
160 | label: { Text("\(Integer(value))").monospacedDigit().frame(minWidth: 25) },
161 | minimumValueLabel: { Text("\(range.lowerBound)") },
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
162 | maximumValueLabel: { Text("\(range.upperBound)") }
163 | )
/Users/admin/builder/spi-builder-workspace/Sources/ExperimentsBoard/UI/Editor - Rows.swift:162:45: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
160 | label: { Text("\(Integer(value))").monospacedDigit().frame(minWidth: 25) },
161 | minimumValueLabel: { Text("\(range.lowerBound)") },
162 | maximumValueLabel: { Text("\(range.upperBound)") }
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
163 | )
164 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/ExperimentsBoard/UI/Editor - Rows.swift:229:45: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
227 | in: Double(range.lowerBound)...Double(range.upperBound),
228 | label: { Text(valueLabel).monospacedDigit().frame(minWidth: 65) },
229 | minimumValueLabel: { Text("\(range.lowerBound)") },
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
230 | maximumValueLabel: { Text("\(range.upperBound)") }
231 | )
/Users/admin/builder/spi-builder-workspace/Sources/ExperimentsBoard/UI/Editor - Rows.swift:230:45: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
228 | label: { Text(valueLabel).monospacedDigit().frame(minWidth: 65) },
229 | minimumValueLabel: { Text("\(range.lowerBound)") },
230 | maximumValueLabel: { Text("\(range.upperBound)") }
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
231 | )
232 | #endif
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/20] Compiling ExperimentsBoard Tools.swift
Build complete! (15.87s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "ExperimentsBoard",
"name" : "ExperimentsBoard",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ExperimentsBoard",
"targets" : [
"ExperimentsBoard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "ExperimentsBoardTests",
"module_type" : "SwiftTarget",
"name" : "ExperimentsBoardTests",
"path" : "Tests/ExperimentsBoardTests",
"sources" : [
"Tests - Observables.swift",
"Tests - Storage.swift",
"Tests - Wrapper.swift"
],
"target_dependencies" : [
"ExperimentsBoard"
],
"type" : "test"
},
{
"c99name" : "ExperimentsBoard",
"module_type" : "SwiftTarget",
"name" : "ExperimentsBoard",
"path" : "Sources/ExperimentsBoard",
"product_memberships" : [
"ExperimentsBoard"
],
"sources" : [
"Core/Foundation - LockedState.swift",
"Core/Snapshot API.swift",
"Core/Static API - Wrapper.swift",
"Core/Static API.swift",
"Core/Storage - Experiment Kinds.swift",
"Core/Storage - Observable.swift",
"Core/Storage - Weak Observation.swift",
"Core/Storage.swift",
"UI/Autodisplay.swift",
"UI/Control Overlay.swift",
"UI/Editor - Form.swift",
"UI/Editor - Rows.swift",
"UI/Editor.swift",
"UI/Scene.swift",
"UI/Tools.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/noeticgarden/experimentsboard/0.1.3
Repository: noeticgarden/experimentsboard
Swift version used: 6.3
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
Target: ExperimentsBoard
Extracting symbol information for 'ExperimentsBoard'...
Finished extracting symbol information for 'ExperimentsBoard'. (43.44s)
Building documentation for 'ExperimentsBoard'...
Finished building documentation for 'ExperimentsBoard' (1.17s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/noeticgarden/experimentsboard/0.1.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit DeclarationFragments.swift
[8/57] Compiling SymbolKit Fragment.swift
[9/57] Compiling SymbolKit FragmentKind.swift
[10/57] Compiling SymbolKit FunctionParameter.swift
[11/57] Compiling SymbolKit FunctionSignature.swift
[12/57] Compiling Snippets Snippet.swift
[13/57] Emitting module Snippets
[14/57] Compiling Snippets SnippetParser.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit Names.swift
[25/57] Compiling SymbolKit SPI.swift
[26/57] Compiling SymbolKit Snippet.swift
[27/57] Compiling SymbolKit Extension.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.28s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'ExperimentsBoard' complete! (0.22s)
2024
16 /Users/admin/builder/spi-builder-workspace/.docs/noeticgarden/experimentsboard/0.1.3
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/noeticgarden/experimentsboard/0.1.3
File count: 2024
Doc size: 16.0MB
Preparing doc bundle ...
Uploading prod-noeticgarden-experimentsboard-0.1.3-6e7ed32a.zip to s3://spi-docs-inbox/prod-noeticgarden-experimentsboard-0.1.3-6e7ed32a.zip
Copying... [11%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [51%]
Copying... [60%]
Copying... [71%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.