Build Information
Failed to build Loggie, reference master (b3ff67), with Swift 6.2 for Linux on 15 Oct 2025 08:17:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kvngwxxk/Loggie.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/kvngwxxk/Loggie
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b3ff67b Merge pull request #10 from kvngwxxk/develop
Cloned https://github.com/kvngwxxk/Loggie.git
Revision (git rev-parse @):
b3ff67b1cf43d3c2c89aa1d38197d347006055ec
SUCCESS checkout https://github.com/kvngwxxk/Loggie.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/kvngwxxk/Loggie.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30470] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.85s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (5.29s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/8] Copying LoggieNetworkLogModel.xcdatamodeld
[0/8] Write sources
[0/8] Copying PrivacyInfo.xcprivacy
[2/8] Copying Localizable.xcstrings
[2/8] Copying Info.plist
[5/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/51] Emitting module Alamofire
[10/56] Compiling Loggie LoggieVersion.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/56] Emitting module Loggie
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[12/56] Compiling Loggie LogLevel.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[13/56] Compiling Loggie Loggie.swift
/host/spi-builder-workspace/Sources/Loggie/Loggie.swift:5:8: error: no such module 'os'
3 |
4 | import Foundation
5 | import os
| `- error: no such module 'os'
6 |
7 | /// Logs a message with `.log` level.
[14/56] Compiling Alamofire HTTPMethod.swift
[15/56] Compiling Alamofire Notifications.swift
[16/56] Compiling Alamofire ParameterEncoder.swift
[17/56] Compiling Alamofire ParameterEncoding.swift
[18/56] Compiling Alamofire Protected.swift
[19/56] Compiling Alamofire Request.swift
[20/56] Compiling Alamofire RequestTaskMap.swift
[21/56] Compiling Alamofire Response.swift
[22/56] Compiling Alamofire Session.swift
[23/56] Compiling Alamofire SessionDelegate.swift
[24/56] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[25/56] Compiling Alamofire UploadRequest.swift
[26/56] Compiling Alamofire NetworkReachabilityManager.swift
[27/56] Compiling Alamofire RedirectHandler.swift
[28/56] Compiling Alamofire RequestCompression.swift
[29/56] Compiling Alamofire RequestInterceptor.swift
[30/56] Compiling Alamofire ResponseSerialization.swift
[31/56] Compiling Alamofire URLRequest+Alamofire.swift
[32/56] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[33/56] Compiling Alamofire AlamofireExtended.swift
[34/56] Compiling Alamofire AuthenticationInterceptor.swift
[35/56] Compiling Alamofire CachedResponseHandler.swift
[36/56] Compiling Alamofire Combine.swift
[37/56] Compiling Alamofire Concurrency.swift
[38/56] Compiling Alamofire EventMonitor.swift
[39/56] Compiling Alamofire MultipartFormData.swift
[40/56] Compiling Alamofire MultipartUpload.swift
[41/56] Compiling Alamofire WebSocketRequest.swift
[42/56] Compiling Alamofire DispatchQueue+Alamofire.swift
[43/56] Compiling Alamofire OperationQueue+Alamofire.swift
[44/56] Compiling Alamofire Result+Alamofire.swift
[45/56] Compiling Alamofire StringEncoding+Alamofire.swift
[46/56] Compiling Alamofire RetryPolicy.swift
[47/56] Compiling Alamofire ServerTrustEvaluation.swift
[48/56] Compiling Alamofire URLEncodedFormEncoder.swift
[49/56] Compiling Alamofire Validation.swift
[50/56] Compiling Alamofire resource_bundle_accessor.swift
BUILD FAILURE 6.2 linux