Build Information
Failed to build EFQRCode, reference 7.0.3 (07ff9e
), with Swift 6.1 for Android on 2 Aug 2025 21:40:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/EFQRCode.git
Reference: 7.0.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/EFPrefix/EFQRCode
* tag 7.0.3 -> FETCH_HEAD
HEAD is now at 07ff9e2 7.0.3
Cloned https://github.com/EFPrefix/EFQRCode.git
Revision (git rev-parse @):
07ff9e2e83a4bbd384e5a8e33b47f389c9aac762
SUCCESS checkout https://github.com/EFPrefix/EFQRCode.git at 7.0.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/EFPrefix/EFQRCode.git
https://github.com/EFPrefix/EFQRCode.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift_qrcodejs",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "2.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/EFPrefix/swift_qrcodejs.git"
},
{
"identity" : "swiftdraw",
"requirement" : {
"range" : [
{
"lower_bound" : "0.22.0",
"upper_bound" : "0.23.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swhitty/SwiftDraw.git"
}
],
"manifest_display_name" : "EFQRCode",
"name" : "EFQRCode",
"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"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "EFQRCode",
"targets" : [
"EFQRCode"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "EFQRCodeSwiftTests",
"module_type" : "SwiftTarget",
"name" : "EFQRCodeSwiftTests",
"path" : "Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/Resources/eyrefree.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"EFQRCode"
],
"type" : "test"
},
{
"c99name" : "EFQRCode",
"module_type" : "SwiftTarget",
"name" : "EFQRCode",
"path" : "Source",
"product_dependencies" : [
"QRCodeSwift",
"SwiftDraw"
],
"product_memberships" : [
"EFQRCode"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EFQRCode+Generator.swift",
"EFQRCode+Recognizer.swift",
"EFQRCode.swift",
"Extension/BinaryFloatingPoint+EFQRCode.swift",
"Extension/BinaryInteger+EFQRCode.swift",
"Extension/CGColor+EFQRCode.swift",
"Extension/CGImage+EFQRCode.swift",
"Extension/CIImage+EFQRCode.swift",
"Extension/NSImage+EFQRCode.swift",
"Extension/String+EFQRCode.swift",
"Extension/UIImage+EFQRCode.swift",
"Styles/EFQRCodeStyle.swift",
"Styles/EFQRCodeStyle25D.swift",
"Styles/EFQRCodeStyleBasic.swift",
"Styles/EFQRCodeStyleBubble.swift",
"Styles/EFQRCodeStyleDSJ.swift",
"Styles/EFQRCodeStyleFunction.swift",
"Styles/EFQRCodeStyleImage.swift",
"Styles/EFQRCodeStyleImageFill.swift",
"Styles/EFQRCodeStyleLine.swift",
"Styles/EFQRCodeStyleRandomRectangle.swift",
"Styles/EFQRCodeStyleResampleImage.swift",
"Type/EFAnimatedImageFormat.swift",
"Type/EFCorrectionLevel.swift",
"Type/EFEdgeInsets.swift",
"Type/EFImageMode.swift",
"Type/EFQRCodeError.swift",
"Type/EFVideoFormat.swift",
"Utils/Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/EFPrefix/swift_qrcodejs.git
Fetching https://github.com/swhitty/SwiftDraw.git
[1/890] Fetching swift_qrcodejs
[847/7388] Fetching swift_qrcodejs, swiftdraw
Fetched https://github.com/EFPrefix/swift_qrcodejs.git from cache (0.50s)
[1755/6498] Fetching swiftdraw
Fetched https://github.com/swhitty/SwiftDraw.git from cache (0.91s)
Computing version for https://github.com/swhitty/SwiftDraw.git
Computed https://github.com/swhitty/SwiftDraw.git at 0.22.0 (2.02s)
Computing version for https://github.com/EFPrefix/swift_qrcodejs.git
Computed https://github.com/EFPrefix/swift_qrcodejs.git at 2.3.1 (3.43s)
Creating working copy for https://github.com/EFPrefix/swift_qrcodejs.git
Working copy of https://github.com/EFPrefix/swift_qrcodejs.git resolved at 2.3.1
Creating working copy for https://github.com/swhitty/SwiftDraw.git
Working copy of https://github.com/swhitty/SwiftDraw.git resolved at 0.22.0
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/55] Emitting module QRCodeSwift
[8/56] Emitting module SwiftDrawDOM
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/60] Compiling QRCodeSwift QRRSBlock.swift
[10/60] Compiling SwiftDrawDOM Parser.XML.LinearGradient.swift
[11/60] Compiling SwiftDrawDOM Parser.XML.Path.swift
[12/60] Compiling QRCodeSwift QRMode.swift
[13/60] Compiling QRCodeSwift QRPatternLocator.swift
[14/60] Compiling QRCodeSwift QRCodeType.swift
[15/60] Compiling QRCodeSwift QRErrorCorrectLevel.swift
[16/60] Compiling SwiftDrawDOM URL+Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/60] Compiling SwiftDrawDOM URL+Fragment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/60] Compiling SwiftDrawDOM XML.Element.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/60] Compiling SwiftDrawDOM XML.SAXParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/60] Compiling SwiftDrawDOM Parser.XML.Transform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/60] Compiling SwiftDrawDOM Parser.XML.Use.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/60] Compiling SwiftDrawDOM Parser.XML.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/60] Compiling SwiftDrawDOM TextOutputStream+StandardError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/60] Compiling SwiftDrawDOM DOM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/60] Compiling SwiftDrawDOM Parser.XML.Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/60] Compiling SwiftDrawDOM Parser.XML.Color.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/60] Compiling SwiftDrawDOM Parser.XML.Element.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/60] Compiling SwiftDrawDOM Parser.XML.Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/60] Compiling QRCodeSwift QRPointType.swift
[30/60] Compiling QRCodeSwift QRPolynomial.swift
[31/60] Compiling SwiftDrawDOM DOM.Image.swift
[32/60] Compiling SwiftDrawDOM Parser.XML.Image.swift
[33/60] Compiling SwiftDrawDOM DOM.Element.swift
[34/60] Compiling SwiftDrawDOM DOM.Filter.swift
[35/60] Compiling SwiftDrawDOM DOM+Extensions.swift
[36/60] Compiling SwiftDrawDOM DOM.Color.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/60] Compiling SwiftDrawDOM DOM.LinearGradient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/60] Compiling SwiftDrawDOM DOM.Path.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/60] Compiling SwiftDrawDOM DOM.Pattern.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/60] Compiling SwiftDrawDOM DOM.PresentationAttributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/60] Compiling SwiftDrawDOM DOM.RadialGradient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/61] Compiling SwiftDrawDOM DOM.SVG+Parse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/61] Compiling SwiftDrawDOM DOM.SVG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/61] Compiling SwiftDrawDOM DOM.Switch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/61] Compiling SwiftDrawDOM DOM.Text.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/61] Compiling SwiftDrawDOM DOM.Use.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/106] Compiling SwiftDraw Renderer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/106] Compiling SwiftDraw SVG+CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/106] Compiling SwiftDraw SVG+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/106] Compiling SwiftDraw SVG+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/106] Compiling SwiftDraw SVG+Insets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/106] Compiling SwiftDraw SVG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/112] Compiling SwiftDraw CGImage+Mask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/112] Compiling SwiftDraw CGPath+Segment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/112] Compiling SwiftDraw CGPattern+Closure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/112] Compiling SwiftDraw CGTextRenderer+Code.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/112] Compiling SwiftDraw CommandLine+Process.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/112] Compiling SwiftDraw CommandLine.Arguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/112] Compiling SwiftDraw CommandLine.Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/112] Emitting module SwiftDraw
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/112] Compiling SwiftDraw SVGView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/112] Compiling SwiftDraw Stack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/112] Compiling SwiftDraw UIImage+SVG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/112] Compiling SwiftDraw PairedSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/112] Compiling SwiftDraw XML.Formatter.SVG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/112] Compiling SwiftDraw XML.Formatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/112] Compiling SwiftDraw LayerTree.Pattern.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/112] Compiling SwiftDraw LayerTree.Shape.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/112] Compiling SwiftDraw LayerTree.Transform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/112] Compiling SwiftDraw LayerTree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/112] Compiling SwiftDraw NSImage+SVG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/112] Compiling SwiftDraw Renderer.CGText+Path.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/112] Compiling SwiftDraw Renderer.CGText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/112] Compiling SwiftDraw Renderer.CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/112] Compiling SwiftDraw Renderer.LayerTree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/112] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/112] Compiling SwiftDraw Renderer.SFSymbol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/112] Compiling SwiftDraw Renderer.SVG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/112] Compiling SwiftDraw LayerTree.Image.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/112] Compiling SwiftDraw LayerTree.Layer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/112] Compiling SwiftDraw LayerTree.Path+Bounds.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/112] Compiling SwiftDraw LayerTree.Path+Reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/112] Compiling SwiftDraw LayerTree.Path+Subpath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/112] Compiling SwiftDraw LayerTree.Path.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/112] Compiling SwiftDraw CommandLine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/112] Compiling SwiftDraw CoordinateFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/112] Compiling SwiftDraw LayerTree.Builder.Layer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/112] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/112] Compiling SwiftDraw LayerTree.Builder.Path.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/112] Compiling SwiftDraw LayerTree.Builder.Shape.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/112] Compiling SwiftDraw LayerTree.Builder.Text.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/112] Compiling SwiftDraw LayerTree.Builder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/112] Compiling SwiftDraw LayerTree.Color.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/112] Compiling SwiftDraw LayerTree.CommandGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/112] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/112] Compiling SwiftDraw LayerTree.Gradient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/141] Compiling EFQRCode EFEdgeInsets.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[115/141] Compiling EFQRCode EFImageMode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[116/141] Compiling EFQRCode EFQRCodeError.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[117/144] Compiling EFQRCode EFVideoFormat.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[118/144] Compiling EFQRCode Utils.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[119/144] Compiling EFQRCode resource_bundle_accessor.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[120/144] Emitting module EFQRCode
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[121/144] Compiling EFQRCode EFQRCode+Generator.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[122/144] Compiling EFQRCode EFQRCode+Recognizer.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[123/144] Compiling EFQRCode EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[124/144] Compiling EFQRCode BinaryFloatingPoint+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[125/144] Compiling EFQRCode EFQRCodeStyleFunction.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[126/144] Compiling EFQRCode EFQRCodeStyleImage.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[127/144] Compiling EFQRCode EFQRCodeStyleImageFill.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[128/144] Compiling EFQRCode EFQRCodeStyleLine.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[129/144] Compiling EFQRCode EFQRCodeStyleRandomRectangle.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[130/144] Compiling EFQRCode EFQRCodeStyleResampleImage.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[131/144] Compiling EFQRCode EFAnimatedImageFormat.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[132/144] Compiling EFQRCode EFCorrectionLevel.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[133/144] Compiling EFQRCode BinaryInteger+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[134/144] Compiling EFQRCode CGColor+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[135/144] Compiling EFQRCode CGImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[136/144] Compiling EFQRCode CIImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[137/144] Compiling EFQRCode NSImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[138/144] Compiling EFQRCode String+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[139/144] Compiling EFQRCode UIImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[140/144] Compiling EFQRCode EFQRCodeStyle.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[141/144] Compiling EFQRCode EFQRCodeStyle25D.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[142/144] Compiling EFQRCode EFQRCodeStyleBasic.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[143/144] Compiling EFQRCode EFQRCodeStyleBubble.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[144/144] Compiling EFQRCode EFQRCodeStyleDSJ.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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
[2/50] Compiling SwiftDrawDOM DOM.Element.swift
[3/50] Compiling SwiftDrawDOM DOM.Filter.swift
[4/51] Compiling SwiftDrawDOM DOM+Extensions.swift
[5/51] Compiling SwiftDrawDOM DOM.Color.swift
[6/51] Compiling SwiftDrawDOM DOM.SVG.swift
[7/51] Compiling SwiftDrawDOM DOM.Switch.swift
[8/51] Compiling SwiftDrawDOM DOM.RadialGradient.swift
[9/51] Compiling SwiftDrawDOM DOM.SVG+Parse.swift
[10/51] Emitting module SwiftDrawDOM
[11/55] Compiling SwiftDrawDOM Parser.XML.Transform.swift
[12/55] Compiling SwiftDrawDOM Parser.XML.Use.swift
[13/55] Compiling SwiftDrawDOM Parser.XML.swift
[14/55] Compiling SwiftDrawDOM TextOutputStream+StandardError.swift
[18/55] Compiling SwiftDrawDOM DOM.Text.swift
[19/55] Compiling SwiftDrawDOM DOM.Use.swift
[20/55] Compiling QRCodeSwift QRRSBlock.swift
[21/55] Compiling SwiftDrawDOM DOM.LinearGradient.swift
[22/55] Compiling SwiftDrawDOM DOM.Path.swift
[25/55] Compiling SwiftDrawDOM DOM.Pattern.swift
[26/55] Compiling SwiftDrawDOM DOM.PresentationAttributes.swift
[28/55] Compiling SwiftDrawDOM Parser.XML.Image.swift
[29/55] Compiling SwiftDrawDOM Parser.XML.LinearGradient.swift
[30/55] Compiling SwiftDrawDOM Parser.XML.Path.swift
[31/55] Compiling SwiftDrawDOM Parser.XML.Pattern.swift
[32/55] Compiling SwiftDrawDOM Parser.XML.RadialGradient.swift
[33/55] Compiling SwiftDrawDOM Parser.XML.SVG.swift
[34/55] Compiling SwiftDrawDOM Parser.XML.Scanner.swift
[35/55] Compiling SwiftDrawDOM Parser.XML.StyleSheet.swift
[36/55] Compiling SwiftDrawDOM Parser.XML.Text.swift
[37/55] Compiling SwiftDrawDOM URL+Data.swift
[38/55] Compiling SwiftDrawDOM URL+Fragment.swift
[39/55] Compiling SwiftDrawDOM XML.Element.swift
[40/55] Compiling SwiftDrawDOM XML.SAXParser.swift
[41/55] Emitting module QRCodeSwift
[50/56] Compiling SwiftDrawDOM DOM.Image.swift
[52/56] Compiling SwiftDrawDOM DOM.swift
[53/56] Compiling SwiftDrawDOM Parser.XML.Attributes.swift
[54/56] Compiling SwiftDrawDOM Parser.XML.Color.swift
[55/56] Compiling SwiftDrawDOM Parser.XML.Element.swift
[56/56] Compiling SwiftDrawDOM Parser.XML.Filter.swift
[58/101] Compiling SwiftDraw Renderer.swift
[59/101] Compiling SwiftDraw SVG+CoreGraphics.swift
[60/101] Compiling SwiftDraw SVG+Deprecated.swift
[61/101] Compiling SwiftDraw SVG+Hashable.swift
[62/101] Compiling SwiftDraw SVG+Insets.swift
[63/101] Compiling SwiftDraw SVG.swift
[64/107] Compiling SwiftDraw CommandLine.swift
[65/107] Compiling SwiftDraw CoordinateFormatter.swift
[66/107] Compiling SwiftDraw LayerTree.Builder.Layer.swift
[67/107] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
[68/107] Compiling SwiftDraw LayerTree.Builder.Path.swift
[69/107] Compiling SwiftDraw LayerTree.Builder.Shape.swift
[70/107] Compiling SwiftDraw LayerTree.Builder.Text.swift
[71/107] Compiling SwiftDraw LayerTree.Builder.swift
[72/107] Compiling SwiftDraw LayerTree.Color.swift
[73/107] Compiling SwiftDraw LayerTree.CommandGenerator.swift
[74/107] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
[75/107] Compiling SwiftDraw LayerTree.Gradient.swift
[76/107] Compiling SwiftDraw SVGView.swift
[77/107] Compiling SwiftDraw Stack.swift
[78/107] Compiling SwiftDraw UIImage+SVG.swift
[79/107] Compiling SwiftDraw PairedSequence.swift
[80/107] Compiling SwiftDraw XML.Formatter.SVG.swift
[81/107] Compiling SwiftDraw XML.Formatter.swift
[82/107] Compiling SwiftDraw LayerTree.Pattern.swift
[83/107] Compiling SwiftDraw LayerTree.Shape.swift
[84/107] Compiling SwiftDraw LayerTree.Transform.swift
[85/107] Compiling SwiftDraw LayerTree.swift
[86/107] Compiling SwiftDraw NSImage+SVG.swift
[87/107] Compiling SwiftDraw Renderer.CGText+Path.swift
[88/107] Compiling SwiftDraw LayerTree.Image.swift
[89/107] Compiling SwiftDraw LayerTree.Layer.swift
[90/107] Compiling SwiftDraw LayerTree.Path+Bounds.swift
[91/107] Compiling SwiftDraw LayerTree.Path+Reversed.swift
[92/107] Compiling SwiftDraw LayerTree.Path+Subpath.swift
[93/107] Compiling SwiftDraw LayerTree.Path.swift
[94/107] Compiling SwiftDraw CGImage+Mask.swift
[95/107] Compiling SwiftDraw CGPath+Segment.swift
[96/107] Compiling SwiftDraw CGPattern+Closure.swift
[97/107] Compiling SwiftDraw CGTextRenderer+Code.swift
[98/107] Compiling SwiftDraw CommandLine+Process.swift
[99/107] Compiling SwiftDraw CommandLine.Arguments.swift
[100/107] Compiling SwiftDraw CommandLine.Configuration.swift
[101/107] Emitting module SwiftDraw
[102/107] Compiling SwiftDraw Renderer.CGText.swift
[103/107] Compiling SwiftDraw Renderer.CoreGraphics.swift
[104/107] Compiling SwiftDraw Renderer.LayerTree.swift
[105/107] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
[106/107] Compiling SwiftDraw Renderer.SFSymbol.swift
[107/107] Compiling SwiftDraw Renderer.SVG.swift
[109/136] Compiling EFQRCode EFEdgeInsets.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[110/136] Compiling EFQRCode EFImageMode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[111/136] Compiling EFQRCode EFQRCodeError.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[112/139] Compiling EFQRCode EFQRCode+Generator.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[113/139] Compiling EFQRCode EFQRCode+Recognizer.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[114/139] Compiling EFQRCode EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[115/139] Compiling EFQRCode BinaryFloatingPoint+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[116/139] Compiling EFQRCode EFVideoFormat.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[117/139] Compiling EFQRCode Utils.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[118/139] Compiling EFQRCode resource_bundle_accessor.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/139] Emitting module EFQRCode
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[120/139] Compiling EFQRCode NSImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[121/139] Compiling EFQRCode String+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[122/139] Compiling EFQRCode UIImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[123/139] Compiling EFQRCode EFQRCodeStyle.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[124/139] Compiling EFQRCode BinaryInteger+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[125/139] Compiling EFQRCode CGColor+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[126/139] Compiling EFQRCode CGImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[127/139] Compiling EFQRCode CIImage+EFQRCode.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[128/139] Compiling EFQRCode EFQRCodeStyleFunction.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[129/139] Compiling EFQRCode EFQRCodeStyleImage.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[130/139] Compiling EFQRCode EFQRCodeStyleImageFill.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[131/139] Compiling EFQRCode EFQRCodeStyleLine.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[132/139] Compiling EFQRCode EFQRCodeStyleRandomRectangle.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[133/139] Compiling EFQRCode EFQRCodeStyleResampleImage.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[134/139] Compiling EFQRCode EFAnimatedImageFormat.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[135/139] Compiling EFQRCode EFCorrectionLevel.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[136/139] Compiling EFQRCode EFQRCodeStyle25D.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[137/139] Compiling EFQRCode EFQRCodeStyleBasic.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[138/139] Compiling EFQRCode EFQRCodeStyleBubble.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
[139/139] Compiling EFQRCode EFQRCodeStyleDSJ.swift
/host/spi-builder-workspace/Source/EFQRCode+Generator.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 | import ImageIO
30 | #if canImport(MobileCoreServices)
BUILD FAILURE 6.1 android