Build Information
Successful build of swift-identity, reference main (1fad67), with Swift 6.2 for macOS (SPM) on 15 Dec 2025 05:50:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73112] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.60s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (6.47s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.50s)
========================================
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",
"dependencies": [
{
"identity": "swift-identity",
"name": "swift-identity",
"url": "https://github.com/omv-libs/swift-identity.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-identity",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax",
"version": "602.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/omv-libs/swift-identity.git
[1/351] Fetching swift-identity
Fetched https://github.com/omv-libs/swift-identity.git from cache (0.73s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.66s)
Creating working copy for https://github.com/omv-libs/swift-identity.git
Working copy of https://github.com/omv-libs/swift-identity.git resolved at main (1fad677)
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/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.17s)
warning: '.resolve-product-dependencies': dependency 'swift-identity' is not used by any target
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/omv-libs/swift-identity.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version-49B95AFC49DCD68C.txt
[5/12] Compiling IdentityMacros IdentityMacrosTestPlugin.swift
[6/12] Compiling IdentityMacros AttachedKeyIdentifierMacro.swift
[7/12] Compiling IdentityMacros AttachedIdentifierMacro.swift
[8/12] Compiling IdentityMacros AttachedIdentifiableMacro.swift
[9/12] Emitting module IdentityMacros
[10/12] Compiling IdentityMacros FreestandingIDMacro.swift
[10/12] Write Objects.LinkFileList
[11/12] Linking IdentityMacros-tool
[13/34] Compiling Identity Identifier+UUID.swift
[14/35] Compiling Identity Identifier+Testing.swift
[15/35] Compiling Identity Identifier+Macros.swift
[16/35] Compiling Identity Identifier+UUID.swift
[17/36] Compiling Identity Identifier+Comparable.swift
[18/36] Compiling Identity Identifier+Macros.swift
[19/36] Compiling Identity Dictionary+Identifiable.swift
[20/36] Compiling Identity Dictionary+IdentifiedValue.swift
[21/36] Compiling Identity IdentifiedValue.swift
[22/36] Compiling Identity Identifier+CodingKeyRepresentable.swift
[23/36] Compiling Identity Identified.swift
[24/36] Compiling Identity Identifier+Codable.swift
[25/36] Emitting module Identity
[26/36] Compiling Identity Identifier+Testing.swift
[27/36] Compiling Identity Identifier+Comparable.swift
[28/36] Compiling Identity Identifier+Codable.swift
[29/36] Compiling Identity IdentifiedValue.swift
[32/36] Compiling Identity Identifier+CodingKeyRepresentable.swift
[33/36] Compiling Identity Identified.swift
[34/36] Emitting module Identity
[35/36] Compiling Identity Identifier.swift
Build complete! (10.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" : "/Users/admin/builder/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"
}
Done.