Build Information
Failed to build ScintillaLib, reference v0.3.0 (6e328a), with Swift 6.1 for Wasm on 30 May 2025 21:55:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quephird/ScintillaLib.git
Reference: v0.3.0
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/quephird/ScintillaLib
* tag v0.3.0 -> FETCH_HEAD
HEAD is now at 6e328ad Merge pull request #84 from quephird/implement_focal_blur
Cloned https://github.com/quephird/ScintillaLib.git
Revision (git rev-parse @):
6e328ad4f9f0042df765a9982eef9ee5c20fb554
SUCCESS checkout https://github.com/quephird/ScintillaLib.git at v0.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/quephird/ScintillaLib.git
https://github.com/quephird/ScintillaLib.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "ScintillaLib",
"name" : "ScintillaLib",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ScintillaLib",
"targets" : [
"ScintillaLib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Wine",
"targets" : [
"Wine"
],
"type" : {
"executable" : null
}
},
{
"name" : "Vase",
"targets" : [
"Vase"
],
"type" : {
"executable" : null
}
},
{
"name" : "TestDie",
"targets" : [
"TestDie"
],
"type" : {
"executable" : null
}
},
{
"name" : "TDOR",
"targets" : [
"TDOR"
],
"type" : {
"executable" : null
}
},
{
"name" : "Superellipsoids",
"targets" : [
"Superellipsoids"
],
"type" : {
"executable" : null
}
},
{
"name" : "StarPrism",
"targets" : [
"StarPrism"
],
"type" : {
"executable" : null
}
},
{
"name" : "Rings",
"targets" : [
"Rings"
],
"type" : {
"executable" : null
}
},
{
"name" : "RainbowBall",
"targets" : [
"RainbowBall"
],
"type" : {
"executable" : null
}
},
{
"name" : "QuickStart",
"targets" : [
"QuickStart"
],
"type" : {
"executable" : null
}
},
{
"name" : "Hourglass",
"targets" : [
"Hourglass"
],
"type" : {
"executable" : null
}
},
{
"name" : "HollowedSphere",
"targets" : [
"HollowedSphere"
],
"type" : {
"executable" : null
}
},
{
"name" : "HappyHalloween",
"targets" : [
"HappyHalloween"
],
"type" : {
"executable" : null
}
},
{
"name" : "FocalBlur",
"targets" : [
"FocalBlur"
],
"type" : {
"executable" : null
}
},
{
"name" : "FishEye",
"targets" : [
"FishEye"
],
"type" : {
"executable" : null
}
},
{
"name" : "DimlyLitScene",
"targets" : [
"DimlyLitScene"
],
"type" : {
"executable" : null
}
},
{
"name" : "Die",
"targets" : [
"Die"
],
"type" : {
"executable" : null
}
},
{
"name" : "DecoCube",
"targets" : [
"DecoCube"
],
"type" : {
"executable" : null
}
},
{
"name" : "CheckeredSphere",
"targets" : [
"CheckeredSphere"
],
"type" : {
"executable" : null
}
},
{
"name" : "Cavatappi",
"targets" : [
"Cavatappi"
],
"type" : {
"executable" : null
}
},
{
"name" : "Breather",
"targets" : [
"Breather"
],
"type" : {
"executable" : null
}
},
{
"name" : "Blob",
"targets" : [
"Blob"
],
"type" : {
"executable" : null
}
},
{
"name" : "BarthSextic",
"targets" : [
"BarthSextic"
],
"type" : {
"executable" : null
}
},
{
"name" : "BallWithAreaLight",
"targets" : [
"BallWithAreaLight"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Wine",
"module_type" : "SwiftTarget",
"name" : "Wine",
"path" : "Examples/Wine",
"product_memberships" : [
"Wine"
],
"sources" : [
"Wine.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "Vase",
"module_type" : "SwiftTarget",
"name" : "Vase",
"path" : "Examples/Vase",
"product_memberships" : [
"Vase"
],
"sources" : [
"Vase.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "TestDie",
"module_type" : "SwiftTarget",
"name" : "TestDie",
"path" : "Examples/TestDie",
"product_memberships" : [
"TestDie"
],
"sources" : [
"TestDie.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "TDOR",
"module_type" : "SwiftTarget",
"name" : "TDOR",
"path" : "Examples/TDOR",
"product_memberships" : [
"TDOR"
],
"sources" : [
"TDOR.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "Superellipsoids",
"module_type" : "SwiftTarget",
"name" : "Superellipsoids",
"path" : "Examples/Superellipsoids",
"product_memberships" : [
"Superellipsoids"
],
"sources" : [
"Superellipsoids.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "StarPrism",
"module_type" : "SwiftTarget",
"name" : "StarPrism",
"path" : "Examples/StarPrism",
"product_memberships" : [
"StarPrism"
],
"sources" : [
"StarPrism.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "ScintillaLibTests",
"module_type" : "SwiftTarget",
"name" : "ScintillaLibTests",
"path" : "Tests/ScintillaLibTests",
"sources" : [
"CSGTests.swift",
"CameraTests.swift",
"CanvasTests.swift",
"ColorFunctionTests.swift",
"ColorTests.swift",
"ConeTests.swift",
"CubeTests.swift",
"CylinderTests.swift",
"GroupTests.swift",
"ImplicitSurfaceTests.swift",
"IntersectionTests.swift",
"LightTests.swift",
"MaterialTests.swift",
"MathTests.swift",
"MatrixTests.swift",
"ParametricSurfaceTests.swift",
"PatternTests.swift",
"PlaneTests.swift",
"PpmTests.swift",
"PrismTests.swift",
"RayTests.swift",
"ShapeTests.swift",
"SphereTests.swift",
"SuperellipsoidTests.swift",
"SurfaceOfRevolutionTests.swift",
"TorusTests.swift",
"TupleTests.swift",
"WorldTests.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "test"
},
{
"c99name" : "ScintillaLib",
"module_type" : "SwiftTarget",
"name" : "ScintillaLib",
"path" : "Sources/ScintillaLib",
"product_memberships" : [
"ScintillaLib",
"Wine",
"Vase",
"TestDie",
"TDOR",
"Superellipsoids",
"StarPrism",
"Rings",
"RainbowBall",
"QuickStart",
"Hourglass",
"HollowedSphere",
"HappyHalloween",
"FocalBlur",
"FishEye",
"DimlyLitScene",
"Die",
"DecoCube",
"CheckeredSphere",
"Cavatappi",
"Breather",
"Blob",
"BarthSextic",
"BallWithAreaLight"
],
"sources" : [
"AreaLight.swift",
"BlurEffect.swift",
"CSG.swift",
"Camera.swift",
"Canvas+ppm file generation.swift",
"Canvas.swift",
"Color.swift",
"ColorFunction.swift",
"ColorStrategy.swift",
"Computations.swift",
"Cone.swift",
"Container.swift",
"Cube.swift",
"Cylinder.swift",
"Double.swift",
"Group.swift",
"ImplicitSurface.swift",
"Intersection.swift",
"Jitter.swift",
"Light.swift",
"Marble.swift",
"Material.swift",
"Math.swift",
"Matrix.swift",
"Operation.swift",
"ParametricSurface.swift",
"Pattern.swift",
"PerlinNoise.swift",
"Plane.swift",
"PointLight.swift",
"Prism.swift",
"Ray.swift",
"ScintillaApp.swift",
"ScintillaView.swift",
"Shape.swift",
"ShapeBuilder.swift",
"SharedShapeProperties.swift",
"Sphere.swift",
"SpotLight.swift",
"Superellipsoid.swift",
"SurfaceOfRevolution.swift",
"Torus.swift",
"Tuple.swift",
"Uniform.swift",
"Wood.swift",
"World.swift",
"WorldBuilder.swift",
"WorldObject.swift",
"WorldObjectBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "Rings",
"module_type" : "SwiftTarget",
"name" : "Rings",
"path" : "Examples/Rings",
"product_memberships" : [
"Rings"
],
"sources" : [
"Rings.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "RainbowBall",
"module_type" : "SwiftTarget",
"name" : "RainbowBall",
"path" : "Examples/RainbowBall",
"product_memberships" : [
"RainbowBall"
],
"sources" : [
"RainbowBall.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "QuickStart",
"module_type" : "SwiftTarget",
"name" : "QuickStart",
"path" : "Examples/QuickStart",
"product_memberships" : [
"QuickStart"
],
"sources" : [
"QuickStart.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "Hourglass",
"module_type" : "SwiftTarget",
"name" : "Hourglass",
"path" : "Examples/Hourglass",
"product_memberships" : [
"Hourglass"
],
"sources" : [
"Hourglass.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "HollowedSphere",
"module_type" : "SwiftTarget",
"name" : "HollowedSphere",
"path" : "Examples/HollowedSphere",
"product_memberships" : [
"HollowedSphere"
],
"sources" : [
"HollowedSphere.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "HappyHalloween",
"module_type" : "SwiftTarget",
"name" : "HappyHalloween",
"path" : "Examples/HappyHalloween",
"product_memberships" : [
"HappyHalloween"
],
"sources" : [
"HappyHalloween.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "FocalBlur",
"module_type" : "SwiftTarget",
"name" : "FocalBlur",
"path" : "Examples/FocalBlur",
"product_memberships" : [
"FocalBlur"
],
"sources" : [
"FocalBlur.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "FishEye",
"module_type" : "SwiftTarget",
"name" : "FishEye",
"path" : "Examples/FishEye",
"product_memberships" : [
"FishEye"
],
"sources" : [
"FishEye.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "DimlyLitScene",
"module_type" : "SwiftTarget",
"name" : "DimlyLitScene",
"path" : "Examples/DimlyLitScene",
"product_memberships" : [
"DimlyLitScene"
],
"sources" : [
"DimlyLitScene.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "Die",
"module_type" : "SwiftTarget",
"name" : "Die",
"path" : "Examples/Die",
"product_memberships" : [
"Die"
],
"sources" : [
"Die.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "DecoCube",
"module_type" : "SwiftTarget",
"name" : "DecoCube",
"path" : "Examples/DecoCube",
"product_memberships" : [
"DecoCube"
],
"sources" : [
"DecoCube.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "CheckeredSphere",
"module_type" : "SwiftTarget",
"name" : "CheckeredSphere",
"path" : "Examples/CheckeredSphere",
"product_memberships" : [
"CheckeredSphere"
],
"sources" : [
"CheckeredSphere.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "Cavatappi",
"module_type" : "SwiftTarget",
"name" : "Cavatappi",
"path" : "Examples/Cavatappi",
"product_memberships" : [
"Cavatappi"
],
"sources" : [
"Cavatappi.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "Breather",
"module_type" : "SwiftTarget",
"name" : "Breather",
"path" : "Examples/Breather",
"product_memberships" : [
"Breather"
],
"sources" : [
"Breather.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "Blob",
"module_type" : "SwiftTarget",
"name" : "Blob",
"path" : "Examples/Blob",
"product_memberships" : [
"Blob"
],
"sources" : [
"Blob.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "BarthSextic",
"module_type" : "SwiftTarget",
"name" : "BarthSextic",
"path" : "Examples/BarthSextic",
"product_memberships" : [
"BarthSextic"
],
"sources" : [
"BarthSextic.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
},
{
"c99name" : "BallWithAreaLight",
"module_type" : "SwiftTarget",
"name" : "BallWithAreaLight",
"path" : "Examples/BallWithAreaLight",
"product_memberships" : [
"BallWithAreaLight"
],
"sources" : [
"BallWithAreaLight.swift"
],
"target_dependencies" : [
"ScintillaLib"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/95] Write sources
[24/95] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/139] Emitting module ScintillaLib
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[27/139] Compiling ScintillaLib AreaLight.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[28/139] Compiling ScintillaLib BlurEffect.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[29/139] Compiling ScintillaLib CSG.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[30/139] Compiling ScintillaLib Camera.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[31/139] Compiling ScintillaLib Canvas+ppm file generation.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[32/139] Compiling ScintillaLib Canvas.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[33/139] Compiling ScintillaLib Color.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[34/145] Compiling ScintillaLib Ray.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[35/145] Compiling ScintillaLib ScintillaApp.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[36/145] Compiling ScintillaLib ScintillaView.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[37/145] Compiling ScintillaLib Shape.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[38/145] Compiling ScintillaLib ShapeBuilder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[39/145] Compiling ScintillaLib SharedShapeProperties.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[40/145] Compiling ScintillaLib Uniform.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[41/145] Compiling ScintillaLib Wood.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[42/145] Compiling ScintillaLib World.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[43/145] Compiling ScintillaLib WorldBuilder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[44/145] Compiling ScintillaLib WorldObject.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[45/145] Compiling ScintillaLib WorldObjectBuilder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[46/145] Compiling ScintillaLib Sphere.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[47/145] Compiling ScintillaLib SpotLight.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[48/145] Compiling ScintillaLib Superellipsoid.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[49/145] Compiling ScintillaLib SurfaceOfRevolution.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[50/145] Compiling ScintillaLib Torus.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[51/145] Compiling ScintillaLib Tuple.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[52/145] Compiling ScintillaLib ParametricSurface.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[53/145] Compiling ScintillaLib Pattern.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[54/145] Compiling ScintillaLib PerlinNoise.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[55/145] Compiling ScintillaLib Plane.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[56/145] Compiling ScintillaLib PointLight.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[57/145] Compiling ScintillaLib Prism.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[58/145] Compiling ScintillaLib Cylinder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[59/145] Compiling ScintillaLib Double.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[60/145] Compiling ScintillaLib Group.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[61/145] Compiling ScintillaLib ImplicitSurface.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[62/145] Compiling ScintillaLib Intersection.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[63/145] Compiling ScintillaLib Jitter.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[64/145] Compiling ScintillaLib Light.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[65/145] Compiling ScintillaLib Marble.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[66/145] Compiling ScintillaLib Material.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[67/145] Compiling ScintillaLib Math.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[68/145] Compiling ScintillaLib Matrix.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[69/145] Compiling ScintillaLib Operation.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[70/145] Compiling ScintillaLib ColorFunction.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[71/145] Compiling ScintillaLib ColorStrategy.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[72/145] Compiling ScintillaLib Computations.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[73/145] Compiling ScintillaLib Cone.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[74/145] Compiling ScintillaLib Container.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[75/145] Compiling ScintillaLib Cube.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/71] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/115] Emitting module ScintillaLib
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[3/121] Compiling ScintillaLib ColorFunction.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[4/121] Compiling ScintillaLib ColorStrategy.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[5/121] Compiling ScintillaLib Computations.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[6/121] Compiling ScintillaLib Cone.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[7/121] Compiling ScintillaLib Container.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[8/121] Compiling ScintillaLib Cube.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[9/121] Compiling ScintillaLib AreaLight.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[10/121] Compiling ScintillaLib BlurEffect.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[11/121] Compiling ScintillaLib CSG.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[12/121] Compiling ScintillaLib Camera.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[13/121] Compiling ScintillaLib Canvas+ppm file generation.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[14/121] Compiling ScintillaLib Canvas.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[15/121] Compiling ScintillaLib Color.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[16/121] Compiling ScintillaLib Uniform.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[17/121] Compiling ScintillaLib Wood.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[18/121] Compiling ScintillaLib World.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[19/121] Compiling ScintillaLib WorldBuilder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[20/121] Compiling ScintillaLib WorldObject.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[21/121] Compiling ScintillaLib WorldObjectBuilder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[22/121] Compiling ScintillaLib Ray.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[23/121] Compiling ScintillaLib ScintillaApp.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[24/121] Compiling ScintillaLib ScintillaView.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[25/121] Compiling ScintillaLib Shape.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[26/121] Compiling ScintillaLib ShapeBuilder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[27/121] Compiling ScintillaLib SharedShapeProperties.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[28/121] Compiling ScintillaLib Cylinder.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[29/121] Compiling ScintillaLib Double.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[30/121] Compiling ScintillaLib Group.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[31/121] Compiling ScintillaLib ImplicitSurface.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[32/121] Compiling ScintillaLib Intersection.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[33/121] Compiling ScintillaLib Jitter.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[34/121] Compiling ScintillaLib ParametricSurface.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[35/121] Compiling ScintillaLib Pattern.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[36/121] Compiling ScintillaLib PerlinNoise.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[37/121] Compiling ScintillaLib Plane.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[38/121] Compiling ScintillaLib PointLight.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[39/121] Compiling ScintillaLib Prism.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[40/121] Compiling ScintillaLib Sphere.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[41/121] Compiling ScintillaLib SpotLight.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[42/121] Compiling ScintillaLib Superellipsoid.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[43/121] Compiling ScintillaLib SurfaceOfRevolution.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[44/121] Compiling ScintillaLib Torus.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[45/121] Compiling ScintillaLib Tuple.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[46/121] Compiling ScintillaLib Light.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[47/121] Compiling ScintillaLib Marble.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[48/121] Compiling ScintillaLib Material.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[49/121] Compiling ScintillaLib Math.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[50/121] Compiling ScintillaLib Matrix.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
[51/121] Compiling ScintillaLib Operation.swift
/host/spi-builder-workspace/Sources/ScintillaLib/Canvas+ppm file generation.swift:9:8: error: no such module 'Cocoa'
7 |
8 | import Foundation
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 |
11 | let MAX_PPM_LINE_WIDTH = 70
BUILD FAILURE 6.1 wasm