Build Information
Failed to build AllCache, reference master (2fe87f), with Swift 6.3 for Android on 11 Apr 2026 18:48:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: android
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-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-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.27s)
Fetched https://github.com/JuanjoArreola/ShallowPromises.git from cache (0.27s)
Computing version for https://github.com/JuanjoArreola/ShallowPromises.git
Computed https://github.com/JuanjoArreola/ShallowPromises.git at 0.7.1 (0.75s)
Computing version for https://github.com/JuanjoArreola/Logg.git
Computed https://github.com/JuanjoArreola/Logg.git at 2.4.1 (11.41s)
Creating working copy for https://github.com/JuanjoArreola/ShallowPromises.git
Working copy of https://github.com/JuanjoArreola/ShallowPromises.git resolved at 0.7.1
Creating working copy for https://github.com/JuanjoArreola/Logg.git
Working copy of https://github.com/JuanjoArreola/Logg.git resolved at 2.4.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--4F562202D5529B1.txt
[6/19] Compiling ShallowPromises Futures.swift
[7/19] Compiling ShallowPromises Cancellable.swift
[8/19] Compiling Logg DefaultFormatter.swift
[9/19] Compiling Logg LogLevel.swift
[10/19] Compiling Logg LogFormatter.swift
[11/20] Compiling Logg CompositeLogger.swift
[12/20] Compiling Logg ConsoleFormatter.swift
[13/20] Compiling ShallowPromises PromiseFailure.swift
[14/20] Compiling Logg LogContext.swift
[15/20] Compiling Logg ConsoleLogger.swift
[16/20] Compiling Logg FileLogger.swift
[17/20] Emitting module Logg
[18/20] Compiling Logg Logger.swift
[19/21] Emitting module ShallowPromises
[20/21] Compiling ShallowPromises Promise.swift
[23/31] Compiling AllCache MemoryCache.swift
[24/32] Compiling AllCache Processor.swift
[25/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()
[26/32] Compiling AllCache Fetcher.swift
[27/32] Compiling AllCache ElementDescriptor.swift
[28/32] Compiling AllCache JSONSerializer.swift
[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 android