Build Information
Successful build of altertable-swift, reference main (b893c3), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 11:39:18 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/altertable-ai/altertable-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/altertable-ai/altertable-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b893c3d ci: validate PR titles for release-please (#33)
Submodule path 'specs': checked out '3a1195e48e40c4f629f11e7181ae098b5d330ecd'
Submodule 'specs' (https://github.com/altertable-ai/altertable-client-specs.git) registered for path 'specs'
Cloning into '/Users/admin/builder/spi-builder-workspace/specs'...
Cloned https://github.com/altertable-ai/altertable-swift.git
Revision (git rev-parse @):
b893c3d0f69f9d4a73158db1c2615e764b052bcc
SUCCESS checkout https://github.com/altertable-ai/altertable-swift.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": "altertable-swift",
"name": "altertable-swift",
"url": "https://github.com/altertable-ai/altertable-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/altertable-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/altertable-ai/altertable-swift.git
[1/1516] Fetching altertable-swift
Fetched https://github.com/altertable-ai/altertable-swift.git from cache (1.53s)
Creating working copy for https://github.com/altertable-ai/altertable-swift.git
Working copy of https://github.com/altertable-ai/altertable-swift.git resolved at main (b893c3d)
warning: '.resolve-product-dependencies': dependency 'altertable-swift' 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/altertable-ai/altertable-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Copying PrivacyInfo.xcprivacy
[2/8] Write ExampleSignup-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/24] Compiling Altertable Utils.swift
[7/24] Compiling Altertable Validator.swift
[8/24] Compiling Altertable Logger.swift
[9/25] Compiling Altertable resource_bundle_accessor.swift
[10/25] Compiling Altertable Models.swift
[11/25] Compiling Altertable QueueStorage.swift
[12/25] Compiling Altertable Storage.swift
[13/25] Compiling Altertable Context.swift
[14/25] Compiling Altertable Altertable+ScreenViews.swift
[15/25] Compiling Altertable Altertable.swift
[16/25] Compiling Altertable Requester.swift
[17/25] Compiling Altertable SDKConstants.swift
[18/25] Compiling Altertable AltertableConfig.swift
[19/25] Compiling Altertable Batcher.swift
[20/25] Emitting module Altertable
[21/25] Compiling Altertable SessionManager.swift
[22/25] Compiling Altertable ScreenViewIntegration.swift
[23/28] Emitting module ExampleSignup
[24/28] Compiling ExampleSignup ExampleSignupApp.swift
[25/28] Compiling ExampleSignup SignupFunnelView.swift
[25/28] Write Objects.LinkFileList
[26/28] Linking ExampleSignup
[27/28] Applying ExampleSignup
Build complete! (11.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "altertable-swift",
"name" : "altertable-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Altertable",
"targets" : [
"Altertable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ExampleSignup",
"targets" : [
"ExampleSignup"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ExampleSignup",
"module_type" : "SwiftTarget",
"name" : "ExampleSignup",
"path" : "Examples/ExampleSignup",
"product_memberships" : [
"ExampleSignup"
],
"sources" : [
"ExampleSignupApp.swift",
"SignupFunnelView.swift"
],
"target_dependencies" : [
"Altertable"
],
"type" : "executable"
},
{
"c99name" : "AltertableTests",
"module_type" : "SwiftTarget",
"name" : "AltertableTests",
"path" : "Tests/AltertableTests",
"sources" : [
"BatcherTests.swift",
"ContextTests.swift",
"CoreTests.swift",
"IntegrationTests.swift",
"QueueTests.swift",
"RequesterBatchTests.swift",
"ScreenViewTests.swift",
"SessionManagerTests.swift",
"StorageTests.swift",
"TestHelpers.swift",
"Utils/MockURLProtocol.swift",
"ValidatorTests.swift"
],
"target_dependencies" : [
"Altertable"
],
"type" : "test"
},
{
"c99name" : "Altertable",
"module_type" : "SwiftTarget",
"name" : "Altertable",
"path" : "Sources/Altertable",
"product_memberships" : [
"Altertable",
"ExampleSignup"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Altertable/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Core/Altertable+ScreenViews.swift",
"Core/Altertable.swift",
"Core/AltertableConfig.swift",
"Core/Batcher.swift",
"Core/Requester.swift",
"Core/SDKConstants.swift",
"Core/SessionManager.swift",
"Integrations/ScreenViewIntegration.swift",
"Models/Models.swift",
"Storage/QueueStorage.swift",
"Storage/Storage.swift",
"Utils/Context.swift",
"Utils/Logger.swift",
"Utils/Utils.swift",
"Utils/Validator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.