The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Loggie, reference 1.1.3 (58a02f), with Swift 6.2 for Android on 15 Jul 2025 13:58:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kvngwxxk/Loggie.git
Reference: 1.1.3
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
 * tag               1.1.3      -> FETCH_HEAD
HEAD is now at 58a02fa Merge pull request #9 from kvngwxxk/develop
Cloned https://github.com/kvngwxxk/Loggie.git
Revision (git rev-parse @):
58a02fa4614b3a50e0189e88e5f2359f96753210
SUCCESS checkout https://github.com/kvngwxxk/Loggie.git at 1.1.3
========================================
Build
========================================
Selected platform:         android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/30154] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.73s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (5.40s)
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] Write sources
[2/8] Copying Localizable.xcstrings
[2/8] Copying Info.plist
[3/8] Copying PrivacyInfo.xcprivacy
[5/8] Copying LoggieNetworkLogModel.xcdatamodeld
[5/8] Write sources
[7/8] Write swift-version-8C5A4AE7A8CE2BA.txt
[9/51] 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)
[10/51] 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.
[11/51] 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.
[12/51] 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/51] Compiling Alamofire WebSocketRequest.swift
[14/51] Compiling Alamofire DispatchQueue+Alamofire.swift
[15/51] Compiling Alamofire OperationQueue+Alamofire.swift
[16/51] Compiling Alamofire Result+Alamofire.swift
[17/51] Compiling Alamofire StringEncoding+Alamofire.swift
BUILD FAILURE 6.2 android