Build Information
Failed to build AllCache, reference master (2fe87f), with Swift 6.3 for Linux on 11 Apr 2026 18:50:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/JuanjoArreola/AllCache.git
Reference: master
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/JuanjoArreola/AllCache
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2fe87f2 Merge branch 'new'
Cloned https://github.com/JuanjoArreola/AllCache.git
Revision (git rev-parse @):
2fe87f2690c13cb7a012f5346cf3824477aec512
SUCCESS checkout https://github.com/JuanjoArreola/AllCache.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/JuanjoArreola/AllCache.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Fetching https://github.com/JuanjoArreola/ShallowPromises.git
Fetching https://github.com/JuanjoArreola/Logg.git
[1/159] Fetching logg
[160/222] Fetching logg, shallowpromises
Fetched https://github.com/JuanjoArreola/Logg.git from cache (0.23s)
Fetched https://github.com/JuanjoArreola/ShallowPromises.git from cache (0.24s)
Computing version for https://github.com/JuanjoArreola/ShallowPromises.git
Computed https://github.com/JuanjoArreola/ShallowPromises.git at 0.7.1 (0.66s)
Computing version for https://github.com/JuanjoArreola/Logg.git
Computed https://github.com/JuanjoArreola/Logg.git at 2.4.1 (0.42s)
Creating working copy for https://github.com/JuanjoArreola/Logg.git
Working copy of https://github.com/JuanjoArreola/Logg.git resolved at 2.4.1
Creating working copy for https://github.com/JuanjoArreola/ShallowPromises.git
Working copy of https://github.com/JuanjoArreola/ShallowPromises.git resolved at 0.7.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/19] Emitting module Logg
[7/20] Compiling Logg Logger.swift
[8/20] Compiling Logg CompositeLogger.swift
[9/20] Compiling Logg ConsoleFormatter.swift
[10/20] Compiling ShallowPromises PromiseFailure.swift
[11/20] Compiling Logg LogLevel.swift
[12/20] Compiling Logg LogFormatter.swift
[13/20] Compiling ShallowPromises Promise.swift
[14/20] Compiling Logg DefaultFormatter.swift
[15/20] Compiling Logg FileLogger.swift
[16/20] Compiling Logg LogContext.swift
[17/20] Compiling Logg ConsoleLogger.swift
[18/21] Emitting module ShallowPromises
[19/21] Compiling ShallowPromises Cancellable.swift
[20/21] Compiling ShallowPromises Futures.swift
[23/31] Compiling AllCache MemoryCache.swift
[24/32] Compiling AllCache Fetcher.swift
[25/32] Compiling AllCache ElementDescriptor.swift
[26/32] Compiling AllCache JSONSerializer.swift
[27/32] Compiling AllCache Processor.swift
[28/32] Compiling AllCache DiskCache.swift
/host/spi-builder-workspace/Sources/AllCache/DiskCache.swift:87:48: error: type 'Data.WritingOptions' has no member 'atomicWrite'
85 | diskQueue.async(flags: .barrier) {
86 | let url = self.cacheDirectory.appendingPathComponent(validkey(from: key))
87 | try? data.write(to: url, options: .atomicWrite)
| `- error: type 'Data.WritingOptions' has no member 'atomicWrite'
88 | self.size += data.count
89 | self.restrictSize()
[29/32] Compiling AllCache Serializer.swift
[30/32] Compiling AllCache AllCacheFormatter.swift
[31/32] Compiling AllCache Cache.swift
[32/32] Emitting module AllCache
BUILD FAILURE 6.3 linux