Build Information
Failed to build EFQRCode, reference 7.0.3 (07ff9e
), with Swift 6.1 for Wasm on 2 Aug 2025 21:38:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/EFPrefix/swift_qrcodejs.git
Fetching https://github.com/swhitty/SwiftDraw.git
[1/890] Fetching swift_qrcodejs
[856/7388] Fetching swift_qrcodejs, swiftdraw
Fetched https://github.com/EFPrefix/swift_qrcodejs.git from cache (0.76s)
Fetched https://github.com/swhitty/SwiftDraw.git from cache (0.76s)
Computing version for https://github.com/swhitty/SwiftDraw.git
Computed https://github.com/swhitty/SwiftDraw.git at 0.22.0 (3.27s)
Computing version for https://github.com/EFPrefix/swift_qrcodejs.git
Computed https://github.com/EFPrefix/swift_qrcodejs.git at 2.3.1 (3.40s)
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
[2/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/55] Compiling SwiftDrawDOM DOM.Path.swift
[8/55] Compiling SwiftDrawDOM DOM.Pattern.swift
[9/56] Compiling QRCodeSwift QRRSBlock.swift
[10/56] 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
[11/56] 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
[12/56] 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
[13/56] 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
[14/60] Compiling SwiftDrawDOM DOM+Extensions.swift
[15/60] Compiling SwiftDrawDOM DOM.Color.swift
[16/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
<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
[19/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
[20/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
[21/60] Emitting module QRCodeSwift
[22/60] Compiling SwiftDrawDOM Parser.XML.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
[23/60] Compiling SwiftDrawDOM Parser.XML.Scanner.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 Parser.XML.StyleSheet.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.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
[26/60] Compiling SwiftDrawDOM DOM.SVG+Parse.swift
[27/60] Compiling SwiftDrawDOM DOM.SVG.swift
[28/60] Compiling SwiftDrawDOM DOM.Switch.swift
[29/60] Compiling SwiftDrawDOM DOM.Text.swift
[32/60] Compiling SwiftDrawDOM DOM.Image.swift
[34/60] Compiling SwiftDrawDOM DOM.Element.swift
[35/60] Compiling SwiftDrawDOM DOM.Filter.swift
[36/61] 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
[37/61] 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
[38/61] 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
[39/61] 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
[40/61] 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
[41/61] Compiling SwiftDrawDOM Parser.XML.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
[42/61] Compiling SwiftDrawDOM Parser.XML.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/61] Compiling SwiftDrawDOM Parser.XML.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/61] Compiling SwiftDrawDOM Parser.XML.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/61] Compiling SwiftDrawDOM Parser.XML.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
[50/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
[51/61] 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
<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
[58/61] 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
[59/61] 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
[60/61] 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
[61/61] 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
[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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[69/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[70/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[71/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[72/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[73/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[74/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[75/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[76/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[77/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[78/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[79/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[80/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[81/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[83/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[84/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[85/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[86/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[87/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[88/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[89/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[90/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[91/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[92/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[93/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[94/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[95/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[96/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[97/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[98/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[99/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[100/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[101/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[102/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[103/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[104/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[105/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[106/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[107/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[108/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[109/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[110/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[111/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[112/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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/50] Compiling QRCodeSwift QRMode.swift
[3/50] Compiling QRCodeSwift QRPatternLocator.swift
[4/50] Compiling QRCodeSwift QRPointType.swift
[5/50] Compiling QRCodeSwift QRPolynomial.swift
[6/51] Compiling QRCodeSwift QRMaskPattern.swift
[7/51] Compiling QRCodeSwift QRMath.swift
[8/51] Compiling QRCodeSwift QRCodeType.swift
[9/51] Compiling QRCodeSwift QRErrorCorrectLevel.swift
[10/51] Emitting module QRCodeSwift
[11/51] Compiling SwiftDrawDOM Parser.XML.Transform.swift
[12/51] Compiling SwiftDrawDOM Parser.XML.Use.swift
[13/51] Compiling SwiftDrawDOM Parser.XML.swift
[14/51] Compiling SwiftDrawDOM TextOutputStream+StandardError.swift
[15/55] Compiling QRCodeSwift QRRSBlock.swift
[16/55] Compiling QRCodeSwift BCH.swift
[17/55] Compiling QRCodeSwift QR8bitByte.swift
[18/55] Compiling QRCodeSwift QRCodeError.swift
[19/55] Compiling QRCodeSwift QRCodeModel.swift
[21/55] Compiling SwiftDrawDOM Parser.XML.Image.swift
[22/55] Compiling SwiftDrawDOM Parser.XML.LinearGradient.swift
[23/55] Compiling SwiftDrawDOM Parser.XML.Path.swift
[24/55] Compiling SwiftDrawDOM Parser.XML.Pattern.swift
[25/55] Compiling SwiftDrawDOM Parser.XML.RadialGradient.swift
[26/55] Compiling SwiftDrawDOM Parser.XML.SVG.swift
[27/55] Compiling SwiftDrawDOM Parser.XML.Scanner.swift
[28/55] Compiling SwiftDrawDOM Parser.XML.StyleSheet.swift
[29/55] Compiling SwiftDrawDOM Parser.XML.Text.swift
[32/55] Compiling QRCodeSwift QRBitBuffer.swift
[33/55] Compiling QRCodeSwift QRCode.swift
[36/56] Compiling SwiftDrawDOM URL+Data.swift
[37/56] Compiling SwiftDrawDOM URL+Fragment.swift
[38/56] Compiling SwiftDrawDOM XML.Element.swift
[39/56] Compiling SwiftDrawDOM XML.SAXParser.swift
[41/56] Emitting module SwiftDrawDOM
[46/56] Compiling SwiftDrawDOM DOM.Use.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
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[59/101] Compiling SwiftDraw SVG+CoreGraphics.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[60/101] Compiling SwiftDraw SVG+Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[61/101] Compiling SwiftDraw SVG+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[62/101] Compiling SwiftDraw SVG+Insets.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[63/101] Compiling SwiftDraw SVG.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[64/107] Compiling SwiftDraw CGImage+Mask.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[65/107] Compiling SwiftDraw CGPath+Segment.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[66/107] Compiling SwiftDraw CGPattern+Closure.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[67/107] Compiling SwiftDraw CGTextRenderer+Code.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[68/107] Compiling SwiftDraw CommandLine+Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[69/107] Compiling SwiftDraw CommandLine.Arguments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[70/107] Compiling SwiftDraw CommandLine.Configuration.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/107] Emitting module SwiftDraw
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[72/107] Compiling SwiftDraw LayerTree.Builder.Text.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[73/107] Compiling SwiftDraw LayerTree.Builder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[74/107] Compiling SwiftDraw LayerTree.Color.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[75/107] Compiling SwiftDraw LayerTree.CommandGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[76/107] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[77/107] Compiling SwiftDraw LayerTree.Gradient.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[78/107] Compiling SwiftDraw CommandLine.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[79/107] Compiling SwiftDraw CoordinateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[80/107] Compiling SwiftDraw LayerTree.Builder.Layer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[81/107] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[82/107] Compiling SwiftDraw LayerTree.Builder.Path.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[83/107] Compiling SwiftDraw LayerTree.Builder.Shape.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[84/107] Compiling SwiftDraw SVGView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[85/107] Compiling SwiftDraw Stack.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[86/107] Compiling SwiftDraw UIImage+SVG.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[87/107] Compiling SwiftDraw PairedSequence.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[88/107] Compiling SwiftDraw XML.Formatter.SVG.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[89/107] Compiling SwiftDraw XML.Formatter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[90/107] Compiling SwiftDraw LayerTree.Pattern.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[91/107] Compiling SwiftDraw LayerTree.Shape.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[92/107] Compiling SwiftDraw LayerTree.Transform.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[93/107] Compiling SwiftDraw LayerTree.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[94/107] Compiling SwiftDraw NSImage+SVG.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[95/107] Compiling SwiftDraw Renderer.CGText+Path.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[96/107] Compiling SwiftDraw LayerTree.Image.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[97/107] Compiling SwiftDraw LayerTree.Layer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[98/107] Compiling SwiftDraw LayerTree.Path+Bounds.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[99/107] Compiling SwiftDraw LayerTree.Path+Reversed.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[100/107] Compiling SwiftDraw LayerTree.Path+Subpath.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[101/107] Compiling SwiftDraw LayerTree.Path.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[102/107] Compiling SwiftDraw Renderer.CGText.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[103/107] Compiling SwiftDraw Renderer.CoreGraphics.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[104/107] Compiling SwiftDraw Renderer.LayerTree.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[105/107] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[106/107] Compiling SwiftDraw Renderer.SFSymbol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
[107/107] Compiling SwiftDraw Renderer.SVG.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDraw/SwiftDraw/LayerTree.Transform.swift:37:8: error: no such module 'Glibc'
35 | import Android
36 | #else
37 | import Glibc
| `- error: no such module 'Glibc'
38 | #endif
39 |
BUILD FAILURE 6.1 wasm