Build Information
Failed to build Kipple, reference main (7b64f9
), with Swift 6.1 for Android on 29 May 2025 09:51:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/Kipple.git
Reference: main
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/bdrelling/Kipple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7b64f96 Updated for Concurrency
Cloned https://github.com/bdrelling/Kipple.git
Revision (git rev-parse @):
7b64f96fa67d68b35722029f2ef02a417a911b62
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/Kipple.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdrelling/Kipple.git
https://github.com/bdrelling/Kipple.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "kippletools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.3",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bdrelling/KippleTools"
},
{
"identity" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess"
}
],
"manifest_display_name" : "Kipple",
"name" : "Kipple",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Kipple",
"targets" : [
"Kipple"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleCodable",
"targets" : [
"KippleCodable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleCollections",
"targets" : [
"KippleCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleCombine",
"targets" : [
"KippleCombine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleFoundation",
"targets" : [
"KippleFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleDevice",
"targets" : [
"KippleDevice"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleKeychain",
"targets" : [
"KippleKeychain"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleLocalStorage",
"targets" : [
"KippleLocalStorage"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KippleLogging",
"targets" : [
"KippleLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KippleLoggingTests",
"module_type" : "SwiftTarget",
"name" : "KippleLoggingTests",
"path" : "Tests/KippleLoggingTests",
"sources" : [
"Protocols/LogHandlerValidating.swift",
"Tests/ConsoleLogHandlerTests.swift"
],
"target_dependencies" : [
"KippleLogging"
],
"type" : "test"
},
{
"c99name" : "KippleLogging",
"module_type" : "SwiftTarget",
"name" : "KippleLogging",
"path" : "Sources/KippleLogging",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Kipple",
"KippleLogging"
],
"sources" : [
"Exports.swift",
"Extensions/Logger+Convenience.swift",
"Handlers/ConsoleLogHandler.swift"
],
"type" : "library"
},
{
"c99name" : "KippleLocalStorageTests",
"module_type" : "SwiftTarget",
"name" : "KippleLocalStorageTests",
"path" : "Tests/KippleLocalStorageTests",
"sources" : [
"UserDefaultsExtensionsTests.swift"
],
"target_dependencies" : [
"KippleLocalStorage"
],
"type" : "test"
},
{
"c99name" : "KippleLocalStorage",
"module_type" : "SwiftTarget",
"name" : "KippleLocalStorage",
"path" : "Sources/KippleLocalStorage",
"product_memberships" : [
"Kipple",
"KippleLocalStorage"
],
"sources" : [
"UserDefaults/UserDefaults+Codable.swift",
"UserDefaults/UserDefaults+Key.swift",
"UserDefaults/UserDefaults+Mocked.swift",
"UserDefaults/UserDefaults+RemoveAllObjects.swift"
],
"type" : "library"
},
{
"c99name" : "KippleKeychain",
"module_type" : "SwiftTarget",
"name" : "KippleKeychain",
"path" : "Sources/KippleKeychain",
"product_dependencies" : [
"KeychainAccess"
],
"product_memberships" : [
"Kipple",
"KippleKeychain"
],
"sources" : [
"Exports.swift",
"Keychain+Default.swift",
"Keychain+Key.swift"
],
"target_dependencies" : [
"KippleFoundation"
],
"type" : "library"
},
{
"c99name" : "KippleFoundationTests",
"module_type" : "SwiftTarget",
"name" : "KippleFoundationTests",
"path" : "Tests/KippleFoundationTests",
"sources" : [
"AppInfoTests.swift",
"BoolExtensionTests.swift",
"BundleExtensionTests.swift",
"BundleInfoTests.swift",
"ComparableExtensionTests.swift",
"Int64ClampedTests.swift",
"IntExtensionTests.swift",
"ModuloTests.swift",
"NSNumberExtensionTests.swift",
"ResultExtensionTests.swift",
"SemanticVersionTests.swift",
"StringExtensionTests.swift",
"StringLocalizedErrorExtensionTests.swift",
"UInt64ClampedTests.swift",
"URLConvertibleTests.swift"
],
"target_dependencies" : [
"KippleFoundation"
],
"type" : "test"
},
{
"c99name" : "KippleFoundation",
"module_type" : "SwiftTarget",
"name" : "KippleFoundation",
"path" : "Sources/KippleFoundation",
"product_memberships" : [
"Kipple",
"KippleFoundation",
"KippleDevice",
"KippleKeychain"
],
"sources" : [
"Extensions/BinaryInteger+Clamped.swift",
"Extensions/Bool+Convenience.swift",
"Extensions/Bundle+Convenience.swift",
"Extensions/Bundle+Key.swift",
"Extensions/Comparable+Clamped.swift",
"Extensions/Int+Convenience.swift",
"Extensions/NSNumber+Boolean.swift",
"Extensions/Result+Convenience.swift",
"Extensions/String+Convenience.swift",
"Extensions/String+LocalizedError.swift",
"Extensions/Swift+Modulo.swift",
"Models/AppInfo.swift",
"Models/BundleInfo.swift",
"Models/SemanticVersion.swift",
"Protocols/URLConvertible.swift"
],
"type" : "library"
},
{
"c99name" : "KippleDeviceTests",
"module_type" : "SwiftTarget",
"name" : "KippleDeviceTests",
"path" : "Tests/KippleDeviceTests",
"sources" : [
"DeviceInfoTests.swift"
],
"target_dependencies" : [
"KippleDevice"
],
"type" : "test"
},
{
"c99name" : "KippleDevice",
"module_type" : "SwiftTarget",
"name" : "KippleDevice",
"path" : "Sources/KippleDevice",
"product_dependencies" : [
"DeviceKit"
],
"product_memberships" : [
"Kipple",
"KippleDevice"
],
"sources" : [
"DeviceFamily.swift",
"DeviceInfo.swift"
],
"target_dependencies" : [
"KippleFoundation"
],
"type" : "library"
},
{
"c99name" : "KippleCombineTests",
"module_type" : "SwiftTarget",
"name" : "KippleCombineTests",
"path" : "Tests/KippleCombineTests",
"sources" : [
"PublisherResultTests.swift"
],
"target_dependencies" : [
"KippleCombine"
],
"type" : "test"
},
{
"c99name" : "KippleCombine",
"module_type" : "SwiftTarget",
"name" : "KippleCombine",
"path" : "Sources/KippleCombine",
"product_memberships" : [
"Kipple",
"KippleCombine"
],
"sources" : [
"Publisher+Result.swift"
],
"type" : "library"
},
{
"c99name" : "KippleCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "KippleCollectionsTests",
"path" : "Tests/KippleCollectionsTests",
"sources" : [
"BidirectionalCollectionExtensionTests.swift",
"InterleavableDictionaryTests.swift"
],
"target_dependencies" : [
"KippleCollections"
],
"type" : "test"
},
{
"c99name" : "KippleCollections",
"module_type" : "SwiftTarget",
"name" : "KippleCollections",
"path" : "Sources/KippleCollections",
"product_dependencies" : [
"Algorithms",
"OrderedCollections"
],
"product_memberships" : [
"Kipple",
"KippleCollections"
],
"sources" : [
"Exports.swift",
"Extensions/Array+RemoveDuplicates.swift",
"Extensions/BidirectionalCollection+Looping.swift",
"Extensions/Collection+Convenience.swift",
"Extensions/RangeReplaceableCollection+Rotating.swift",
"Protocols/InterleavableDictionary.swift"
],
"type" : "library"
},
{
"c99name" : "KippleCodableTests",
"module_type" : "SwiftTarget",
"name" : "KippleCodableTests",
"path" : "Tests/KippleCodableTests",
"sources" : [
"CodableDefaultTests.swift",
"CodableIgnoredTests.swift",
"DecodingErrorCleanedTests.swift",
"DictionaryExtensionTests.swift",
"EncodableAsDictionaryTests.swift",
"EncodablePrettyPrintedTests.swift"
],
"target_dependencies" : [
"KippleCodable"
],
"type" : "test"
},
{
"c99name" : "KippleCodable",
"module_type" : "SwiftTarget",
"name" : "KippleCodable",
"path" : "Sources/KippleCodable",
"product_memberships" : [
"Kipple",
"KippleCodable"
],
"sources" : [
"Errors/CleanedDecodingError.swift",
"Errors/KippleCodableError.swift",
"Extensions/DecodingError+Cleaned.swift",
"Extensions/Dictionary+AsJSONSerializedData.swift",
"Extensions/Encodable+AsDictionary.swift",
"Extensions/Encodable+PrettyPrinted.swift",
"Extensions/JSONDecoder+DecodeCleaned.swift",
"Extensions/PropertyListDecoder+DecodeCleaned.swift",
"PropertyWrappers/CodableDefault.swift",
"PropertyWrappers/CodableDefaultStrategy.swift",
"PropertyWrappers/CodableIgnored.swift"
],
"type" : "library"
},
{
"c99name" : "Kipple",
"module_type" : "SwiftTarget",
"name" : "Kipple",
"path" : "Sources/Kipple",
"product_memberships" : [
"Kipple"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"KippleCodable",
"KippleCollections",
"KippleCombine",
"KippleFoundation",
"KippleDevice",
"KippleKeychain",
"KippleLocalStorage",
"KippleLogging"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-log
Fetching https://github.com/bdrelling/KippleTools
[1/5959] Fetching swift-algorithms
[895/9795] Fetching swift-algorithms, swift-log
[1722/14181] Fetching swift-algorithms, swift-log, keychainaccess
[3435/14901] Fetching swift-algorithms, swift-log, keychainaccess, kippletools
[6120/18967] Fetching swift-algorithms, swift-log, keychainaccess, kippletools, devicekit
[16700/35558] Fetching swift-algorithms, swift-log, keychainaccess, kippletools, devicekit, swift-collections
Fetched https://github.com/apple/swift-algorithms from cache (0.50s)
[14727/29599] Fetching swift-log, keychainaccess, kippletools, devicekit, swift-collections
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.70s)
[13102/25213] Fetching swift-log, kippletools, devicekit, swift-collections
Fetched https://github.com/bdrelling/KippleTools from cache (1.19s)
Fetched https://github.com/apple/swift-log from cache (1.19s)
Fetched https://github.com/devicekit/DeviceKit from cache (1.19s)
Fetched https://github.com/apple/swift-collections from cache (1.22s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (3.51s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (0.57s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15379] Fetching swift-argument-parser
[15380/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (1.02s)
[4819/48182] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (28.16s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (28.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.07s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.48s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.67s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.93s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.64s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.6.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/17] Write sources
[15/17] Compiling _NumericsShims _NumericsShims.c
[16/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/60] Emitting module KippleLogging
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
[19/78] Emitting module KippleCodable
[20/79] Compiling RealModule Float80+Real.swift
[21/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/81] Compiling RealModule RealFunctions.swift
[23/81] Compiling InternalCollectionsUtilities Descriptions.swift
[24/81] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/81] Compiling KippleLogging Logger+Convenience.swift
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
[26/81] Compiling KippleCombine Publisher+Result.swift
[27/81] Compiling KippleLogging ConsoleLogHandler.swift
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
[28/81] Emitting module KippleCombine
[29/82] Compiling KippleCodable CodableDefaultStrategy.swift
[31/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/82] Compiling RealModule Float+Real.swift
[33/82] Compiling RealModule ElementaryFunctions.swift
[34/82] Compiling KippleCodable DecodingError+Cleaned.swift
[35/82] Compiling KippleCodable Dictionary+AsJSONSerializedData.swift
[36/82] Compiling KippleCodable Encodable+AsDictionary.swift
[37/82] Compiling KippleCodable Encodable+PrettyPrinted.swift
[40/82] Compiling RealModule Real.swift
[41/82] Compiling RealModule Float16+Real.swift
[42/82] Compiling KippleLogging Exports.swift
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
[43/82] Emitting module RealModule
[44/82] Compiling KippleCodable CleanedDecodingError.swift
[45/82] Compiling KippleCodable KippleCodableError.swift
[46/83] Emitting module InternalCollectionsUtilities
[50/83] Compiling KippleCodable CodableIgnored.swift
[51/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/83] Compiling InternalCollectionsUtilities Debugging.swift
[53/83] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/83] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/84] Emitting module KippleFoundation
/host/spi-builder-workspace/Sources/KippleFoundation/Extensions/String+LocalizedError.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
5 | /// Extension that allows a normal `String` to be returned as an error,
6 | /// using itself as the localized error description.
7 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | public var errorDescription: String? {
9 | self
[57/84] Emitting module KippleLocalStorage
/host/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Key.swift:28:16: warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | public extension UserDefaults {
28 | static let codableStore = UserDefaults(suiteName: "com.kipple.codablestore")!
| |- warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'codableStore' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
Foundation.UserDefaults:1:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
1 | open class UserDefaults : NSObject {
| `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
2 | open class var standard: UserDefaults { get }
3 | open class func resetStandardUserDefaults()
/host/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Mocked.swift:6:16: warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | extension UserDefaults {
6 | static let mocked: UserDefaults = {
| |- warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mocked' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | let name = "com.kipple.mocked"
8 | let store = UserDefaults(suiteName: name)!
Foundation.UserDefaults:1:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
1 | open class UserDefaults : NSObject {
| `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
2 | open class var standard: UserDefaults { get }
3 | open class func resetStandardUserDefaults()
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/59] Compiling KippleLogging Logger+Convenience.swift
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
[5/59] Compiling KippleLogging ConsoleLogHandler.swift
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
[6/64] Compiling KippleLogging Exports.swift
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/64] Emitting module KippleLogging
/host/spi-builder-workspace/Sources/KippleLogging/Exports.swift:10:19: error: no such module 'OSLog'
8 | @_exported import Logging
9 | #else
10 | @_exported import OSLog
| `- error: no such module 'OSLog'
11 | #endif
12 |
[8/64] Emitting module KippleCombine
BUILD FAILURE 6.1 android