Build Information
Successful build of CTAnalytics, reference 1.2.2 (c5134a), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 04:36: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/codeandtheory/ct-analytics-ios.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ct-analytics-ios
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at c5134a7 Remaining minor rename update
Cloned https://github.com/codeandtheory/ct-analytics-ios.git
Revision (git rev-parse @):
c5134a770d891251f1870938aa53d0b1e43d42c0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ct-analytics-ios.git at 1.2.2
========================================
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": "ct-analytics-ios",
"name": "CTAnalytics",
"url": "https://github.com/codeandtheory/ct-analytics-ios.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ct-analytics-ios",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/codeandtheory/ct-analytics-ios.git
[1/268] Fetching ct-analytics-ios
Fetched https://github.com/codeandtheory/ct-analytics-ios.git from cache (0.79s)
Creating working copy for https://github.com/codeandtheory/ct-analytics-ios.git
Working copy of https://github.com/codeandtheory/ct-analytics-ios.git resolved at 1.2.2 (c5134a7)
warning: '.resolve-product-dependencies': dependency 'ct-analytics-ios' 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/codeandtheory/ct-analytics-ios.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/13] Compiling CTAnalytics EventFactory.swift
[4/13] Compiling CTAnalytics AnalyticsEventFactory.swift
[5/13] Compiling CTAnalytics AnalyticsEngine.swift
[6/13] Compiling CTAnalytics ScreenViewFactory.swift
[7/14] Compiling CTAnalytics SpyAnalyticsEngine.swift
[8/14] Compiling CTAnalytics MockAnalyticsEngine.swift
[9/14] Emitting module CTAnalytics
[10/14] Compiling CTAnalytics ConsoleAnalyticsEngine.swift
[11/14] Compiling CTAnalytics AnalyticsEvent.swift
[12/14] Compiling CTAnalytics CompoundAnalyticsEngine.swift
[13/14] Compiling CTAnalytics LoggerAnalyticsEngine.swift
[14/14] Compiling CTAnalytics UserPropertyFactory.swift
Build complete! (5.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CTAnalytics",
"name" : "CTAnalytics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "CTAnalytics",
"targets" : [
"CTAnalytics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CTAnalyticsTests",
"module_type" : "SwiftTarget",
"name" : "CTAnalyticsTests",
"path" : "Tests/CTAnalyticsTests",
"sources" : [
"Helpers/XCTestCase+AssertLogged.swift",
"Helpers/XCTestCase+MemoryLeakTracking.swift",
"Implementations/CompoundAnalyticsEngineTests.swift",
"Implementations/ConsoleAnalyticsEngineTests.swift",
"Implementations/LoggerAnalyticsEngineTests.swift",
"Implementations/MockAnalyticsEngineTests.swift",
"Implementations/SpyAnalyticsEngineTests.swift",
"Mock/MockAnalyticsData.swift",
"Protocols/AnalyticsEngineTests.swift",
"Protocols/EventFactoryTests.swift",
"Protocols/ScreenViewFactoryTests.swift",
"Protocols/UserPropertyFactoryTests.swift"
],
"target_dependencies" : [
"CTAnalytics"
],
"type" : "test"
},
{
"c99name" : "CTAnalytics",
"module_type" : "SwiftTarget",
"name" : "CTAnalytics",
"path" : "Sources/CTAnalytics",
"product_memberships" : [
"CTAnalytics"
],
"sources" : [
"Enum/AnalyticsEvent.swift",
"Implementations/CompoundAnalyticsEngine.swift",
"Implementations/ConsoleAnalyticsEngine.swift",
"Implementations/LoggerAnalyticsEngine.swift",
"Implementations/MockAnalyticsEngine.swift",
"Implementations/SpyAnalyticsEngine.swift",
"Protocol/AnalyticsEngine.swift",
"Protocol/AnalyticsEventFactory.swift",
"Protocol/EventFactory.swift",
"Protocol/ScreenViewFactory.swift",
"Protocol/UserPropertyFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.