Build Information
Successful build of AlbyKit, reference 0.0.1 (227588), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 13:41:06 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/SparrowTek/AlbyKit.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SparrowTek/AlbyKit
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 227588a properly decode date objects for codable structs
Cloned https://github.com/SparrowTek/AlbyKit.git
Revision (git rev-parse @):
227588ac8d5bdbdf673b2feb418976b9674a7efe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SparrowTek/AlbyKit.git at 0.0.1
========================================
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": "albykit",
"name": "AlbyKit",
"url": "https://github.com/SparrowTek/AlbyKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlbyKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SparrowTek/AlbyKit.git
[1/571] Fetching albykit
Fetched https://github.com/SparrowTek/AlbyKit.git from cache (0.75s)
Creating working copy for https://github.com/SparrowTek/AlbyKit.git
Working copy of https://github.com/SparrowTek/AlbyKit.git resolved at 0.0.1 (227588a)
warning: '.resolve-product-dependencies': dependency 'albykit' 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/SparrowTek/AlbyKit.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/33] Compiling AlbyKit JSONParameterEncoder.swift
[4/33] Compiling AlbyKit ParameterEncoding.swift
[5/33] Compiling AlbyKit URLParameterEncoder.swift
[6/33] Compiling AlbyKit PersonalInformation.swift
[7/33] Compiling AlbyKit AlbyError.swift
[8/33] Compiling AlbyKit Currency.swift
[9/33] Compiling AlbyKit Bolt11Invoice.swift
[10/36] Compiling AlbyKit CharacterSet.swift
[11/36] Compiling AlbyKit Encodable.swift
[12/36] Compiling AlbyKit EndpointType.swift
[13/36] Compiling AlbyKit Bolt11Payment.swift
[14/36] Compiling AlbyKit Bolt11PaymentUploadModel.swift
[15/36] Compiling AlbyKit KeysendPayment.swift
[16/36] Compiling AlbyKit CreatedInvoice.swift
[17/36] Compiling AlbyKit Invoice.swift
[18/36] Compiling AlbyKit InvoiceHistoryUploadModel.swift
[19/36] Compiling AlbyKit InvoiceUploadModel.swift
[20/36] Compiling AlbyKit NetworkingProtocol.swift
[21/36] Compiling AlbyKit StatusCode.swift
[22/36] Compiling AlbyKit AccountsService.swift
[23/36] Emitting module AlbyKit
[24/36] Compiling AlbyKit AlbyKit.swift
[25/36] Compiling AlbyKit AccountBalance.swift
[26/36] Compiling AlbyKit AccountSummary.swift
[27/36] Compiling AlbyKit Keysend.swift
[28/36] Compiling AlbyKit HTTPMethod.swift
[29/36] Compiling AlbyKit HTTPTask.swift
[30/36] Compiling AlbyKit NetworkRouter.swift
[31/36] Compiling AlbyKit KeysendPaymentUploadModel.swift
[32/36] Compiling AlbyKit Unit.swift
[33/36] Compiling AlbyKit Networking.swift
[34/36] Compiling AlbyKit InvoicesService.swift
[35/36] Compiling AlbyKit PaymentsService.swift
[36/36] Compiling AlbyKit ServiceHelper.swift
Build complete! (6.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AlbyKit",
"name" : "AlbyKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "AlbyKit",
"targets" : [
"AlbyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlbyKitTests",
"module_type" : "SwiftTarget",
"name" : "AlbyKitTests",
"path" : "Tests/AlbyKitTests",
"sources" : [
"AlbyKitTests.swift"
],
"target_dependencies" : [
"AlbyKit"
],
"type" : "test"
},
{
"c99name" : "AlbyKit",
"module_type" : "SwiftTarget",
"name" : "AlbyKit",
"path" : "Sources/AlbyKit",
"product_memberships" : [
"AlbyKit"
],
"sources" : [
"AlbyKit.swift",
"Models/AccountService/AccountBalance.swift",
"Models/AccountService/AccountSummary.swift",
"Models/AccountService/Keysend.swift",
"Models/AccountService/PersonalInformation.swift",
"Models/AlbyError.swift",
"Models/Currency.swift",
"Models/InvoicesService/Bolt11Invoice.swift",
"Models/InvoicesService/CreatedInvoice.swift",
"Models/InvoicesService/Invoice.swift",
"Models/InvoicesService/InvoiceHistoryUploadModel.swift",
"Models/InvoicesService/InvoiceUploadModel.swift",
"Models/PaymentsService/Bolt11Payment.swift",
"Models/PaymentsService/Bolt11PaymentUploadModel.swift",
"Models/PaymentsService/KeysendPayment.swift",
"Models/PaymentsService/KeysendPaymentUploadModel.swift",
"Models/Unit.swift",
"Networking.swift",
"Networking/Encoding/JSONParameterEncoder.swift",
"Networking/Encoding/ParameterEncoding.swift",
"Networking/Encoding/URLParameterEncoder.swift",
"Networking/Extensions/CharacterSet.swift",
"Networking/Extensions/Encodable.swift",
"Networking/Service/EndpointType.swift",
"Networking/Service/HTTPMethod.swift",
"Networking/Service/HTTPTask.swift",
"Networking/Service/NetworkRouter.swift",
"Networking/Service/NetworkingProtocol.swift",
"Networking/Service/StatusCode.swift",
"Services/AccountsService.swift",
"Services/InvoicesService.swift",
"Services/PaymentsService.swift",
"Services/ServiceHelper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/sparrowtek/albykit/0.0.1
Repository: SparrowTek/AlbyKit
Swift version used: 6.3
Target: AlbyKit
Extracting symbol information for 'AlbyKit'...
Finished extracting symbol information for 'AlbyKit'. (29.32s)
Building documentation for 'AlbyKit'...
Finished building documentation for 'AlbyKit' (0.76s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/sparrowtek/albykit/0.0.1
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.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.10s)
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
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
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit SourceRange.swift
[12/57] Compiling SymbolKit Metadata.swift
[13/57] Compiling SymbolKit Module.swift
[14/57] Compiling SymbolKit OperatingSystem.swift
[15/57] Compiling SymbolKit Platform.swift
[16/57] Compiling SymbolKit Symbol.swift
[17/57] Compiling SymbolKit SymbolKind.swift
[18/57] Compiling SymbolKit SymbolGraph.swift
[19/57] Compiling SymbolKit GraphCollector.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.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 DeclarationFragments.swift
[44/57] Compiling SymbolKit Fragment.swift
[45/57] Compiling SymbolKit FragmentKind.swift
[46/57] Compiling SymbolKit FunctionParameter.swift
[47/57] Compiling SymbolKit FunctionSignature.swift
[48/57] Emitting module Snippets
[49/57] Compiling Snippets Snippet.swift
[50/57] Compiling Snippets SnippetParser.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] Emitting module snippet_extract
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Compiling snippet_extract URL+Status.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.37s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'AlbyKit' complete! (0.24s)
700
5 /Users/admin/builder/spi-builder-workspace/.docs/sparrowtek/albykit/0.0.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/sparrowtek/albykit/0.0.1
File count: 700
Doc size: 5.0MB
Preparing doc bundle ...
Uploading prod-sparrowtek-albykit-0.0.1-86fe3bf1.zip to s3://spi-docs-inbox/prod-sparrowtek-albykit-0.0.1-86fe3bf1.zip
Copying... [13%]
Copying... [26%]
Copying... [32%]
Copying... [45%]
Copying... [52%]
Copying... [65%]
Copying... [71%]
Copying... [84%]
Copying... [90%]
Copying... [100%]
Done.