Build Information
Failed to build OTCore, reference 1.7.5 (913a25
), with Swift 6.1 for Linux on 30 Apr 2025 17:49:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/OTCore.git
Reference: 1.7.5
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.5 -> FETCH_HEAD
HEAD is now at 913a255 Updated unit tests
Cloned https://github.com/orchetect/OTCore.git
Revision (git rev-parse @):
913a25541271d05279740204019d0fe53a26e69a
SUCCESS checkout https://github.com/orchetect/OTCore.git at 1.7.5
========================================
Build
========================================
Selected platform: linux
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" : "xctestutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/XCTestUtils"
}
],
"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" : [
"XCTestUtils"
],
"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/Pasteboard 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/XMLTestCase.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.5.4.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/NSPoint.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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/orchetect/XCTestUtils
[1/378] Fetching xctestutils
Fetched https://github.com/orchetect/XCTestUtils from cache (0.25s)
Computing version for https://github.com/orchetect/XCTestUtils
Computed https://github.com/orchetect/XCTestUtils at 1.1.2 (0.73s)
Creating working copy for https://github.com/orchetect/XCTestUtils
Working copy of https://github.com/orchetect/XCTestUtils resolved at 1.1.2
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/68] 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 |
[4/76] 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 |
[5/76] 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 |
[6/76] 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 |
[7/76] 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 |
[8/76] 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 |
[9/76] 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 |
[10/76] 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 |
[11/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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 |
[21/76] 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 |
[22/76] 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 |
[23/76] 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 |
[24/76] 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 |
[25/76] 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 |
[26/76] 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 |
[27/76] 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 |
[28/76] 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 |
[29/76] 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 |
[30/76] 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 |
[31/76] 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 |
[32/76] 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 |
[33/76] 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 |
[34/76] 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 |
[35/76] 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 |
[36/76] 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 |
[37/76] 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 |
[38/76] 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 |
[39/76] 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 |
[40/76] 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 |
[41/76] 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 |
[42/76] 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 |
[43/76] Compiling OTCore NSPoint.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/76] 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 |
[45/76] 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 |
[46/76] 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 |
[47/76] 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 |
[48/76] 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 |
[49/76] 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 |
[50/76] 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 |
[51/76] 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 |
[52/76] 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 |
[53/76] 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 |
[54/76] 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 |
[55/76] 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 |
[56/76] 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 |
[57/76] 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 |
[58/76] 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 |
[59/76] 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 |
[60/76] 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 |
[61/76] 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 |
[62/76] 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 |
[63/76] 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 |
[64/76] 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 |
[65/76] 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 |
[66/76] 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 |
[67/76] 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 |
[68/76] 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 |
[69/76] 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 |
[70/76] 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 |
[71/76] 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 |
[72/76] 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 |
[73/76] 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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/67] 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 |
[3/67] 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 |
[4/67] 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 |
[5/67] 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 |
[6/67] Compiling OTCore NSPoint.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/67] 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 |
[8/67] 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 |
[9/67] 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 |
[10/67] 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 |
[11/67] 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 |
[12/67] 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 |
[13/67] 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 |
[14/67] 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 |
[15/67] 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 |
[16/67] 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 |
[17/67] 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 |
[18/67] 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 |
[19/67] 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 |
[20/67] 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 |
[21/67] 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 |
[22/67] 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 |
[23/67] 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 |
[24/67] 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 |
[25/67] 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 |
[26/67] 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 |
[27/67] 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 |
[28/67] 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 |
[29/75] 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 |
[30/75] 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 |
[31/75] 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 |
[32/75] 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 |
[33/75] 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 |
[34/75] 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 |
[35/75] 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 |
[36/75] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/75] 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 |
[38/75] 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 |
[39/75] 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 |
[40/75] 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 |
[41/75] 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 |
[42/75] 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 |
[43/75] 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 |
[44/75] 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 |
[45/75] 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 |
[46/75] 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 |
[47/75] 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 |
[48/75] 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 |
[49/75] 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 |
[50/75] 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 |
[51/75] 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 |
[52/75] 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 |
[53/75] 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 |
[54/75] 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 |
[55/75] 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 |
[56/75] 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 |
[57/75] 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 |
[58/75] 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 |
[59/75] 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 |
[60/75] 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 |
[61/75] 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 |
[62/75] 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 |
[63/75] 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 |
[64/75] 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 |
[65/75] 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 |
[66/75] 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 |
[67/75] 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 |
[68/75] 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 |
[69/75] 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 |
[70/75] 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 |
[71/75] 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 |
[72/75] 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 |
BUILD FAILURE 6.1 linux