The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftyCreatives, reference v2.3.2 (0604a1), with Swift 6.1 for Wasm on 29 May 2025 16:40:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/swifty-creatives.git
Reference: v2.3.2
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/yukiny0811/swifty-creatives
 * tag               v2.3.2     -> FETCH_HEAD
HEAD is now at 0604a16 Merge pull request #143 from yukiny0811/patch-3
Cloned https://github.com/yukiny0811/swifty-creatives.git
Revision (git rev-parse @):
0604a1673d88c8111a2f571e99b4d3e5797f1974
SUCCESS checkout https://github.com/yukiny0811/swifty-creatives.git at v2.3.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yukiny0811/swifty-creatives.git
https://github.com/yukiny0811/swifty-creatives.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.17.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "simplesimdswift",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/SimpleSimdSwift"
    },
    {
      "identity" : "fontvertexbuilder",
      "requirement" : {
        "exact" : [
          "1.2.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/FontVertexBuilder"
    },
    {
      "identity" : "easymetalshader",
      "requirement" : {
        "exact" : [
          "3.2.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/EasyMetalShader.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "510.0.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftyCreatives",
  "name" : "SwiftyCreatives",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyCreatives",
      "targets" : [
        "SwiftyCreatives"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyCreativesMacro",
      "targets" : [
        "SwiftyCreativesMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyCreativesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCreativesTests",
      "path" : "Tests/SwiftyCreativesTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftyCreativesTests/Resources/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftyCreativesTests/Resources/SampleObject.mtl",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftyCreativesTests/Resources/SampleObject.obj",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftyCreativesTests/Resources/SampleObjectWithTexture.mtl",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftyCreativesTests/Resources/SampleObjectWithTexture.obj",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftyCreativesTests/Resources/sampleSvg.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "SnapshotTests/Functions/BoldLineTests.swift",
        "SnapshotTests/Functions/BoxTests.swift",
        "SnapshotTests/Functions/CircleTests.swift",
        "SnapshotTests/Functions/ColorTests.swift",
        "SnapshotTests/Functions/FogTests.swift",
        "SnapshotTests/Functions/HitTestableBoxTests.swift",
        "SnapshotTests/Functions/HitTestableImgTests.swift",
        "SnapshotTests/Functions/ImgTests.swift",
        "SnapshotTests/Functions/LineTests.swift",
        "SnapshotTests/Functions/MeshTests.swift",
        "SnapshotTests/Functions/ModelTests.swift",
        "SnapshotTests/Functions/PushPopTests.swift",
        "SnapshotTests/Functions/RectTests.swift",
        "SnapshotTests/Functions/SVGTests.swift",
        "SnapshotTests/Functions/SketchForTest.swift",
        "SnapshotTests/Functions/TextTests.swift",
        "SnapshotTests/Functions/TriangleTests.swift",
        "SnapshotTests/Renderers/AddRendererTests.swift",
        "SnapshotTests/Renderers/NormalRendererTests.swift",
        "SnapshotTests/Renderers/TransparentRendererTests.swift",
        "SnapshotTests/SnapshotTestUtil.swift"
      ],
      "target_dependencies" : [
        "SwiftyCreatives"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyCreativesSound",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCreativesSound",
      "path" : "Sources/SwiftyCreativesSound",
      "product_memberships" : [
        "SwiftyCreatives"
      ],
      "sources" : [
        "AudioCapturer.swift",
        "DetailedAudioCapturer.swift",
        "FFT/FFTBandCalculationMethod.swift",
        "FFT/FFTNoiseExtractionMethod.swift",
        "FFT/FFTResultComponent.swift",
        "FFT/TempiFFT.swift",
        "FFT/TempiFFTWindowType.swift",
        "FFTVisualizer.swift",
        "FastAudioCapturer.swift",
        "Utils/NoiseExtractor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyCreativesMacro",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCreativesMacro",
      "path" : "Sources/SwiftyCreativesMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftyCreatives",
        "SwiftyCreativesMacro"
      ],
      "sources" : [
        "SketchObject/SketchObject.swift",
        "SwiftyCreativesMacroPlugin.swift",
        "Utils/String+Error.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftyCreatives",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyCreatives",
      "path" : "Sources/SwiftyCreatives",
      "product_dependencies" : [
        "SimpleSimdSwift",
        "FontVertexBuilder",
        "EasyMetalShader"
      ],
      "product_memberships" : [
        "SwiftyCreatives"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyCreatives/Resources/Shaders/AddShader.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyCreatives/Resources/Shaders/Functions.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyCreatives/Resources/Shaders/NormalShader.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyCreatives/Resources/Shaders/SharedIndices.h",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyCreatives/Resources/Shaders/TransparentShader.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyCreatives/Resources/Shaders/TransparentShaderVision.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyCreatives/Resources/Shaders/Types.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Camera/Config/CameraConfig.swift",
        "Camera/Config/DefaultOrthographicConfig.swift",
        "Camera/Config/DefaultPerspectiveConfig.swift",
        "Camera/EasyCameraType.swift",
        "Camera/MainCamera.swift",
        "DrawUtils/Config/DefaultDrawConfig.swift",
        "DrawUtils/Config/DrawConfig.swift",
        "Extensions/Bool+.swift",
        "Extensions/CGPoint+.swift",
        "Extensions/CGSize+.swift",
        "Extensions/Comparable+.swift",
        "Extensions/Float+.swift",
        "Extensions/MTLCommandBuffer+.swift",
        "Extensions/MTLTexture+.swift",
        "Extensions/Numeric+.swift",
        "Extensions/UIView+.swift",
        "GeometryPresets/Box.swift",
        "Macros/SketchObject.swift",
        "Macros/SketchObjectHasDraw.swift",
        "PostProcess/Presets/BloomPostProcessor.swift",
        "PostProcess/Presets/CornerRadiusPostProcessor.swift",
        "Primitives/Basics/Img.swift",
        "Primitives/Basics/ModelObject.swift",
        "Primitives/Basics/SVGObj.swift",
        "Primitives/HitTestables/HitTestableBox.swift",
        "Primitives/HitTestables/HitTestableImg.swift",
        "Primitives/HitTestables/HitTestableRect.swift",
        "Primitives/HitTestables/UIViewObject.swift",
        "Primitives/PrimitiveUtils/Abstract/HitTestablePrimitive.swift",
        "Primitives/PrimitiveUtils/Abstract/ImageAdjustOption.swift",
        "Primitives/PrimitiveUtils/Abstract/ImageAdjuster.swift",
        "Primitives/PrimitiveUtils/Abstract/ImageLoadable.swift",
        "Primitives/PrimitiveUtils/Abstract/RectanglePlanePrimitive.swift",
        "Primitives/PrimitiveUtils/Abstract/ScaleSettable.swift",
        "Primitives/PrimitiveUtils/Info/BoxInfo.swift",
        "Primitives/PrimitiveUtils/Info/CircleInfo.swift",
        "Primitives/PrimitiveUtils/Info/ModelObjectInfo.swift",
        "Primitives/PrimitiveUtils/Info/PrimitiveInfo.swift",
        "Primitives/PrimitiveUtils/Info/RectShapeInfo.swift",
        "Primitives/PrimitiveUtils/Info/TriangleInfo.swift",
        "Primitives/PrimitiveUtils/Primitive.swift",
        "Primitives/Texts/Factory/RawTextFactory.swift",
        "Primitives/Texts/Factory/TextFactory.swift",
        "Primitives/Texts/LetterCache.swift",
        "Primitives/Texts/Text/Text2D.swift",
        "Primitives/Texts/Text/Text3D.swift",
        "Primitives/Texts/Text/Text3DRaw.swift",
        "Primitives/Texts/Text/TextBufferCreationError.swift",
        "PropertyWrappers/SCAnimatable.swift",
        "Renderers/AddRenderer.swift",
        "Renderers/Base/RendererBase+Functions.swift",
        "Renderers/Base/RendererBase+StaticFunctions.swift",
        "Renderers/Base/RendererBase.swift",
        "Renderers/NormalBlendRenderer.swift",
        "Renderers/TransparentRenderer.swift",
        "Renderers/visionOS/AddBlendRendererVision.swift",
        "Renderers/visionOS/NormalBlendRendererVision.swift",
        "Renderers/visionOS/TransparentRendererVision.swift",
        "Renderers/visionOS/visionOSSettings.swift",
        "ShaderUtils/ShaderCore.swift",
        "Sketch/FunctionBase/FunctionBase+BoldLine.swift",
        "Sketch/FunctionBase/FunctionBase+Box.swift",
        "Sketch/FunctionBase/FunctionBase+Circle.swift",
        "Sketch/FunctionBase/FunctionBase+Color.swift",
        "Sketch/FunctionBase/FunctionBase+Fog.swift",
        "Sketch/FunctionBase/FunctionBase+HitTestableBox.swift",
        "Sketch/FunctionBase/FunctionBase+HitTestableImg.swift",
        "Sketch/FunctionBase/FunctionBase+Img.swift",
        "Sketch/FunctionBase/FunctionBase+Line.swift",
        "Sketch/FunctionBase/FunctionBase+Mesh.swift",
        "Sketch/FunctionBase/FunctionBase+ModelObject.swift",
        "Sketch/FunctionBase/FunctionBase+PushPop.swift",
        "Sketch/FunctionBase/FunctionBase+Rect.swift",
        "Sketch/FunctionBase/FunctionBase+Rotate.swift",
        "Sketch/FunctionBase/FunctionBase+SVG.swift",
        "Sketch/FunctionBase/FunctionBase+Scale.swift",
        "Sketch/FunctionBase/FunctionBase+Text.swift",
        "Sketch/FunctionBase/FunctionBase+Translate.swift",
        "Sketch/FunctionBase/FunctionBase+Triangle.swift",
        "Sketch/FunctionBase/FunctionBase.swift",
        "Sketch/SCPacket.swift",
        "Sketch/Sketch.swift",
        "Sketch/SketchFunctions/Sketch+UtilFunctions.swift",
        "Utils/Alias.swift",
        "Utils/AssetUtil.swift",
        "Utils/BlendMode.swift",
        "Utils/DefaultBuffers.swift",
        "Utils/EXPORTER.swift",
        "Utils/MathUtil.swift",
        "Utils/SharedIndices.swift",
        "Views/KitSketchView.swift",
        "Views/SketchView.swift",
        "Views/TouchableMTKView/TouchableMTKView+Configure.swift",
        "Views/TouchableMTKView/TouchableMTKView+Deinitializer.swift",
        "Views/TouchableMTKView/TouchableMTKView+Initializer.swift",
        "Views/TouchableMTKView/TouchableMTKView+Utils.swift",
        "Views/TouchableMTKView/TouchableMTKView.swift"
      ],
      "target_dependencies" : [
        "SwiftyCreativesSound",
        "SwiftyCreativesMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/yukiny0811/EasyMetalShader.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/yukiny0811/FontVertexBuilder
Fetching https://github.com/yukiny0811/SimpleSimdSwift
[1/190] Fetching fontvertexbuilder
[57/1145] Fetching fontvertexbuilder, easymetalshader
[1146/1196] Fetching fontvertexbuilder, easymetalshader, simplesimdswift
[1197/14385] Fetching fontvertexbuilder, easymetalshader, simplesimdswift, swift-snapshot-testing
[3308/84837] Fetching fontvertexbuilder, easymetalshader, simplesimdswift, swift-snapshot-testing, swift-syntax
Fetched https://github.com/yukiny0811/FontVertexBuilder from cache (2.44s)
[69853/84647] Fetching easymetalshader, simplesimdswift, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.54s)
[58777/71458] Fetching easymetalshader, simplesimdswift, swift-syntax
Fetched https://github.com/yukiny0811/SimpleSimdSwift from cache (8.34s)
Fetched https://github.com/yukiny0811/EasyMetalShader.git from cache (8.34s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.40s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (11.97s)
Computing version for https://github.com/yukiny0811/EasyMetalShader.git
Computed https://github.com/yukiny0811/EasyMetalShader.git at 3.2.1 (0.77s)
Computing version for https://github.com/yukiny0811/FontVertexBuilder
Computed https://github.com/yukiny0811/FontVertexBuilder at 1.2.5 (0.63s)
Fetching https://github.com/yukiny0811/SVGPath
Fetching https://github.com/yukiny0811/SwiftyCoreText
[1/51] Fetching swiftycoretext
[52/224] Fetching swiftycoretext, svgpath
Fetched https://github.com/yukiny0811/SwiftyCoreText from cache (0.25s)
Fetched https://github.com/yukiny0811/SVGPath from cache (0.25s)
Computing version for https://github.com/yukiny0811/SimpleSimdSwift
Computed https://github.com/yukiny0811/SimpleSimdSwift at 1.0.1 (1.24s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.4 (1.12s)
Computing version for https://github.com/yukiny0811/SVGPath
Computed https://github.com/yukiny0811/SVGPath at 1.0.0 (0.57s)
Computing version for https://github.com/yukiny0811/SwiftyCoreText
Computed https://github.com/yukiny0811/SwiftyCoreText at 1.0.0 (0.95s)
Creating working copy for https://github.com/yukiny0811/SwiftyCoreText
Working copy of https://github.com/yukiny0811/SwiftyCoreText resolved at 1.0.0
Creating working copy for https://github.com/yukiny0811/SVGPath
Working copy of https://github.com/yukiny0811/SVGPath resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
Creating working copy for https://github.com/yukiny0811/EasyMetalShader.git
Working copy of https://github.com/yukiny0811/EasyMetalShader.git resolved at 3.2.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.17.4
Creating working copy for https://github.com/yukiny0811/FontVertexBuilder
Working copy of https://github.com/yukiny0811/FontVertexBuilder resolved at 1.2.5
Creating working copy for https://github.com/yukiny0811/SimpleSimdSwift
Working copy of https://github.com/yukiny0811/SimpleSimdSwift resolved at 1.0.1
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'fontvertexbuilder': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/FontVertexBuilder/Sources/iShapeTriangulation/iShapeTriangulation_LICENSE
warning: 'fontvertexbuilder': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/FontVertexBuilder/Sources/iGeometry/iGeometry_LICENSE
Building for debugging...
[0/52] Write sources
[23/52] Copying Types.metal
[23/52] Copying TransparentShaderVision.metal
[24/52] Copying TransparentShader.metal
[24/52] Copying SharedIndices.h
[27/52] Write sources
[27/52] Copying Functions.metal
[29/52] Copying AddShader.metal
[31/52] Copying NormalShader.metal
[32/52] Write swift-version-24593BA9C3E375BF.txt
[34/89] Compiling SwiftyCreativesSound TempiFFT.swift
/host/spi-builder-workspace/Sources/SwiftyCreativesSound/DetailedAudioCapturer.swift:8:8: error: no such module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    |        `- error: no such module 'AVFoundation'
  9 | import Accelerate
 10 |
[35/89] Compiling SimpleSimdSwift Simd+RandomPoint.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/90] Emitting module SimpleSimdSwift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[37/90] Compiling SimpleSimdSwift Alias.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[38/90] Emitting module SVGPath
[39/90] Compiling SVGPath SVGPath+CoreGraphics.swift
[40/90] Emitting module SwiftSyntax510
[41/90] Compiling SwiftSyntax510 Empty.swift
[42/91] Compiling SwiftyCreativesSound FastAudioCapturer.swift
/host/spi-builder-workspace/Sources/SwiftyCreativesSound/DetailedAudioCapturer.swift:8:8: error: no such module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    |        `- error: no such module 'AVFoundation'
  9 | import Accelerate
 10 |
[43/91] Compiling SwiftyCreativesSound NoiseExtractor.swift
/host/spi-builder-workspace/Sources/SwiftyCreativesSound/DetailedAudioCapturer.swift:8:8: error: no such module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    |        `- error: no such module 'AVFoundation'
  9 | import Accelerate
 10 |
[44/91] Compiling SimpleSimdSwift Simd+MemorySize.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[45/91] Compiling SimpleSimdSwift Simd+3DTransform.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[46/91] Compiling SimpleSimdSwift EXPORTER.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[47/91] Compiling SimpleSimdSwift CastShortcuts.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[49/91] Compiling SwiftyCreativesSound FFTBandCalculationMethod.swift
/host/spi-builder-workspace/Sources/SwiftyCreativesSound/DetailedAudioCapturer.swift:8:8: error: no such module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    |        `- error: no such module 'AVFoundation'
  9 | import Accelerate
 10 |
[50/91] Compiling SwiftyCreativesSound FFTNoiseExtractionMethod.swift
/host/spi-builder-workspace/Sources/SwiftyCreativesSound/DetailedAudioCapturer.swift:8:8: error: no such module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    |        `- error: no such module 'AVFoundation'
  9 | import Accelerate
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/91] Emitting module SwiftSyntax509
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': found 41 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoxIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testText3DIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testColorIsWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testModelIsDrawedWithTexture.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoxColorWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoxRotationWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testTextFactoryIsWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoldLineWithVertexColor.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Renderers/__Snapshots__/TransparentRendererTests/testTransparentRendering.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SVGTests/testSVGIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testLineIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testHitTestableImgIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testModelIsDrawedWithCustomTexture.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testText2DIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testMeshIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testImgIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Renderers/__Snapshots__/NormalRendererTests/testNormalRendering.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoldLineIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoldLineColorWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testTriangleIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testLineColorWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testPushPopWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testHitTestableBoxIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testCircleIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoxVariations.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testFogIsWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testTriangleColorWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Renderers/__Snapshots__/AddRendererTests/testAddRendering.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testTexturedMeshIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testCircleColorWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testText3DRawIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testBoldLineVariations.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testModelIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testRectPosWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testRectColorWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testNestedPushPopWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testCircleParameterWorking.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testMeshWithVertexColor.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testText2DGradient.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testRectIsDrawed.1.png
    /host/spi-builder-workspace/Tests/SwiftyCreativesTests/SnapshotTests/Functions/__Snapshots__/SketchForTest/testTrianglePosWorking.1.png
warning: 'fontvertexbuilder': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/FontVertexBuilder/Sources/iShapeTriangulation/iShapeTriangulation_LICENSE
warning: 'fontvertexbuilder': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/FontVertexBuilder/Sources/iGeometry/iGeometry_LICENSE
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-24593BA9C3E375BF.txt
[2/57] Emitting module SwiftSyntax510
[3/57] Compiling SwiftSyntax510 Empty.swift
[4/58] Compiling SVGPath SVGPath+CoreGraphics.swift
[5/58] Emitting module SwiftSyntax509
[6/58] Compiling SwiftSyntax509 Empty.swift
[8/59] Compiling SwiftyCreativesSound FastAudioCapturer.swift
/host/spi-builder-workspace/Sources/SwiftyCreativesSound/DetailedAudioCapturer.swift:8:8: error: no such module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    |        `- error: no such module 'AVFoundation'
  9 | import Accelerate
 10 |
[9/60] Compiling SwiftyCreativesSound TempiFFTWindowType.swift
/host/spi-builder-workspace/Sources/SwiftyCreativesSound/DetailedAudioCapturer.swift:8:8: error: no such module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    |        `- error: no such module 'AVFoundation'
  9 | import Accelerate
 10 |
[10/60] Compiling SimpleSimdSwift Simd+RandomPoint.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/60] Emitting module SimpleSimdSwift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[12/60] Compiling SimpleSimdSwift Alias.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[13/60] Compiling SimpleSimdSwift Simd+3DTransform.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[14/60] Compiling SimpleSimdSwift Simd+MemorySize.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[15/60] Compiling SimpleSimdSwift EXPORTER.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[16/60] Compiling SimpleSimdSwift CastShortcuts.swift
/host/spi-builder-workspace/.build/checkouts/SimpleSimdSwift/Sources/SimpleSimdSwift/Alias.swift:8:8: error: no such module 'simd'
 6 | //
 7 |
 8 | import simd
   |        `- error: no such module 'simd'
 9 |
10 | public typealias f2 = simd_float2
[18/60] Emitting module SVGPath
[18/60] Wrapping AST for SwiftSyntax510 for debugging
BUILD FAILURE 6.1 wasm