Build Information
Successful build of Blackbird, reference main (08c637), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 19:16:09 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/marcoarment/Blackbird.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcoarment/Blackbird
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 08c637a Merge pull request #39 from phuzion/main
Cloned https://github.com/marcoarment/Blackbird.git
Revision (git rev-parse @):
08c637ab8f4134d591896c8a659628e01335d71c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/marcoarment/Blackbird.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": "blackbird",
"name": "Blackbird",
"url": "https://github.com/marcoarment/Blackbird.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Blackbird",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/marcoarment/Blackbird.git
[1/1302] Fetching blackbird
Fetched https://github.com/marcoarment/Blackbird.git from cache (0.84s)
Creating working copy for https://github.com/marcoarment/Blackbird.git
Working copy of https://github.com/marcoarment/Blackbird.git resolved at main (08c637a)
warning: '.resolve-product-dependencies': dependency 'blackbird' 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/marcoarment/Blackbird.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/18] Compiling Blackbird BlackbirdModel.swift
[4/18] Compiling Blackbird BlackbirdModelSearch.swift
[5/18] Compiling Blackbird BlackbirdPerformanceLogger.swift
[6/18] Compiling Blackbird BlackbirdModelStructuredQuerying.swift
[7/18] Compiling Blackbird BlackbirdObservation.swift
[8/18] Compiling Blackbird BlackbirdCodingKey.swift
[9/18] Compiling Blackbird BlackbirdColumn.swift
[10/18] Compiling Blackbird BlackbirdChanges.swift
[11/18] Compiling Blackbird BlackbirdCodable.swift
[12/18] Compiling Blackbird Blackbird.swift
[13/18] Compiling Blackbird BlackbirdCache.swift
[14/18] Emitting module Blackbird
[15/18] Compiling Blackbird BlackbirdSchema.swift
[16/18] Compiling Blackbird BlackbirdColumnTypes.swift
[17/18] Compiling Blackbird BlackbirdDatabase.swift
[18/18] Compiling Blackbird BlackbirdRow.swift
[19/19] Compiling Blackbird BlackbirdSwiftUI.swift
Build complete! (11.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Blackbird",
"name" : "Blackbird",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Blackbird",
"targets" : [
"Blackbird"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "BlackbirdTests",
"module_type" : "SwiftTarget",
"name" : "BlackbirdTests",
"path" : "Tests/BlackbirdTests",
"sources" : [
"BlackbirdTestData.swift",
"BlackbirdTestModels.swift",
"BlackbirdTests.swift"
],
"target_dependencies" : [
"Blackbird"
],
"type" : "test"
},
{
"c99name" : "Blackbird",
"module_type" : "SwiftTarget",
"name" : "Blackbird",
"path" : "Sources/Blackbird",
"product_memberships" : [
"Blackbird"
],
"sources" : [
"Blackbird.swift",
"BlackbirdCache.swift",
"BlackbirdChanges.swift",
"BlackbirdCodable.swift",
"BlackbirdCodingKey.swift",
"BlackbirdColumn.swift",
"BlackbirdColumnTypes.swift",
"BlackbirdDatabase.swift",
"BlackbirdModel.swift",
"BlackbirdModelSearch.swift",
"BlackbirdModelStructuredQuerying.swift",
"BlackbirdObservation.swift",
"BlackbirdPerformanceLogger.swift",
"BlackbirdRow.swift",
"BlackbirdSchema.swift",
"BlackbirdSwiftUI.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/marcoarment/blackbird/main
Repository: marcoarment/Blackbird
Swift version used: 6.3
Target: Blackbird
Extracting symbol information for 'Blackbird'...
Finished extracting symbol information for 'Blackbird'. (44.58s)
Building documentation for 'Blackbird'...
warning: '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' isn't a disambiguation for 'update(in:set:forPrimaryKeys:)' at '/Blackbird/BlackbirdModel'
--> ../BlackbirdModelStructuredQuerying.swift:402:94-402:174
400 | /// ```
401 | ///
402 + /// If matching against specific primary-key values, use ``update(in:set:forPrimaryKeys:)-(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)`` instead.
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], forPrimaryKeys: [any Sendable]) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], forPrimaryKeys: [any Sendable]) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], forPrimaryKeys: [any Sendable]) async throws'
| ╰─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], forPrimaryKeys: [any Sendable]) async throws'
403 | public static func update(in database: Blackbird.Database, set changes: [BlackbirdColumnKeyPath: Sendable?], matching: BlackbirdModelColumnExpression<Self>) async throws {
404 | if changes.isEmpty { return }
warning: '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' isn't a disambiguation for 'update(in:set:matching:)' at '/Blackbird/BlackbirdModel'
--> ../BlackbirdModelStructuredQuerying.swift:463:58-463:138
461 | /// - forPrimaryKeys: A collection of primary-key values on which to apply the changes if present in the database.
462 | ///
463 + /// This is preferred over ``update(in:set:matching:)-(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)`` when the only matching criteria is primary-key value, since the change reporter can subsequently send the specific primary-key values that have potentially changed.
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], matching: BlackbirdModelColumnExpression<Self>) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], matching: BlackbirdModelColumnExpression<Self>) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], matching: BlackbirdModelColumnExpression<Self>) async throws'
| ╰─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], matching: BlackbirdModelColumnExpression<Self>) async throws'
464 | ///
465 | /// ## Example
warning: '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' isn't a disambiguation for 'update(in:set:forMulticolumnPrimaryKeys:)' at '/Blackbird/BlackbirdModel'
--> ../BlackbirdModelStructuredQuerying.swift:475:99-475:179
473 | /// // "UPDATE Post SET title = 'Hi' WHERE (id = 1 OR id = 2 OR id = 3)"
474 | /// ```
475 + /// For tables with multi-column primary keys, use ``update(in:set:forMulticolumnPrimaryKeys:)-(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)``.
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], forMulticolumnPrimaryKeys primaryKeyValues: [[any Sendable]]) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], forMulticolumnPrimaryKeys primaryKeyValues: [[any Sendable]]) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], forMulticolumnPrimaryKeys: [[any Sendable]]) async throws'
| ╰─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], forMulticolumnPrimaryKeys: [[any Sendable]]) async throws'
476 | public static func update(in database: Blackbird.Database, set changes: [BlackbirdColumnKeyPath: Sendable?], forPrimaryKeys: [Sendable]) async throws {
477 | if changes.isEmpty { return }
warning: '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' isn't a disambiguation for 'update(in:set:matching:)' at '/Blackbird/BlackbirdModel'
--> ../BlackbirdModelStructuredQuerying.swift:492:58-492:138
490 | /// - forMulticolumnPrimaryKeys: A collection of multicolumn-primary-key value arrays on which to apply the changes if present in the database.
491 | ///
492 + /// This is preferred over ``update(in:set:matching:)-(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)`` when the only matching criteria is primary-key value, since the change reporter can subsequently send the specific primary-key values that have potentially changed.
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], matching: BlackbirdModelColumnExpression<Self>) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], matching: BlackbirdModelColumnExpression<Self>) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], matching: BlackbirdModelColumnExpression<Self>) async throws'
| ╰─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], matching: BlackbirdModelColumnExpression<Self>) async throws'
493 | ///
494 | /// ## Example
warning: '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' isn't a disambiguation for 'update(in:set:forPrimaryKeys:)' at '/Blackbird/BlackbirdModel'
--> ../BlackbirdModelStructuredQuerying.swift:506:85-506:165
504 | /// ```
505 | ///
506 + /// For tables with single-column primary keys, ``update(in:set:forPrimaryKeys:)-(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)`` may also be used.
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], forPrimaryKeys: [any Sendable]) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], forPrimaryKeys: [any Sendable]) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], forPrimaryKeys: [any Sendable]) async throws'
| ╰─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], forPrimaryKeys: [any Sendable]) async throws'
507 | public static func update(in database: Blackbird.Database, set changes: [BlackbirdColumnKeyPath: Sendable?], forMulticolumnPrimaryKeys: [[Sendable]]) async throws {
508 | if changes.isEmpty { return }
warning: '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' isn't a disambiguation for 'update(in:set:matching:)' at '/Blackbird/BlackbirdModel'
--> ../BlackbirdModelStructuredQuerying.swift:680:48-680:128
678 | /// - ``BlackbirdModel/query(in:columns:matching:orderBy:limit:)-(Blackbird.Database,_,_,_,_)``
679 | /// - ``BlackbirdModel/read(from:matching:orderBy:limit:)-(Blackbird.Database,_,_,_)``
680 + /// - ``BlackbirdModel/update(in:set:matching:)-(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)``
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], matching: BlackbirdModelColumnExpression<Self>) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database.Core,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in core: isolated Blackbird.Database.Core, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], matching: BlackbirdModelColumnExpression<Self>) throws'
| ├─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:(Sendable)?],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : (any Sendable)?], matching: BlackbirdModelColumnExpression<Self>) async throws'
| ╰─suggestion: Replace '(Blackbird.Database,[BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' with '(Blackbird.Database,[Self.BlackbirdColumnKeyPath:BlackbirdColumnExpression<Self>],_)' for 'static func update(in database: Blackbird.Database, set changes: [Self.BlackbirdColumnKeyPath : BlackbirdColumnExpression<Self>], matching: BlackbirdModelColumnExpression<Self>) async throws'
681 | /// - ``BlackbirdModel/delete(from:matching:)-(Blackbird.Database,_)``
682 | public struct BlackbirdModelColumnExpression<Model: BlackbirdModel>: Sendable, BlackbirdQueryExpression, CustomDebugStringConvertible {
Finished building documentation for 'Blackbird' (0.83s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/marcoarment/blackbird/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
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
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
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 Snippets
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit DeclarationFragments.swift
[10/53] Compiling SymbolKit Fragment.swift
[11/53] Compiling SymbolKit FragmentKind.swift
[12/53] Compiling SymbolKit FunctionParameter.swift
[13/53] Compiling SymbolKit FunctionSignature.swift
[14/53] Emitting module SymbolKit
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit GenericConstraint.swift
[21/57] Compiling SymbolKit GenericParameter.swift
[22/57] Compiling SymbolKit Generics.swift
[23/57] Compiling SymbolKit Namespace.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit SemanticVersion.swift
[34/57] Compiling SymbolKit AccessControl.swift
[35/57] Compiling SymbolKit Availability.swift
[36/57] Compiling SymbolKit AvailabilityItem.swift
[37/57] Compiling SymbolKit Domain.swift
[38/57] Compiling SymbolKit Mixin+Equals.swift
[39/57] Compiling SymbolKit Mixin+Hash.swift
[40/57] Compiling SymbolKit Mixin.swift
[41/57] Compiling SymbolKit LineList.swift
[42/57] Compiling SymbolKit Position.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.97s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Blackbird' complete! (0.24s)
1764
12 /Users/admin/builder/spi-builder-workspace/.docs/marcoarment/blackbird/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/marcoarment/blackbird/main
File count: 1764
Doc size: 12.0MB
Preparing doc bundle ...
Uploading prod-marcoarment-blackbird-main-1018c9a3.zip to s3://spi-docs-inbox/prod-marcoarment-blackbird-main-1018c9a3.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [62%]
Copying... [72%]
Copying... [82%]
Copying... [90%]
Copying... [100%]
Done.