Build Information
Successful build of swift-uuidv7, reference 0.6.1 (c7a578), with Swift 6.1 for Android on 12 Mar 2026 20:51:02 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mhayes853/swift-uuidv7.git
Reference: 0.6.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/mhayes853/swift-uuidv7
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at c7a578f Merge pull request #13 from mhayes853/standalone-file
Cloned https://github.com/mhayes853/swift-uuidv7.git
Revision (git rev-parse @):
c7a578f20ca5e6e018ef4ba8bf8517550047864f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mhayes853/swift-uuidv7.git at 0.6.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mhayes853/swift-uuidv7.git
https://github.com/mhayes853/swift-uuidv7.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "grdb.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.5.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/GRDB.swift"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged"
},
{
"identity" : "swift-structured-queries",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-structured-queries"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "sqlite-data",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/sqlite-data"
}
],
"manifest_display_name" : "swift-uuidv7",
"name" : "swift-uuidv7",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UUIDV7",
"targets" : [
"UUIDV7"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "UUIDV7Tests",
"module_type" : "SwiftTarget",
"name" : "UUIDV7Tests",
"path" : "Tests/UUIDV7Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Date+StaticISO8601.swift",
"UUID+ExtensionsTests.swift",
"UUIDV7+AppIntentsTests.swift",
"UUIDV7+DependenciesTests.swift",
"UUIDV7+GRDBTests.swift",
"UUIDV7+SQLiteDataTests.swift",
"UUIDV7+StructuredQueriesTests.swift",
"UUIDV7+TaggedTests.swift",
"UUIDV7Tests.swift"
],
"target_dependencies" : [
"UUIDV7"
],
"type" : "test"
},
{
"c99name" : "UUIDV7",
"module_type" : "SwiftTarget",
"name" : "UUIDV7",
"path" : "Sources/UUIDV7",
"product_dependencies" : [
"GRDB",
"Tagged",
"StructuredQueriesCore",
"StructuredQueriesSQLiteCore",
"Dependencies",
"SQLiteData"
],
"product_memberships" : [
"UUIDV7"
],
"sources" : [
"UUID+Extensions.swift",
"UUIDV7+AppIntents.swift",
"UUIDV7+Dependencies.swift",
"UUIDV7+GRDB.swift",
"UUIDV7+SQLiteData.swift",
"UUIDV7+StructuredQueries.swift",
"UUIDV7+Tagged.swift",
"UUIDV7.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/pointfreeco/sqlite-data
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/groue/GRDB.swift
Fetching https://github.com/pointfreeco/swift-structured-queries
Fetching https://github.com/pointfreeco/swift-dependencies
[1/2171] Fetching swift-docc-plugin
[219/8875] Fetching swift-docc-plugin, swift-dependencies
[354/10093] Fetching swift-docc-plugin, swift-dependencies, swift-tagged
[3638/17243] Fetching swift-docc-plugin, swift-dependencies, swift-tagged, swift-structured-queries
[7081/34792] Fetching swift-docc-plugin, swift-dependencies, swift-tagged, swift-structured-queries, sqlite-data
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
[23321/32621] Fetching swift-dependencies, swift-tagged, swift-structured-queries, sqlite-data
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.63s)
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (0.63s)
[1/113619] Fetching grdb.swift
Fetched https://github.com/pointfreeco/swift-tagged from cache (17.46s)
Fetched https://github.com/pointfreeco/sqlite-data from cache (17.47s)
Fetched https://github.com/groue/GRDB.swift from cache (17.86s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (20.15s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (0.61s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/1317] Fetching swift-clocks
[133/3867] Fetching swift-clocks, combine-schedulers
[414/4753] Fetching swift-clocks, combine-schedulers, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.36s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.36s)
[1/5718] Fetching xctest-dynamic-overlay
[5719/80411] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (6.05s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (6.07s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.13s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (6.75s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.55s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.56s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.21s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.56s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.10.0 (2.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3669] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.98s)
Computing version for https://github.com/pointfreeco/sqlite-data
Computed https://github.com/pointfreeco/sqlite-data at 1.6.0 (0.60s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/apple/swift-collections
[1/1962] Fetching swift-perception
[1963/24261] Fetching swift-perception, swift-collections
[2409/29631] Fetching swift-perception, swift-collections, swift-custom-dump
[2410/33164] Fetching swift-perception, swift-collections, swift-custom-dump, swift-sharing
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.36s)
[9339/29631] Fetching swift-perception, swift-collections, swift-custom-dump
[23166/45411] Fetching swift-perception, swift-collections, swift-custom-dump, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-perception from cache (1.46s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.46s)
Fetched https://github.com/apple/swift-collections from cache (1.50s)
[4261/15780] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.12s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.31.0 (3.84s)
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4573] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.08s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.53s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.9 (0.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.54s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.57s)
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1542] Fetching swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.39s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.95s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.0 (0.80s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (0.64s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.9
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
Creating working copy for https://github.com/groue/GRDB.swift
Working copy of https://github.com/groue/GRDB.swift resolved at 7.10.0
Creating working copy for https://github.com/pointfreeco/sqlite-data
Working copy of https://github.com/pointfreeco/sqlite-data resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/pointfreeco/swift-structured-queries
Working copy of https://github.com/pointfreeco/swift-structured-queries resolved at 0.31.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/10] Write sources
[5/10] Write swift-version-24593BA9C3E375BF.txt
[7/20] Emitting module IssueReportingPackageSupport
[8/20] Compiling IssueReportingPackageSupport _Test.swift
[9/21] Wrapping AST for IssueReportingPackageSupport for debugging
[11/24] Compiling UUIDV7 UUIDV7+StructuredQueries.swift
[12/24] Compiling UUIDV7 UUIDV7+Tagged.swift
[13/24] Compiling UUIDV7 UUIDV7+GRDB.swift
[14/25] Compiling UUIDV7 UUIDV7+SQLiteData.swift
[15/25] Compiling UUIDV7 UUIDV7+Dependencies.swift
[16/25] Emitting module UUIDV7
[17/25] Compiling UUIDV7 UUIDV7+AppIntents.swift
[18/25] Compiling UUIDV7 UUID+Extensions.swift
[19/25] Compiling UUIDV7 UUIDV7.swift
[20/26] Compiling IssueReportingTestSupport SwiftTesting.swift
[21/26] Emitting module IssueReportingTestSupport
[22/26] Compiling IssueReportingTestSupport XCTest.swift
[24/27] Wrapping AST for IssueReportingTestSupport for debugging
[25/27] Write Objects.LinkFileList
[26/27] Linking libIssueReportingTestSupport.so
Build complete! (87.08s)
Build complete.
{
"dependencies" : [
{
"identity" : "grdb.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.5.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/GRDB.swift"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged"
},
{
"identity" : "swift-structured-queries",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-structured-queries"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "sqlite-data",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/sqlite-data"
}
],
"manifest_display_name" : "swift-uuidv7",
"name" : "swift-uuidv7",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UUIDV7",
"targets" : [
"UUIDV7"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "UUIDV7Tests",
"module_type" : "SwiftTarget",
"name" : "UUIDV7Tests",
"path" : "Tests/UUIDV7Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"Date+StaticISO8601.swift",
"UUID+ExtensionsTests.swift",
"UUIDV7+AppIntentsTests.swift",
"UUIDV7+DependenciesTests.swift",
"UUIDV7+GRDBTests.swift",
"UUIDV7+SQLiteDataTests.swift",
"UUIDV7+StructuredQueriesTests.swift",
"UUIDV7+TaggedTests.swift",
"UUIDV7Tests.swift"
],
"target_dependencies" : [
"UUIDV7"
],
"type" : "test"
},
{
"c99name" : "UUIDV7",
"module_type" : "SwiftTarget",
"name" : "UUIDV7",
"path" : "Sources/UUIDV7",
"product_dependencies" : [
"GRDB",
"Tagged",
"StructuredQueriesCore",
"StructuredQueriesSQLiteCore",
"Dependencies",
"SQLiteData"
],
"product_memberships" : [
"UUIDV7"
],
"sources" : [
"UUID+Extensions.swift",
"UUIDV7+AppIntents.swift",
"UUIDV7+Dependencies.swift",
"UUIDV7+GRDB.swift",
"UUIDV7+SQLiteData.swift",
"UUIDV7+StructuredQueries.swift",
"UUIDV7+Tagged.swift",
"UUIDV7.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.