Build Information
Successful build of swift-identity, reference main (1fad67), with Swift 6.2 for Linux on 15 Dec 2025 05:53:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omv-libs/swift-identity.git
Reference: main
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/omv-libs/swift-identity
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1fad677 Depend on a range of swift syntax versions for compatibility with Xcode 26 and newer packages. (#15)
Cloned https://github.com/omv-libs/swift-identity.git
Revision (git rev-parse @):
1fad677d01532aff25c6e0246b7381987cd326cb
SUCCESS checkout https://github.com/omv-libs/swift-identity.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/omv-libs/swift-identity.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/73112] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.69s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (12.24s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.89s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling IdentityMacros IdentityMacrosTestPlugin.swift
[6/13] Compiling IdentityMacros FreestandingIDMacro.swift
[7/13] Compiling IdentityMacros AttachedIdentifierMacro.swift
[8/13] Compiling IdentityMacros AttachedIdentifiableMacro.swift
[9/13] Emitting module IdentityMacros
[10/13] Compiling IdentityMacros AttachedKeyIdentifierMacro.swift
[11/14] Wrapping AST for IdentityMacros for debugging
[12/14] Write Objects.LinkFileList
[13/14] Linking IdentityMacros-tool
[15/36] Compiling Identity Identifier+Testing.swift
[16/37] Compiling Identity Dictionary+Identifiable.swift
[17/37] Compiling Identity Dictionary+IdentifiedValue.swift
[18/37] Compiling Identity Identifier+Macros.swift
[19/37] Compiling Identity Identified.swift
[20/37] Compiling Identity IdentifiedValue.swift
[21/37] Compiling Identity Identifier+Comparable.swift
[22/37] Compiling Identity Identifier+Testing.swift
[23/38] Compiling Identity Identifier+UUID.swift
[24/38] Compiling Identity Identifier+Macros.swift
[27/38] Emitting module Identity
[28/38] Compiling Identity Identifier+Codable.swift
[29/38] Compiling Identity Identifier+CodingKeyRepresentable.swift
[30/38] Compiling Identity Identifier+Comparable.swift
[31/38] Compiling Identity Identifier.swift
[37/39] Compiling Identity Identifier+UUID.swift
[38/39] Emitting module Identity
Build complete! (37.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "swift-identity",
"name" : "swift-identity",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.3"
},
{
"name" : "ios",
"version" : "15.4"
},
{
"name" : "tvos",
"version" : "15.4"
},
{
"name" : "watchos",
"version" : "8.5"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "15.4"
}
],
"products" : [
{
"name" : "Identity",
"targets" : [
"Identity"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IdentityMacros",
"targets" : [
"IdentityMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "IdentityTests",
"module_type" : "SwiftTarget",
"name" : "IdentityTests",
"path" : "Tests/IdentityTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"Dictionary+IdentifiableTests.swift",
"Dictionary+IdentifiedValueTests.swift",
"IdentifiedTests.swift",
"IdentifiedValueTests.swift",
"Identifier/Identifier+CodableTests.swift",
"Identifier/Identifier+TestingTests.swift",
"Identifier/Identifier+UUIDTests.swift",
"Identifier/IdentifierTests.swift",
"IdentityMacros/AttachedIdentifiableMacroTests.swift",
"IdentityMacros/AttachedIdentifierMacroTests.swift",
"IdentityMacros/AttachedKeyIdentifierMacroTests.swift",
"IdentityMacros/FreestandingIDMacroTests.swift",
"IdentityMacros/IdentityTests+IdentityMacros.swift"
],
"target_dependencies" : [
"Identity",
"IdentityMacros"
],
"type" : "test"
},
{
"c99name" : "IdentityMacros",
"module_type" : "SwiftTarget",
"name" : "IdentityMacros",
"path" : "Sources/IdentityMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Identity",
"IdentityMacros"
],
"sources" : [
"AttachedIdentifiableMacro.swift",
"AttachedIdentifierMacro.swift",
"AttachedKeyIdentifierMacro.swift",
"FreestandingIDMacro.swift",
"IdentityMacrosTestPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "Identity",
"module_type" : "SwiftTarget",
"name" : "Identity",
"path" : "Sources/Identity",
"product_memberships" : [
"Identity"
],
"sources" : [
"Dictionary+Identifiable.swift",
"Dictionary+IdentifiedValue.swift",
"Identified.swift",
"IdentifiedValue.swift",
"Identifier/Identifier+Codable.swift",
"Identifier/Identifier+CodingKeyRepresentable.swift",
"Identifier/Identifier+Comparable.swift",
"Identifier/Identifier+Macros.swift",
"Identifier/Identifier+Testing.swift",
"Identifier/Identifier+UUID.swift",
"Identifier/Identifier.swift"
],
"target_dependencies" : [
"IdentityMacros"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.