Build Information
Failed to build OTCore, reference 1.7.9 (d942e0
), with Swift 6.1 for Android on 15 Aug 2025 13:05:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.66.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/OTCore.git
Reference: 1.7.9
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/orchetect/OTCore
* tag 1.7.9 -> FETCH_HEAD
HEAD is now at d942e0e De-flaked unit test
Cloned https://github.com/orchetect/OTCore.git
Revision (git rev-parse @):
d942e0ec3a595e879289e6ce225da3c905a3c722
SUCCESS checkout https://github.com/orchetect/OTCore.git at 1.7.9
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/OTCore.git
https://github.com/orchetect/OTCore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-testing-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-testing-extensions"
}
],
"manifest_display_name" : "OTCore",
"name" : "OTCore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "OTCore",
"targets" : [
"OTCore"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OTCoreTests",
"module_type" : "SwiftTarget",
"name" : "OTCoreTests",
"path" : "Tests/OTCoreTests",
"product_dependencies" : [
"Numerics",
"TestingExtensions"
],
"sources" : [
"Abstractions/Clamped Property Wrapper Tests.swift",
"Abstractions/Collection Set-Like Methods Tests.swift",
"Abstractions/DataReader Tests.swift",
"Abstractions/DateComponents from String Tests.swift",
"Abstractions/Network/DomainName Tests.swift",
"Abstractions/Network/EmailAddress Tests.swift",
"Abstractions/Network/IPAddress Tests.swift",
"Abstractions/Network/ReverseDomainName Tests.swift",
"Abstractions/PassiveDataReader Tests.swift",
"Abstractions/String Sanitize Path Component Tests.swift",
"Abstractions/String Title Case Tests.swift",
"Abstractions/String Wrapped Tests.swift",
"Abstractions/Time Tests.swift",
"Abstractions/Validated Property Wrapper Tests.swift",
"Abstractions/ZeroIndexedCollection Tests.swift",
"Algorithms/Collection BinarySearch Tests.swift",
"Extensions/AppKit/NSControl Tests.swift",
"Extensions/AppKit/NSEvent Tests.swift",
"Extensions/AppKit/NSFont Tests.swift",
"Extensions/AppKit/NSPoint Tests.swift",
"Extensions/AppKit/NSScreen Tests.swift",
"Extensions/AppKit/URL and AppKit Tests.swift",
"Extensions/CoreGraphics/CGFloat Tests.swift",
"Extensions/CoreGraphics/CGPoint Tests.swift",
"Extensions/CoreGraphics/CGRect Tests.swift",
"Extensions/Darwin/FloatingPoint and Darwin Tests.swift",
"Extensions/Darwin/Timespec Tests.swift",
"Extensions/Dispatch/DispatchTimeInterval Tests.swift",
"Extensions/Foundation/CharacterSet Tests.swift",
"Extensions/Foundation/Collections and Foundation Tests.swift",
"Extensions/Foundation/Data Tests.swift",
"Extensions/Foundation/Decimal Tests.swift",
"Extensions/Foundation/Dispatch and Foundation Tests.swift",
"Extensions/Foundation/DispatchGroup Tests.swift",
"Extensions/Foundation/FloatingPoint and Foundation Tests.swift",
"Extensions/Foundation/Integers and Foundation Tests.swift",
"Extensions/Foundation/NSArray Tests.swift",
"Extensions/Foundation/NSAttributedString Tests.swift",
"Extensions/Foundation/Progress Tests.swift",
"Extensions/Foundation/String and CharacterSet Tests.swift",
"Extensions/Foundation/String and Data Tests.swift",
"Extensions/Foundation/String and Foundation Tests.swift",
"Extensions/Foundation/String and NSRegularExpression Tests.swift",
"Extensions/Foundation/String and NumberFormatter Tests.swift",
"Extensions/Foundation/TimeInterval Tests.swift",
"Extensions/Foundation/Timespec and TimeInterval Tests.swift",
"Extensions/Foundation/URL Tests.swift",
"Extensions/Foundation/UserDefaults Tests.swift",
"Extensions/Foundation/XMLElement Tests.swift",
"Extensions/Foundation/XMLNode Tests.swift",
"Extensions/Foundation/XMLTestSuite.swift",
"Extensions/Swift/Bool Tests.swift",
"Extensions/Swift/Collections Tests.swift",
"Extensions/Swift/Concurrency Tests.swift",
"Extensions/Swift/FloatingPoint Tests.swift",
"Extensions/Swift/Integers Tests.swift",
"Extensions/Swift/Operators Tests.swift",
"Extensions/Swift/Optional Tests.swift",
"Extensions/Swift/Ranges Tests.swift",
"Extensions/Swift/Result Tests.swift",
"Extensions/Swift/String Tests.swift",
"FooEnum.swift",
"Global/Clipboard Tests.swift",
"Global/Globals Tests.swift",
"Logging/OSLogger Tests.swift",
"OTCoreTests.swift"
],
"target_dependencies" : [
"OTCore"
],
"type" : "test"
},
{
"c99name" : "OTCore",
"module_type" : "SwiftTarget",
"name" : "OTCore",
"path" : "Sources/OTCore",
"product_memberships" : [
"OTCore"
],
"sources" : [
"API Evolution/OTCore API 1.4.17.swift",
"API Evolution/OTCore API 1.4.6.swift",
"API Evolution/OTCore API 1.5.4.swift",
"API Evolution/OTCore API 1.7.7.swift",
"API Evolution/OTCore API 1.7.9.swift",
"Abstractions/Clamped Property Wrapper.swift",
"Abstractions/Collection Set-Like Methods.swift",
"Abstractions/DataReader.swift",
"Abstractions/DateComponents from String.swift",
"Abstractions/Network/DomainName.swift",
"Abstractions/Network/EmailAddress.swift",
"Abstractions/Network/IPAddress.swift",
"Abstractions/Network/ReverseDomainName.swift",
"Abstractions/PassiveDataReader.swift",
"Abstractions/String Sanitize Path Component.swift",
"Abstractions/String Title Case.swift",
"Abstractions/String Wrapped.swift",
"Abstractions/Time.swift",
"Abstractions/Validated Property Wrapper.swift",
"Abstractions/ZeroIndexedCollection.swift",
"Algorithms/Collection BinarySearch.swift",
"Extensions/AppKit/NSControl.swift",
"Extensions/AppKit/NSEvent.swift",
"Extensions/AppKit/NSFont.swift",
"Extensions/AppKit/NSImage.swift",
"Extensions/AppKit/NSScreen.swift",
"Extensions/AppKit/Pasteboard.swift",
"Extensions/AppKit/URL and AppKit.swift",
"Extensions/CoreGraphics/CGFloat.swift",
"Extensions/CoreGraphics/CGPoint.swift",
"Extensions/CoreGraphics/CGRect.swift",
"Extensions/Darwin/FloatingPoint and Darwin.swift",
"Extensions/Darwin/Timespec.swift",
"Extensions/Dispatch/DispatchTimeInterval.swift",
"Extensions/Foundation/CharacterSet.swift",
"Extensions/Foundation/Collections and Foundation.swift",
"Extensions/Foundation/Darwin and Foundation.swift",
"Extensions/Foundation/Data.swift",
"Extensions/Foundation/Decimal.swift",
"Extensions/Foundation/Dispatch and Foundation.swift",
"Extensions/Foundation/DispatchGroup.swift",
"Extensions/Foundation/FloatingPoint and Foundation.swift",
"Extensions/Foundation/FormatStyle.swift",
"Extensions/Foundation/Integers and Foundation.swift",
"Extensions/Foundation/NSArray.swift",
"Extensions/Foundation/NSAttributedString.swift",
"Extensions/Foundation/Progress.swift",
"Extensions/Foundation/String and CharacterSet.swift",
"Extensions/Foundation/String and Data.swift",
"Extensions/Foundation/String and Foundation.swift",
"Extensions/Foundation/String and NSRegularExpression.swift",
"Extensions/Foundation/String and NumberFormatter.swift",
"Extensions/Foundation/TimeInterval.swift",
"Extensions/Foundation/Timespec and TimeInterval.swift",
"Extensions/Foundation/URL.swift",
"Extensions/Foundation/UserDefaults.swift",
"Extensions/Foundation/XMLElement.swift",
"Extensions/Foundation/XMLNode.swift",
"Extensions/Swift/Bool.swift",
"Extensions/Swift/Collections.swift",
"Extensions/Swift/Concurrency.swift",
"Extensions/Swift/FloatingPoint.swift",
"Extensions/Swift/Integers.swift",
"Extensions/Swift/Operators.swift",
"Extensions/Swift/Optional.swift",
"Extensions/Swift/Ranges.swift",
"Extensions/Swift/Result.swift",
"Extensions/Swift/String.swift",
"Global/Clipboard.swift",
"Global/Globals.swift",
"Logging/OSLogger.swift",
"Protocols/Protocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/orchetect/swift-testing-extensions
[1/332] Fetching swift-testing-extensions
[333/6659] Fetching swift-testing-extensions, swift-numerics
Fetched https://github.com/orchetect/swift-testing-extensions from cache (0.52s)
Fetched https://github.com/apple/swift-numerics from cache (0.52s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.2.3 (1.14s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71753] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.13s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (9.78s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.85s)
Creating working copy for https://github.com/orchetect/swift-testing-extensions
Working copy of https://github.com/orchetect/swift-testing-extensions resolved at 0.2.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Found unhandled resource at /host/spi-builder-workspace/.build/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/69] Compiling OTCore NSAttributedString.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[4/69] Compiling OTCore Progress.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[5/69] Compiling OTCore String and CharacterSet.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[6/69] Compiling OTCore String and Data.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[7/69] Compiling OTCore String and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[8/69] Compiling OTCore String and NSRegularExpression.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[9/69] Compiling OTCore String and NumberFormatter.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[10/69] Compiling OTCore TimeInterval.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[11/69] Compiling OTCore Timespec and TimeInterval.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[12/78] Compiling OTCore URL.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[13/78] Compiling OTCore UserDefaults.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[14/78] Compiling OTCore XMLElement.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[15/78] Compiling OTCore XMLNode.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[16/78] Compiling OTCore Bool.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[17/78] Compiling OTCore Collections.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[18/78] Compiling OTCore Concurrency.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[19/78] Compiling OTCore FloatingPoint.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[20/78] Compiling OTCore Integers.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[21/78] Compiling OTCore Darwin and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[22/78] Compiling OTCore Data.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[23/78] Compiling OTCore Decimal.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[24/78] Compiling OTCore Dispatch and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[25/78] Compiling OTCore DispatchGroup.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[26/78] Compiling OTCore FloatingPoint and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[27/78] Compiling OTCore FormatStyle.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[28/78] Compiling OTCore Integers and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[29/78] Compiling OTCore NSArray.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[30/78] Compiling OTCore OTCore API 1.4.17.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[31/78] Compiling OTCore OTCore API 1.4.6.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[32/78] Compiling OTCore OTCore API 1.5.4.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[33/78] Compiling OTCore OTCore API 1.7.7.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[34/78] Compiling OTCore OTCore API 1.7.9.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[35/78] Compiling OTCore Clamped Property Wrapper.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[36/78] Compiling OTCore Collection Set-Like Methods.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[37/78] Compiling OTCore DataReader.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[38/78] Compiling OTCore DateComponents from String.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[39/78] Compiling OTCore URL and AppKit.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[40/78] Compiling OTCore CGFloat.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[41/78] Compiling OTCore CGPoint.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[42/78] Compiling OTCore CGRect.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[43/78] Compiling OTCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[44/78] Compiling OTCore Timespec.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[45/78] Compiling OTCore DispatchTimeInterval.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[46/78] Compiling OTCore CharacterSet.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[47/78] Compiling OTCore Collections and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[48/78] Compiling OTCore Validated Property Wrapper.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[49/78] Compiling OTCore ZeroIndexedCollection.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[50/78] Compiling OTCore Collection BinarySearch.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[51/78] Compiling OTCore NSControl.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[52/78] Compiling OTCore NSEvent.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[53/78] Compiling OTCore NSFont.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[54/78] Compiling OTCore NSImage.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[55/78] Compiling OTCore NSScreen.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[56/78] Compiling OTCore Pasteboard.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/78] Emitting module OTCore
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[58/78] Compiling OTCore DomainName.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[59/78] Compiling OTCore EmailAddress.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[60/78] Compiling OTCore IPAddress.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[61/78] Compiling OTCore ReverseDomainName.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[62/78] Compiling OTCore PassiveDataReader.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[63/78] Compiling OTCore String Sanitize Path Component.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[64/78] Compiling OTCore String Title Case.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[65/78] Compiling OTCore String Wrapped.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[66/78] Compiling OTCore Time.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[67/78] Compiling OTCore Operators.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[68/78] Compiling OTCore Optional.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[69/78] Compiling OTCore Ranges.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[70/78] Compiling OTCore Result.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[71/78] Compiling OTCore String.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[72/78] Compiling OTCore Clipboard.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[73/78] Compiling OTCore Globals.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[74/78] Compiling OTCore OSLogger.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[75/78] Compiling OTCore Protocols.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Found unhandled resource at /host/spi-builder-workspace/.build/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/68] Compiling OTCore URL and AppKit.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[3/68] Compiling OTCore CGFloat.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[4/68] Compiling OTCore CGPoint.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[5/68] Compiling OTCore CGRect.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[6/68] Compiling OTCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[7/68] Compiling OTCore Timespec.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[8/68] Compiling OTCore DispatchTimeInterval.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[9/68] Compiling OTCore CharacterSet.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[10/68] Compiling OTCore Collections and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[11/77] Compiling OTCore NSAttributedString.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[12/77] Compiling OTCore Progress.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[13/77] Compiling OTCore String and CharacterSet.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[14/77] Compiling OTCore String and Data.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[15/77] Compiling OTCore String and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[16/77] Compiling OTCore String and NSRegularExpression.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[17/77] Compiling OTCore String and NumberFormatter.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[18/77] Compiling OTCore TimeInterval.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[19/77] Compiling OTCore Timespec and TimeInterval.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[20/77] Compiling OTCore Validated Property Wrapper.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[21/77] Compiling OTCore ZeroIndexedCollection.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[22/77] Compiling OTCore Collection BinarySearch.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[23/77] Compiling OTCore NSControl.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[24/77] Compiling OTCore NSEvent.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[25/77] Compiling OTCore NSFont.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[26/77] Compiling OTCore NSImage.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[27/77] Compiling OTCore NSScreen.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[28/77] Compiling OTCore Pasteboard.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[29/77] Compiling OTCore Darwin and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[30/77] Compiling OTCore Data.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[31/77] Compiling OTCore Decimal.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[32/77] Compiling OTCore Dispatch and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[33/77] Compiling OTCore DispatchGroup.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[34/77] Compiling OTCore FloatingPoint and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[35/77] Compiling OTCore FormatStyle.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[36/77] Compiling OTCore Integers and Foundation.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[37/77] Compiling OTCore NSArray.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[38/77] Compiling OTCore OTCore API 1.4.17.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[39/77] Compiling OTCore OTCore API 1.4.6.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[40/77] Compiling OTCore OTCore API 1.5.4.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[41/77] Compiling OTCore OTCore API 1.7.7.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[42/77] Compiling OTCore OTCore API 1.7.9.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[43/77] Compiling OTCore Clamped Property Wrapper.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[44/77] Compiling OTCore Collection Set-Like Methods.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[45/77] Compiling OTCore DataReader.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[46/77] Compiling OTCore DateComponents from String.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[47/77] Compiling OTCore DomainName.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[48/77] Compiling OTCore EmailAddress.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[49/77] Compiling OTCore IPAddress.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[50/77] Compiling OTCore ReverseDomainName.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[51/77] Compiling OTCore PassiveDataReader.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[52/77] Compiling OTCore String Sanitize Path Component.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[53/77] Compiling OTCore String Title Case.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[54/77] Compiling OTCore String Wrapped.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[55/77] Compiling OTCore Time.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[56/77] Compiling OTCore Operators.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[57/77] Compiling OTCore Optional.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[58/77] Compiling OTCore Ranges.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[59/77] Compiling OTCore Result.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[60/77] Compiling OTCore String.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[61/77] Compiling OTCore Clipboard.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[62/77] Compiling OTCore Globals.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[63/77] Compiling OTCore OSLogger.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[64/77] Compiling OTCore Protocols.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/77] Emitting module OTCore
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[66/77] Compiling OTCore URL.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[67/77] Compiling OTCore UserDefaults.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[68/77] Compiling OTCore XMLElement.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[69/77] Compiling OTCore XMLNode.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[70/77] Compiling OTCore Bool.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[71/77] Compiling OTCore Collections.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[72/77] Compiling OTCore Concurrency.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[73/77] Compiling OTCore FloatingPoint.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
[74/77] Compiling OTCore Integers.swift
/host/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/NSAttributedString.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
| `- error: no such module 'UIKit'
13 | #endif
14 |
BUILD FAILURE 6.1 android