Build Information
Successful build of Shallows, reference 0.13.4 (3a9d67), with Swift 6.3 for Linux on 13 Apr 2026 21:28:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dreymonde/Shallows.git
Reference: 0.13.4
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/dreymonde/Shallows
* tag 0.13.4 -> FETCH_HEAD
HEAD is now at 3a9d673 add asyncMapKeys operator
Cloned https://github.com/dreymonde/Shallows.git
Revision (git rev-parse @):
3a9d673a7c01d6fd4fbaa5cd592648dbae42d4a7
SUCCESS checkout https://github.com/dreymonde/Shallows.git at 0.13.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/dreymonde/Shallows.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-24593BA9C3E375BF.txt
[3/21] Compiling Shallows WriteOnlyStorage.swift
[4/22] Compiling Shallows Storage.swift
[5/22] Compiling Shallows SyncStorage.swift
[6/22] Compiling Shallows Zip.swift
[7/22] Compiling Shallows Shallows.swift
[8/22] Compiling Shallows ShallowsResult.swift
[9/22] Compiling Shallows NSCacheStorage.swift
[10/22] Compiling Shallows ReadOnlyStorage.swift
[11/22] Compiling Shallows Filename.swift
[12/22] Compiling Shallows MemoryStorage.swift
[13/22] Emitting module Shallows
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:24:54: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
22 | public init(folderURL: URL,
23 | diskStorage: Storage<URL, Data> = DiskStorage.main.asStorage(),
24 | filenameEncoder: Filename.Encoder = .base64) {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
25 | self.diskStorage = diskStorage
26 | self.folderURL = folderURL
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:167:68: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
165 | in directory: FileManager.SearchPathDirectory,
166 | domainMask: FileManager.SearchPathDomainMask = .userDomainMask,
167 | filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
168 | return DiskStorage.main.folder(folderName, in: directory, domainMask: domainMask, filenameEncoder: filenameEncoder)
169 | }
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:174:61: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
172 | in directory: FileManager.SearchPathDirectory,
173 | domainMask: FileManager.SearchPathDomainMask = .userDomainMask,
174 | filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
175 | return DiskFolderStorage.inDirectory(
176 | directory,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/22] Compiling Shallows Async.swift
[15/22] Compiling Shallows Composition.swift
[16/22] Compiling Shallows DiskExtensions.swift
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:24:54: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
22 | public init(folderURL: URL,
23 | diskStorage: Storage<URL, Data> = DiskStorage.main.asStorage(),
24 | filenameEncoder: Filename.Encoder = .base64) {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
25 | self.diskStorage = diskStorage
26 | self.folderURL = folderURL
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:167:68: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
165 | in directory: FileManager.SearchPathDirectory,
166 | domainMask: FileManager.SearchPathDomainMask = .userDomainMask,
167 | filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
168 | return DiskStorage.main.folder(folderName, in: directory, domainMask: domainMask, filenameEncoder: filenameEncoder)
169 | }
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:174:61: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
172 | in directory: FileManager.SearchPathDirectory,
173 | domainMask: FileManager.SearchPathDomainMask = .userDomainMask,
174 | filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
175 | return DiskFolderStorage.inDirectory(
176 | directory,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[17/22] Compiling Shallows DiskStorage.swift
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:24:54: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
22 | public init(folderURL: URL,
23 | diskStorage: Storage<URL, Data> = DiskStorage.main.asStorage(),
24 | filenameEncoder: Filename.Encoder = .base64) {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
25 | self.diskStorage = diskStorage
26 | self.folderURL = folderURL
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:167:68: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
165 | in directory: FileManager.SearchPathDirectory,
166 | domainMask: FileManager.SearchPathDomainMask = .userDomainMask,
167 | filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
168 | return DiskStorage.main.folder(folderName, in: directory, domainMask: domainMask, filenameEncoder: filenameEncoder)
169 | }
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:174:61: warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
172 | in directory: FileManager.SearchPathDirectory,
173 | domainMask: FileManager.SearchPathDomainMask = .userDomainMask,
174 | filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
| `- warning: 'base64' is deprecated: for any new storages, please use .base64URL [#DeprecatedDeclaration]
175 | return DiskFolderStorage.inDirectory(
176 | directory,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[18/23] Wrapping AST for Shallows for debugging
[19/23] Write Objects.LinkFileList
[21/23] Archiving libShallowsStatic.a
[22/23] Linking libShallowsDynamic.so
Build complete! (9.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Shallows",
"name" : "Shallows",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Shallows",
"targets" : [
"Shallows"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShallowsStatic",
"targets" : [
"Shallows"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ShallowsDynamic",
"targets" : [
"Shallows"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "ShallowsTests",
"module_type" : "SwiftTarget",
"name" : "ShallowsTests",
"path" : "Tests/ShallowsTests",
"sources" : [
"AdditionalSpec.swift",
"CompositionSpec.swift",
"DiskStorageSpec.swift",
"MemoryStorageSpec.swift",
"ResultSpec.swift",
"Spectre/Case.swift",
"Spectre/Context.swift",
"Spectre/Expectation.swift",
"Spectre/Failure.swift",
"Spectre/Global.swift",
"Spectre/GlobalContext.swift",
"Spectre/Reporter.swift",
"Spectre/Reporters.swift",
"TestExtensions.swift",
"XCTest.swift",
"ZipSpec.swift"
],
"target_dependencies" : [
"Shallows"
],
"type" : "test"
},
{
"c99name" : "Shallows",
"module_type" : "SwiftTarget",
"name" : "Shallows",
"path" : "Sources/Shallows",
"product_memberships" : [
"Shallows",
"ShallowsStatic",
"ShallowsDynamic"
],
"sources" : [
"Async.swift",
"Composition.swift",
"DiskStorage/DiskExtensions.swift",
"DiskStorage/DiskStorage.swift",
"DiskStorage/Filename.swift",
"MemoryStorage.swift",
"NSCacheStorage.swift",
"ReadOnlyStorage.swift",
"Shallows.swift",
"ShallowsResult.swift",
"Storage.swift",
"SyncStorage.swift",
"WriteOnlyStorage.swift",
"Zip.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.