Build Information
Failed to build iCloudSyncStatusKit, reference 0.1.2 (8f32a4
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 09:47:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/iCloudSyncStatusKit.git
Reference: 0.1.2
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/fatbobman/iCloudSyncStatusKit
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 8f32a45 remove Observation support
Cloned https://github.com/fatbobman/iCloudSyncStatusKit.git
Revision (git rev-parse @):
8f32a45b258ccb338a62623452fbf9b2002d0a2f
SUCCESS checkout https://github.com/fatbobman/iCloudSyncStatusKit.git at 0.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/fatbobman/iCloudSyncStatusKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/fatbobman/SimpleLogger.git
[1/114] Fetching simplelogger
Fetched https://github.com/fatbobman/SimpleLogger.git from cache (0.26s)
Computing version for https://github.com/fatbobman/SimpleLogger.git
Computed https://github.com/fatbobman/SimpleLogger.git at 0.5.1 (1.50s)
Creating working copy for https://github.com/fatbobman/SimpleLogger.git
Working copy of https://github.com/fatbobman/SimpleLogger.git resolved at 0.5.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SimpleLogger ConsoleVerbosity.swift
[5/11] Compiling SimpleLogger LogLevel.swift
[6/11] Compiling SimpleLogger OSLogBackend.swift
[7/11] Compiling SimpleLogger LoggerBackendProtocol.swift
[8/11] Emitting module SimpleLogger
[9/11] Compiling SimpleLogger ConsoleBackend.swift
/host/spi-builder-workspace/.build/checkouts/SimpleLogger/Sources/SimpleLogger/Backend/ConsoleBackend.swift:105:20: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
103 | FileHandle.standardError.write(data)
104 | try? FileHandle.standardError.synchronize() // Force flush
105 | fflush(stderr)
| `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
106 | } else {
107 | FileHandle.standardOutput.write(data)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/.build/checkouts/SimpleLogger/Sources/SimpleLogger/Backend/ConsoleBackend.swift:109:20: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
107 | FileHandle.standardOutput.write(data)
108 | try? FileHandle.standardOutput.synchronize() // Force flush
109 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
110 | }
111 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
[10/11] Compiling SimpleLogger LoggerManager.swift
[11/11] Compiling SimpleLogger LoggerManagerProtocol.swift
BUILD FAILURE 6.2 linux