Build Information
Failed to build CoreOSC, reference main (01835c), with Swift 6.1 for Android on 30 May 2025 19:24:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sammysmallman/CoreOSC.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/sammysmallman/CoreOSC
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 01835ca 2.1.0 (#17)
Cloned https://github.com/sammysmallman/CoreOSC.git
Revision (git rev-parse @):
01835ca992cd199afd725578962d0b533e324d97
SUCCESS checkout https://github.com/sammysmallman/CoreOSC.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/sammysmallman/CoreOSC.git
https://github.com/sammysmallman/CoreOSC.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "CoreOSC",
"name" : "CoreOSC",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoreOSC",
"targets" : [
"CoreOSC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreOSCTests",
"module_type" : "SwiftTarget",
"name" : "CoreOSCTests",
"path" : "Tests/CoreOSCTests",
"sources" : [
"CoreOSCTests.swift",
"OSCAddressFilterTests.swift",
"OSCAddressPatternTests.swift",
"OSCAddressSpaceTests.swift",
"OSCAddressStoreTests.swift",
"OSCAddressTests.swift",
"OSCAnnotationTests.swift",
"OSCBundleTests.swift",
"OSCFilterAddressStoreTests.swift",
"OSCFilterAddressTests.swift",
"OSCFilterMethodTests.swift",
"OSCMatchTests.swift",
"OSCMessageTests.swift",
"OSCMethodTests.swift",
"OSCRefractingAddressTests.swift"
],
"target_dependencies" : [
"CoreOSC"
],
"type" : "test"
},
{
"c99name" : "CoreOSC",
"module_type" : "SwiftTarget",
"name" : "CoreOSC",
"path" : "Sources/CoreOSC",
"product_memberships" : [
"CoreOSC"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/CoreOSC/LICENSE.md",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/CoreOSC/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/CoreOSC/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"CoreOSC.swift",
"Extensions/Character.swift",
"Extensions/Numeric.swift",
"Extensions/String.swift",
"Extensions/UInt32.swift",
"OSCAddress.swift",
"OSCAddressError.swift",
"OSCAddressFilter.swift",
"OSCAddressPattern.swift",
"OSCAddressSpace.swift",
"OSCAddressStore.swift",
"OSCAnnotation.swift",
"OSCArgument.swift",
"OSCArgumentError.swift",
"OSCBundle.swift",
"OSCFilterAddress.swift",
"OSCFilterAddressStore.swift",
"OSCFilterMethod.swift",
"OSCMatch.swift",
"OSCMessage.swift",
"OSCMethod.swift",
"OSCPacket.swift",
"OSCParser.swift",
"OSCParserError.swift",
"OSCPatternMatch.swift",
"OSCRefractingAddress.swift",
"OSCStore.swift",
"OSCTimeTag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Copying Localizable.strings
[0/6] Copying LICENSE.md
[0/6] Copying Info.plist
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/33] Emitting module CoreOSC
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[8/36] Compiling CoreOSC OSCStore.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[9/36] Compiling CoreOSC OSCTimeTag.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[10/36] Compiling CoreOSC resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[11/36] Compiling CoreOSC OSCParserError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[12/36] Compiling CoreOSC OSCPatternMatch.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[13/36] Compiling CoreOSC OSCRefractingAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[14/36] Compiling CoreOSC OSCFilterAddressStore.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[15/36] Compiling CoreOSC OSCFilterMethod.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[16/36] Compiling CoreOSC OSCMatch.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[17/36] Compiling CoreOSC OSCMessage.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[18/36] Compiling CoreOSC OSCArgument.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[19/36] Compiling CoreOSC OSCArgumentError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[20/36] Compiling CoreOSC OSCBundle.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[21/36] Compiling CoreOSC OSCFilterAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[22/36] Compiling CoreOSC CoreOSC.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[23/36] Compiling CoreOSC Character.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[24/36] Compiling CoreOSC Numeric.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[25/36] Compiling CoreOSC String.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[26/36] Compiling CoreOSC UInt32.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[27/36] Compiling CoreOSC OSCAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[28/36] Compiling CoreOSC OSCAddressError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[29/36] Compiling CoreOSC OSCAddressFilter.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[30/36] Compiling CoreOSC OSCMethod.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[31/36] Compiling CoreOSC OSCPacket.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[32/36] Compiling CoreOSC OSCParser.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[33/36] Compiling CoreOSC OSCAddressPattern.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[34/36] Compiling CoreOSC OSCAddressSpace.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[35/36] Compiling CoreOSC OSCAddressStore.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[36/36] Compiling CoreOSC OSCAnnotation.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/28] Emitting module CoreOSC
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[3/31] Compiling CoreOSC CoreOSC.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[4/31] Compiling CoreOSC Character.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[5/31] Compiling CoreOSC Numeric.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[6/31] Compiling CoreOSC String.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[7/31] Compiling CoreOSC OSCAddressPattern.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[8/31] Compiling CoreOSC OSCAddressSpace.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[9/31] Compiling CoreOSC OSCAddressStore.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[10/31] Compiling CoreOSC OSCAnnotation.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[11/31] Compiling CoreOSC UInt32.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[12/31] Compiling CoreOSC OSCAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[13/31] Compiling CoreOSC OSCAddressError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[14/31] Compiling CoreOSC OSCAddressFilter.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[15/31] Compiling CoreOSC OSCParserError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[16/31] Compiling CoreOSC OSCPatternMatch.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[17/31] Compiling CoreOSC OSCRefractingAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[18/31] Compiling CoreOSC OSCMethod.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[19/31] Compiling CoreOSC OSCPacket.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[20/31] Compiling CoreOSC OSCParser.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[21/31] Compiling CoreOSC OSCStore.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[22/31] Compiling CoreOSC OSCTimeTag.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[23/31] Compiling CoreOSC resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[24/31] Compiling CoreOSC OSCFilterAddressStore.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[25/31] Compiling CoreOSC OSCFilterMethod.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[26/31] Compiling CoreOSC OSCMatch.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[27/31] Compiling CoreOSC OSCMessage.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[28/31] Compiling CoreOSC OSCArgument.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[29/31] Compiling CoreOSC OSCArgumentError.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[30/31] Compiling CoreOSC OSCBundle.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
[31/31] Compiling CoreOSC OSCFilterAddress.swift
/host/spi-builder-workspace/Sources/CoreOSC/OSCArgument.swift:25:8: error: no such module 'CoreGraphics'
23 |
24 | import Foundation
25 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
26 |
27 | /// An OSC Argument.
BUILD FAILURE 6.1 android