Build Information
Successful build of AlbyKit, reference 0.0.1 (227588), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 18:23:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SparrowTek/AlbyKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/33] Emitting module AlbyKit
[4/36] Compiling AlbyKit Bolt11Payment.swift
[5/36] Compiling AlbyKit Bolt11PaymentUploadModel.swift
[6/36] Compiling AlbyKit KeysendPayment.swift
[7/36] Compiling AlbyKit HTTPMethod.swift
[8/36] Compiling AlbyKit HTTPTask.swift
[9/36] Compiling AlbyKit NetworkRouter.swift
[10/36] Compiling AlbyKit PersonalInformation.swift
[11/36] Compiling AlbyKit AlbyError.swift
[12/36] Compiling AlbyKit Currency.swift
[13/36] Compiling AlbyKit Bolt11Invoice.swift
[14/36] Compiling AlbyKit InvoicesService.swift
[15/36] Compiling AlbyKit PaymentsService.swift
[16/36] Compiling AlbyKit ServiceHelper.swift
[17/36] Compiling AlbyKit NetworkingProtocol.swift
[18/36] Compiling AlbyKit StatusCode.swift
[19/36] Compiling AlbyKit AccountsService.swift
[20/36] Compiling AlbyKit CreatedInvoice.swift
[21/36] Compiling AlbyKit Invoice.swift
[22/36] Compiling AlbyKit InvoiceHistoryUploadModel.swift
[23/36] Compiling AlbyKit InvoiceUploadModel.swift
[24/36] Compiling AlbyKit JSONParameterEncoder.swift
[25/36] Compiling AlbyKit ParameterEncoding.swift
[26/36] Compiling AlbyKit URLParameterEncoder.swift
[27/36] Compiling AlbyKit AlbyKit.swift
[28/36] Compiling AlbyKit AccountBalance.swift
[29/36] Compiling AlbyKit AccountSummary.swift
[30/36] Compiling AlbyKit Keysend.swift
[31/36] Compiling AlbyKit KeysendPaymentUploadModel.swift
[32/36] Compiling AlbyKit Unit.swift
[33/36] Compiling AlbyKit Networking.swift
[34/36] Compiling AlbyKit CharacterSet.swift
[35/36] Compiling AlbyKit Encodable.swift
[36/36] Compiling AlbyKit EndpointType.swift
Build complete! (5.55s)
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"
}
Done.