Build Information
Successful build of swift-analytics, reference 1.10.1 (b595fd
), with Swift 5.10 for Linux on 1 Jun 2025 02:46:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/swift-analytics.git
Reference: 1.10.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/dankinsoid/swift-analytics
* tag 1.10.1 -> FETCH_HEAD
HEAD is now at b595fdb docs: Update documentation to reflect parameter type change to Encodable
Cloned https://github.com/dankinsoid/swift-analytics.git
Revision (git rev-parse @):
b595fdbe390a3d3505919f87b3c276012a7fc7f5
SUCCESS checkout https://github.com/dankinsoid/swift-analytics.git at 1.10.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/dankinsoid/swift-analytics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling SwiftAnalytics ParametersValueEncoder.swift
[4/16] Compiling SwiftAnalytics ParametersProvider.swift
[5/16] Compiling SwiftAnalytics ParametersValue+JSONString.swift
[6/16] Compiling SwiftAnalytics MultiplexAnalyticsHandler.swift
[7/16] Compiling SwiftAnalytics NOOPAnalyticsHandler.swift
[8/16] Compiling SwiftAnalytics AnalyticsSystem.swift
[9/16] Compiling SwiftAnalytics AnyCodingKey.swift
[10/16] Compiling SwiftAnalytics ParametersValueDecoder.swift
[11/16] Compiling SwiftAnalytics Locks.swift
[12/16] Compiling SwiftAnalytics MockAnalyticsHandler.swift
[13/16] Compiling SwiftAnalytics Analytics.swift
[14/16] Compiling SwiftAnalytics AnalyticsHandler.swift
[15/16] Emitting module SwiftAnalytics
[16/16] Compiling SwiftAnalytics WithAnalyticsParameters.swift
Build complete! (13.51s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-analytics",
"name" : "swift-analytics",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftAnalytics",
"targets" : [
"SwiftAnalytics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftAnalyticsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAnalyticsTests",
"path" : "Tests/SwiftAnalyticsTests",
"sources" : [
"ParametersValueEncoderDecoderTests.swift",
"SwiftAnalyticsTests.swift"
],
"target_dependencies" : [
"SwiftAnalytics"
],
"type" : "test"
},
{
"c99name" : "SwiftAnalytics",
"module_type" : "SwiftTarget",
"name" : "SwiftAnalytics",
"path" : "Sources/SwiftAnalytics",
"product_memberships" : [
"SwiftAnalytics"
],
"sources" : [
"Analytics.swift",
"AnalyticsHandler.swift",
"AnalyticsSystem.swift",
"AnyCodingKey.swift",
"Locks.swift",
"MockAnalyticsHandler.swift",
"MultiplexAnalyticsHandler.swift",
"NOOPAnalyticsHandler.swift",
"ParametersProvider.swift",
"ParametersValue+JSONString.swift",
"ParametersValueDecoder.swift",
"ParametersValueEncoder.swift",
"WithAnalyticsParameters.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.