Build Information
Failed to build SwiftDraw, reference main (85b0f6
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 13:28:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/colinc86/SwiftDraw.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/colinc86/SwiftDraw
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 85b0f65 Merge pull request #75 from marcprux/main
Cloned https://github.com/colinc86/SwiftDraw.git
Revision (git rev-parse @):
85b0f65868385e84ab56483131624b3fb96f962a
SUCCESS checkout https://github.com/colinc86/SwiftDraw.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/colinc86/SwiftDraw.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/83] Emitting module SwiftDraw
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[5/93] Compiling SwiftDraw DOM.Filter.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[6/93] Compiling SwiftDraw DOM.Image.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[7/93] Compiling SwiftDraw DOM.LinearGradient.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[8/93] Compiling SwiftDraw DOM.Path.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[9/93] Compiling SwiftDraw DOM.Pattern.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[10/93] Compiling SwiftDraw DOM.PresentationAttributes.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[11/93] Compiling SwiftDraw DOM.RadialGradient.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[12/93] Compiling SwiftDraw DOM.SVG+Parse.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[13/93] Compiling SwiftDraw DOM.SVG.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[14/93] Compiling SwiftDraw DOM.Switch.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[15/93] Compiling SwiftDraw DOM.Text.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[16/93] Compiling SwiftDraw CGImage+Mask.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[17/93] Compiling SwiftDraw CGPath+Segment.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[18/93] Compiling SwiftDraw CGPattern+Closure.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[19/93] Compiling SwiftDraw CGTextRenderer+Code.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[20/93] Compiling SwiftDraw CommandLine+Process.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[21/93] Compiling SwiftDraw CommandLine.Arguments.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[22/93] Compiling SwiftDraw CommandLine.Configuration.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[23/93] Compiling SwiftDraw CommandLine.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[24/93] Compiling SwiftDraw CoordinateFormatter.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[25/93] Compiling SwiftDraw DOM.Color.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[26/93] Compiling SwiftDraw DOM.Element.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[27/93] Compiling SwiftDraw LayerTree.Gradient.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[28/93] Compiling SwiftDraw LayerTree.Image.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[29/93] Compiling SwiftDraw LayerTree.Layer.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[30/93] Compiling SwiftDraw LayerTree.Path+Bounds.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[31/93] Compiling SwiftDraw LayerTree.Path+Reversed.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[32/93] Compiling SwiftDraw LayerTree.Path+Subpath.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[33/93] Compiling SwiftDraw LayerTree.Path.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[34/93] Compiling SwiftDraw LayerTree.Pattern.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[35/93] Compiling SwiftDraw LayerTree.Shape.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[36/93] Compiling SwiftDraw LayerTree.Transform.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[37/93] Compiling SwiftDraw LayerTree.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[38/93] Compiling SwiftDraw NSImage+SVG.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[39/93] Compiling SwiftDraw Parser.XML.Attributes.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[40/93] Compiling SwiftDraw Parser.XML.Color.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[41/93] Compiling SwiftDraw Parser.XML.Element.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[42/93] Compiling SwiftDraw Parser.XML.Filter.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[43/93] Compiling SwiftDraw Parser.XML.Image.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[44/93] Compiling SwiftDraw Parser.XML.LinearGradient.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[45/93] Compiling SwiftDraw Parser.XML.Path.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[46/93] Compiling SwiftDraw Parser.XML.Pattern.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[47/93] Compiling SwiftDraw Parser.XML.RadialGradient.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[48/93] Compiling SwiftDraw Parser.XML.SVG.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[49/93] Compiling SwiftDraw Parser.XML.Scanner.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[50/93] Compiling SwiftDraw Parser.XML.StyleSheet.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[51/93] Compiling SwiftDraw Parser.XML.Text.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[52/93] Compiling SwiftDraw Parser.XML.Transform.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[53/93] Compiling SwiftDraw Parser.XML.Use.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[54/93] Compiling SwiftDraw Parser.XML.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[55/93] Compiling SwiftDraw Renderer.CGText+Path.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[56/93] Compiling SwiftDraw Renderer.CGText.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[57/93] Compiling SwiftDraw Renderer.CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[58/93] Compiling SwiftDraw Renderer.LayerTree.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[59/93] Compiling SwiftDraw Renderer.SFSymbol+CGPath.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[60/93] Compiling SwiftDraw Renderer.SFSymbol.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[61/93] Compiling SwiftDraw Renderer.SVG.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[62/93] Compiling SwiftDraw Renderer.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[63/93] Compiling SwiftDraw SVG+CoreGraphics.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[64/93] Compiling SwiftDraw SVG+Deprecated.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[65/93] Compiling SwiftDraw SVG+Hashable.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[66/93] Compiling SwiftDraw SVG+Insets.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[67/93] Compiling SwiftDraw SVG.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[68/93] Compiling SwiftDraw SVGView.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[69/93] Compiling SwiftDraw Stack.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[70/93] Compiling SwiftDraw UIImage+SVG.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[71/93] Compiling SwiftDraw URL+Data.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[72/93] Compiling SwiftDraw URL+Fragment.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[73/93] Compiling SwiftDraw PairedSequence.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[74/93] Compiling SwiftDraw TextOutputStream+StandardError.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[75/93] Compiling SwiftDraw XML.Element.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[76/93] Compiling SwiftDraw XML.Formatter.SVG.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[77/93] Compiling SwiftDraw XML.Formatter.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[78/93] Compiling SwiftDraw XML.SAXParser.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[79/93] Compiling SwiftDraw DOM.Use.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[80/93] Compiling SwiftDraw DOM.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[81/93] Compiling SwiftDraw LayerTree.Builder.Layer.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[82/93] Compiling SwiftDraw LayerTree.Builder.Path.Arc.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[83/93] Compiling SwiftDraw LayerTree.Builder.Path.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[84/93] Compiling SwiftDraw LayerTree.Builder.Shape.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[85/93] Compiling SwiftDraw LayerTree.Builder.Text.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[86/93] Compiling SwiftDraw LayerTree.Builder.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[87/93] Compiling SwiftDraw LayerTree.Color.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[88/93] Compiling SwiftDraw LayerTree.CommandGenerator.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
[89/93] Compiling SwiftDraw LayerTree.CommandOptimizer.swift
/host/spi-builder-workspace/SwiftDraw/CGTextRenderer+Code.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | public extension CGTextRenderer {
BUILD FAILURE 6.2 wasm