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 FontVertexBuilder, reference main (2798d9), with Swift 6.1 for Wasm on 29 May 2025 15:45:12 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.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/FontVertexBuilder.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/yukiny0811/FontVertexBuilder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2798d9d fix dependency
Cloned https://github.com/yukiny0811/FontVertexBuilder.git
Revision (git rev-parse @):
2798d9d32937ad22c1e776320a0ddd3db19fde13
SUCCESS checkout https://github.com/yukiny0811/FontVertexBuilder.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yukiny0811/FontVertexBuilder.git
https://github.com/yukiny0811/FontVertexBuilder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftycoretext",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/SwiftyCoreText"
    },
    {
      "identity" : "simplesimdswift",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/SimpleSimdSwift"
    },
    {
      "identity" : "svgpath",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yukiny0811/SVGPath"
    }
  ],
  "manifest_display_name" : "FontVertexBuilder",
  "name" : "FontVertexBuilder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FontVertexBuilder",
      "targets" : [
        "FontVertexBuilder",
        "SVGVertexBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iShapeTriangulation",
      "module_type" : "SwiftTarget",
      "name" : "iShapeTriangulation",
      "path" : "Sources/iShapeTriangulation",
      "product_dependencies" : [
        "SimpleSimdSwift"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Triangulation/Error/CentroidNetError.swift",
        "Triangulation/Error/DelaunayError.swift",
        "Triangulation/Error/TessellationError.swift",
        "Triangulation/Error/TriangulationError.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Centroid.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Polygon.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Tesselation.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay+Triangle.swift",
        "Triangulation/PlainShape/Delaunay/Delaunay.swift",
        "Triangulation/PlainShape/Delaunay/IndexBuffer.swift",
        "Triangulation/PlainShape/Delaunay/PlainShape+Delaunay.swift",
        "Triangulation/PlainShape/Delaunay/PlainShape+SliceBuffer.swift",
        "Triangulation/PlainShape/PlainShape+Layout.swift",
        "Triangulation/PlainShape/PlainShape+Modification.swift",
        "Triangulation/PlainShape/PlainShape+ShapeNavigator.swift",
        "Triangulation/PlainShape/PlainShape+Triangulation.swift",
        "Triangulation/Triangulator.swift",
        "Triangulation/Util/IntPoint+Monotone.swift",
        "Triangulation/Util/IntTriangle.swift"
      ],
      "target_dependencies" : [
        "iGeometry"
      ],
      "type" : "library"
    },
    {
      "c99name" : "iGeometry",
      "module_type" : "SwiftTarget",
      "name" : "iGeometry",
      "path" : "Sources/iGeometry",
      "product_dependencies" : [
        "SimpleSimdSwift"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Collection/Int+Empty.swift",
        "Collection/PathList.swift",
        "Collection/RingSet.swift",
        "Extension/PlainShape+Validation.swift",
        "Geom/Circle.swift",
        "Geom/IntPoint+Geom.swift",
        "Geom/Rect.swift",
        "Geom/Triangle.swift",
        "IntGeom/DBPoint.swift",
        "IntGeom/IntGeom.swift",
        "IntGeom/IntPoint.swift",
        "Shape/IntPoint+Array.swift",
        "Shape/IntShape.swift",
        "Shape/PlainShape+Initializers.swift",
        "Shape/PlainShape.swift",
        "Shape/PlainShapeList.swift",
        "Shape/Shape.swift",
        "Shape/Vertex.swift",
        "Simplify/Simplificator+Angle.swift",
        "Simplify/Simplificator+Area.swift",
        "Simplify/Simplificator+Linear.swift",
        "Simplify/Simplificator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SVGVertexBuilder",
      "module_type" : "SwiftTarget",
      "name" : "SVGVertexBuilder",
      "path" : "Sources/SVGVertexBuilder",
      "product_dependencies" : [
        "SimpleSimdSwift",
        "SVGPath"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Extensions/SVGPathAlias.swift",
        "SVG.swift",
        "SVGUtils/SVGUtil+HelperFunctions.swift",
        "SVGUtils/SVGUtil+MainFunctions.swift",
        "SVGUtils/SVGUtil.swift"
      ],
      "target_dependencies" : [
        "iShapeTriangulation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FontVertexBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "FontVertexBuilderTests",
      "path" : "Tests/FontVertexBuilderTests",
      "sources" : [
        "FontVertexBuilderTests.swift"
      ],
      "target_dependencies" : [
        "FontVertexBuilder",
        "SVGVertexBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FontVertexBuilder",
      "module_type" : "SwiftTarget",
      "name" : "FontVertexBuilder",
      "path" : "Sources/FontVertexBuilder",
      "product_dependencies" : [
        "SwiftyCoreText",
        "SimpleSimdSwift"
      ],
      "product_memberships" : [
        "FontVertexBuilder"
      ],
      "sources" : [
        "Extensions/GlyphAlias.swift",
        "GlyphUtils/GlyphUtil+HelperFunctions.swift",
        "GlyphUtils/GlyphUtil+MainFunctions.swift",
        "GlyphUtils/GlyphUtil.swift",
        "PathText.swift"
      ],
      "target_dependencies" : [
        "iShapeTriangulation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/SimpleSimdSwift
Fetching https://github.com/yukiny0811/SVGPath
Fetching https://github.com/yukiny0811/SwiftyCoreText
[1/173] Fetching svgpath
[171/224] Fetching svgpath, swiftycoretext
[204/275] Fetching svgpath, swiftycoretext, simplesimdswift
Fetched https://github.com/yukiny0811/SVGPath from cache (0.31s)
Fetched https://github.com/yukiny0811/SwiftyCoreText from cache (0.32s)
Fetched https://github.com/yukiny0811/SimpleSimdSwift from cache (0.33s)
Computing version for https://github.com/yukiny0811/SVGPath
Computed https://github.com/yukiny0811/SVGPath at 1.0.0 (3.74s)
Computing version for https://github.com/yukiny0811/SimpleSimdSwift
Computed https://github.com/yukiny0811/SimpleSimdSwift at 1.0.1 (1.10s)
Computing version for https://github.com/yukiny0811/SwiftyCoreText
Computed https://github.com/yukiny0811/SwiftyCoreText at 1.0.0 (1.01s)
Creating working copy for https://github.com/yukiny0811/SimpleSimdSwift
Working copy of https://github.com/yukiny0811/SimpleSimdSwift resolved at 1.0.1
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/iShapeTriangulation/iShapeTriangulation_LICENSE
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/iGeometry/iGeometry_LICENSE
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/31] 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
[10/31] 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
[11/31] 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
[12/31] 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
[13/31] 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
[14/31] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/31] 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
[16/31] Compiling SVGPath SVGPath+CoreGraphics.swift
[17/31] Emitting module SVGPath
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/iShapeTriangulation/iShapeTriangulation_LICENSE
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/iGeometry/iGeometry_LICENSE
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/24] 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
[3/24] 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
[4/24] 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
[5/24] 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
[6/24] 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
[7/24] 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
[8/24] 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
[9/24] Compiling SVGPath SVGPath+CoreGraphics.swift
[10/24] Emitting module SVGPath
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/24] Emitting module SwiftyCoreText
/host/spi-builder-workspace/.build/checkouts/SwiftyCoreText/Sources/SwiftyCoreText/EXPORTER.swift:8:19: error: no such module 'CoreText'
6 | //
7 |
8 | @_exported import CoreText
  |                   `- error: no such module 'CoreText'
9 |
BUILD FAILURE 6.1 wasm