The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build key-value-storage, reference 0.6.0 (588552), with Swift 6.0 for Linux on 25 Apr 2025 10:15:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/key-value-storage.git
Reference: 0.6.0
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/mtj0928/key-value-storage
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 5885527 Support CGFloat
Cloned https://github.com/mtj0928/key-value-storage.git
Revision (git rev-parse @):
5885527381d5c03633f5b7465bba84659a50c8bc
SUCCESS checkout https://github.com/mtj0928/key-value-storage.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mtj0928/key-value-storage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling KeyValueStorage KeyValueStorageValue.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[4/13] Compiling KeyValueStorage KeyValueStorage+JSON.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Emitting module KeyValueStorage
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[6/13] Compiling KeyValueStorage InMemoryStorage.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[7/13] Compiling KeyValueStorage KeyValueObserver.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[8/13] Compiling KeyValueStorage KeyValueStorageBackend.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[9/13] Compiling KeyValueStorage UserDefaults+KeyValueStorageBackend.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[10/13] Compiling KeyValueStorage KeyValueStorage+Plain.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[11/13] Compiling KeyValueStorage KeyGroup.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[12/13] Compiling KeyValueStorage KeyValueStorage.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
[13/13] Compiling KeyValueStorage KeyValueStoragePublisher.swift
/host/spi-builder-workspace/Sources/KeyValueStorage/Backends/InMemoryStorage.swift:2:8: error: no such module 'os'
 1 | import Foundation
 2 | import os
   |        `- error: no such module 'os'
 3 |
 4 | /// A backend of ``KeyValueStorage`` which stores the value in memory.
BUILD FAILURE 6.0 linux