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 MicroExpress, reference 0.5.4 (08760d), with Swift 6.1 for Wasm on 28 May 2025 09:07:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/NozeIO/MicroExpress.git
Reference: 0.5.4
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/NozeIO/MicroExpress
 * tag               0.5.4      -> FETCH_HEAD
HEAD is now at 08760d0 Update README.md
Cloned https://github.com/NozeIO/MicroExpress.git
Revision (git rev-parse @):
08760d00f09f1cc17334290d97fdfc4bf04ea5a8
SUCCESS checkout https://github.com/NozeIO/MicroExpress.git at 0.5.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NozeIO/MicroExpress.git
https://github.com/NozeIO/MicroExpress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.9",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/mustache.git"
    }
  ],
  "manifest_display_name" : "MicroExpress",
  "name" : "MicroExpress",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MicroExpress",
      "targets" : [
        "MicroExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MicroExpress",
      "module_type" : "SwiftTarget",
      "name" : "MicroExpress",
      "path" : "Sources/MicroExpress",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "mustache"
      ],
      "product_memberships" : [
        "MicroExpress"
      ],
      "sources" : [
        "CORS.swift",
        "Express.swift",
        "FS.swift",
        "IncomingMessage.swift",
        "Middleware.swift",
        "QueryString.swift",
        "Router.swift",
        "ServerResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/AlwaysRightInstitute/mustache.git
Fetching https://github.com/apple/swift-nio.git
[1/559] Fetching mustache
[560/76614] Fetching mustache, swift-nio
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (4.20s)
Fetched https://github.com/apple/swift-nio.git from cache (4.28s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 0.5.9 (5.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.50s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
[4890/22692] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.19s)
Fetched https://github.com/apple/swift-system.git from cache (1.19s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 0.5.9
Building for debugging...
[0/26] Write sources
[12/26] Compiling CNIOWindows shim.c
[13/26] Compiling CNIOLinux shim.c
[14/26] Compiling CNIOLinux liburing_shims.c
[14/26] Compiling CNIOWindows WSAStartup.c
[14/26] Compiling _AtomicsShims.c
[17/26] Compiling CNIOWASI CNIOWASI.c
[18/26] Write sources
[19/26] Compiling CNIODarwin shim.c
[20/26] Compiling CNIOLLHTTP c_nio_http.c
[21/26] Compiling CNIOLLHTTP c_nio_api.c
[22/26] Write swift-version-24593BA9C3E375BF.txt
[24/73] Emitting module _NIODataStructures
[25/73] Emitting module InternalCollectionsUtilities
[25/74] Compiling c-atomics.c
[26/74] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/74] Compiling Atomics UnsafeAtomic.swift
[29/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/76] Compiling c-nioatomics.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/76] Emitting module mustache
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[33/76] Compiling mustache HTMLEscape.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[34/76] Compiling _NIODataStructures PriorityQueue.swift
[35/76] Compiling _NIODataStructures _TinyArray.swift
[36/76] Compiling mustache MustacheNode.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[37/76] Compiling Atomics IntegerConformances.swift
[38/76] Compiling Atomics PointerConformances.swift
[39/76] Compiling mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[40/76] Compiling Atomics AtomicReference.swift
[41/76] Compiling Atomics AtomicStorage.swift
[42/76] Compiling Atomics AtomicValue.swift
[43/76] Compiling Atomics Primitives.shims.swift
[44/76] Compiling Atomics AtomicInteger.swift
[45/76] Compiling Atomics AtomicOptionalWrappable.swift
[46/76] Compiling Atomics AtomicMemoryOrderings.swift
[47/76] Compiling Atomics DoubleWord.swift
[48/76] Compiling Atomics ManagedAtomic.swift
[49/76] Compiling Atomics ManagedAtomicLazyReference.swift
[50/76] Compiling Atomics OptionalRawRepresentable.swift
[51/76] Compiling Atomics RawRepresentable.swift
[52/76] Compiling Atomics AtomicBool.swift
[55/76] Compiling Atomics Primitives.native.swift
[58/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/77] Compiling _NIOBase64 Base64.swift
[68/77] Emitting module _NIOBase64
[69/77] Emitting module Atomics
[72/84] Compiling Atomics IntegerOperations.swift
[73/84] Compiling Atomics Unmanaged extensions.swift
[74/85] Compiling _NIODataStructures Heap.swift
[75/86] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/86] Compiling NIOConcurrencyHelpers lock.swift
[79/86] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/101] Compiling DequeModule _DequeBuffer.swift
[81/101] Compiling DequeModule _DequeBufferHeader.swift
[82/103] Compiling DequeModule Deque+CustomReflectable.swift
[83/103] Compiling DequeModule Deque+Descriptions.swift
[84/103] Emitting module NIOConcurrencyHelpers
[85/103] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/103] Compiling mustache Mustacheable.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[87/103] Compiling mustache MustacheParser.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[88/103] Compiling mustache SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[89/103] Compiling mustache Helpers.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/54] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/55] Compiling NIOConcurrencyHelpers NIOLock.swift
[4/55] Compiling mustache Mustacheable.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[5/55] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[6/55] Compiling mustache HTMLEscape.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[7/55] Compiling mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/55] Emitting module mustache
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[9/55] Compiling Atomics AtomicOptionalWrappable.swift
[10/55] Compiling Atomics AtomicReference.swift
[11/55] Compiling Atomics AtomicStorage.swift
[12/55] Compiling Atomics AtomicValue.swift
[13/55] Compiling mustache Helpers.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[14/55] Compiling mustache MustacheNode.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[15/55] Compiling mustache SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[16/55] Compiling NIOConcurrencyHelpers lock.swift
[17/55] Compiling Atomics ManagedAtomic.swift
[18/55] Compiling Atomics ManagedAtomicLazyReference.swift
[19/55] Compiling Atomics UnsafeAtomic.swift
[20/55] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/57] Compiling mustache MustacheParser.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 |   import func Glibc.memcpy
214 | #else
215 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
216 | #endif
217 |
[22/57] Compiling Atomics AtomicMemoryOrderings.swift
[23/57] Compiling Atomics DoubleWord.swift
[24/57] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/57] Emitting module _NIODataStructures
[26/57] Compiling _NIODataStructures Heap.swift
[30/57] Compiling Atomics Primitives.shims.swift
[31/57] Compiling Atomics AtomicInteger.swift
[33/57] Emitting module NIOConcurrencyHelpers
[34/57] Compiling _NIODataStructures _TinyArray.swift
[35/57] Compiling _NIODataStructures PriorityQueue.swift
[36/57] Compiling _NIOBase64 Base64.swift
[37/57] Emitting module _NIOBase64
BUILD FAILURE 6.1 wasm