Build Information
Failed to build NozeIO, reference master (983ced
), with Swift 6.1 for Wasm on 28 May 2025 03:02:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Noze.io.git
Reference: master
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/Noze.io
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 983cedf Update README.md
Cloned https://github.com/NozeIO/Noze.io.git
Revision (git rev-parse @):
983cedfbe97cd592c4a2f59c69604bb1433895b3
SUCCESS checkout https://github.com/NozeIO/Noze.io.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/Noze.io.git
https://github.com/NozeIO/Noze.io.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "NozeIO",
"name" : "NozeIO",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Freddy",
"targets" : [
"Freddy"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CryptoSwift",
"targets" : [
"CryptoSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "http_parser",
"targets" : [
"http_parser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "base64",
"targets" : [
"base64"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "mustache",
"targets" : [
"mustache"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "xsys",
"targets" : [
"xsys"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "core",
"targets" : [
"core"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "leftpad",
"targets" : [
"leftpad"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "events",
"targets" : [
"events"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "streams",
"targets" : [
"streams"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "json",
"targets" : [
"json"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "fs",
"targets" : [
"fs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "crypto",
"targets" : [
"crypto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dns",
"targets" : [
"dns"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "net",
"targets" : [
"net"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dgram",
"targets" : [
"dgram"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "process",
"targets" : [
"process"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "console",
"targets" : [
"console"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "http",
"targets" : [
"http"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "child_process",
"targets" : [
"child_process"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "connect",
"targets" : [
"connect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "express",
"targets" : [
"express"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "redis",
"targets" : [
"redis"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "cows",
"targets" : [
"cows"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xsys",
"module_type" : "SwiftTarget",
"name" : "xsys",
"path" : "Sources/xsys",
"product_memberships" : [
"xsys",
"core",
"leftpad",
"events",
"streams",
"json",
"fs",
"crypto",
"dns",
"net",
"dgram",
"process",
"console",
"http",
"child_process",
"connect",
"express",
"redis",
"cows"
],
"sources" : [
"Module.swift",
"POSIXError.swift",
"SocketAddress.swift",
"UUID.swift",
"dylib.swift",
"fd.swift",
"ioctl.swift",
"misc.swift",
"ntohs.swift",
"sockaddr_any.swift",
"socket.swift",
"time.swift",
"timespec.swift",
"timeval_any.swift"
],
"type" : "library"
},
{
"c99name" : "streams",
"module_type" : "SwiftTarget",
"name" : "streams",
"path" : "Sources/streams",
"product_memberships" : [
"streams",
"json",
"fs",
"crypto",
"net",
"dgram",
"process",
"console",
"http",
"child_process",
"connect",
"express",
"redis"
],
"sources" : [
"Duplex.swift",
"DuplexStream.swift",
"GReadableSourceType.swift",
"GReadableStreamType.swift",
"GWritableStreamType.swift",
"GWritableTargetType.swift",
"Module.swift",
"PipeSourceError.swift",
"ReadableByteStreamType.swift",
"ReadableStream.swift",
"SourceStream.swift",
"Stream.swift",
"StreamPromise.swift",
"TargetStream.swift",
"WritableByteStreamType.swift",
"WritableStream.swift",
"adaptors/IteratorSource.swift",
"adaptors/SinkTarget.swift",
"bucket/ArrayBuffer.swift",
"bucket/Bucket.swift",
"bucket/ListBuffer.swift",
"callback/Readable.swift",
"callback/Transform.swift",
"callback/Writable.swift",
"extra/ConcatTarget.swift",
"extra/NullWritableStream.swift",
"extra/Through2.swift",
"extra/TransformStream.swift",
"extra/WritableByteStreamWrapper.swift",
"pipes/Sequence2StreamPipe.swift",
"pipes/Stream2StreamPipe.swift",
"pipes/String2StreamPipe.swift",
"strings/CharacterToUTF8.swift",
"strings/EncodingError.swift",
"strings/StringToUTF8.swift",
"strings/UTF8toCharacter.swift",
"strings/UTF8toLines.swift",
"strings/UniqStrings.swift"
],
"target_dependencies" : [
"core",
"events"
],
"type" : "library"
},
{
"c99name" : "redis",
"module_type" : "SwiftTarget",
"name" : "redis",
"path" : "Sources/redis",
"product_memberships" : [
"redis"
],
"sources" : [
"CallbackHelpers.swift",
"Extensions.swift",
"Module.swift",
"RedisClient.swift",
"RedisCoding.swift",
"RedisCommands.swift",
"RedisConnection.swift",
"RedisParser.swift",
"RedisPrint.swift",
"RedisRetry.swift",
"RedisValue.swift",
"RedisWritableStream.swift"
],
"target_dependencies" : [
"core",
"xsys",
"events",
"streams",
"net",
"console"
],
"type" : "library"
},
{
"c99name" : "process",
"module_type" : "SwiftTarget",
"name" : "process",
"path" : "Sources/process",
"product_memberships" : [
"process",
"console",
"http",
"child_process",
"connect",
"express",
"redis"
],
"sources" : [
"Environment.swift",
"FileSystem.swift",
"Messages.swift",
"Module.swift",
"Stdio.swift"
],
"target_dependencies" : [
"core",
"xsys",
"streams",
"fs"
],
"type" : "library"
},
{
"c99name" : "net",
"module_type" : "SwiftTarget",
"name" : "net",
"path" : "Sources/net",
"product_memberships" : [
"net",
"dgram",
"http",
"connect",
"express",
"redis"
],
"sources" : [
"DNS.swift",
"Module.swift",
"Server.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketSourceTarget.swift",
"Util.swift"
],
"target_dependencies" : [
"core",
"xsys",
"events",
"streams",
"fs",
"dns"
],
"type" : "library"
},
{
"c99name" : "mustache",
"module_type" : "SwiftTarget",
"name" : "mustache",
"path" : "Sources/mustache",
"product_memberships" : [
"mustache",
"express"
],
"sources" : [
"HTMLEscape.swift",
"Helpers.swift",
"MustacheNode.swift",
"MustacheParser.swift",
"MustacheRenderingContext.swift",
"SimpleKVC.swift"
],
"type" : "library"
},
{
"c99name" : "leftpad",
"module_type" : "SwiftTarget",
"name" : "leftpad",
"path" : "Sources/leftpad",
"product_memberships" : [
"leftpad",
"connect",
"express"
],
"sources" : [
"Module.swift"
],
"target_dependencies" : [
"core"
],
"type" : "library"
},
{
"c99name" : "json",
"module_type" : "SwiftTarget",
"name" : "json",
"path" : "Sources/json",
"product_memberships" : [
"json",
"connect",
"express"
],
"sources" : [
"JSONWritableStream.swift",
"JsonFile.swift",
"Module.swift",
"Stringify.swift"
],
"target_dependencies" : [
"core",
"streams",
"Freddy",
"fs"
],
"type" : "library"
},
{
"c99name" : "http_parser",
"module_type" : "SwiftTarget",
"name" : "http_parser",
"path" : "Sources/http_parser",
"product_memberships" : [
"http_parser",
"http",
"connect",
"express"
],
"sources" : [
"CString.swift",
"HTTPError.swift",
"HTTPMethod.swift",
"HTTPParserState.swift",
"URLParser.swift",
"ascii.swift",
"http_parser.swift",
"http_parser_settings.swift"
],
"type" : "library"
},
{
"c99name" : "http",
"module_type" : "SwiftTarget",
"name" : "http",
"path" : "Sources/http",
"product_memberships" : [
"http",
"connect",
"express"
],
"sources" : [
"Agent.swift",
"BasicAuth.swift",
"ClientRequest.swift",
"Cookies.swift",
"Extensions.swift",
"HTTPConnection.swift",
"HTTPMessageWrapper.swift",
"HTTPStatus.swift",
"IncomingMessage.swift",
"IncomingMessageParser.swift",
"Misc.swift",
"Module.swift",
"QueryString.swift",
"RequestOptions.swift",
"Server.swift",
"ServerResponse.swift",
"URL.swift"
],
"target_dependencies" : [
"http_parser",
"core",
"events",
"streams",
"net",
"console",
"base64"
],
"type" : "library"
},
{
"c99name" : "fs",
"module_type" : "SwiftTarget",
"name" : "fs",
"path" : "Sources/fs",
"product_memberships" : [
"json",
"fs",
"net",
"dgram",
"process",
"console",
"http",
"child_process",
"connect",
"express",
"redis"
],
"sources" : [
"AsyncWrapper.swift",
"Convenience.swift",
"Directory.swift",
"ErrnoError.swift",
"FSWatcher.swift",
"FileDescriptor.swift",
"FileDescriptorStream.swift",
"FileSource.swift",
"FileTarget.swift",
"GCDChannelBase.swift",
"Module.swift",
"Path.swift",
"PosixWrappers.swift",
"StatStruct.swift",
"StdInSource.swift",
"StdOutTarget.swift",
"Streams.swift",
"Temp.swift",
"UnixUtils.swift"
],
"target_dependencies" : [
"core",
"xsys",
"events",
"streams"
],
"type" : "library"
},
{
"c99name" : "express",
"module_type" : "SwiftTarget",
"name" : "express",
"path" : "Sources/express",
"product_memberships" : [
"express"
],
"sources" : [
"Express.swift",
"IncomingMessage.swift",
"JSON.swift",
"MiddlewareObject.swift",
"Module.swift",
"Mustache.swift",
"Render.swift",
"Route.swift",
"RouteKeeper.swift",
"Router.swift",
"ServerResponse.swift",
"Settings.swift"
],
"target_dependencies" : [
"core",
"xsys",
"events",
"streams",
"http",
"connect",
"mustache"
],
"type" : "library"
},
{
"c99name" : "events",
"module_type" : "SwiftTarget",
"name" : "events",
"path" : "Sources/events",
"product_memberships" : [
"events",
"streams",
"json",
"fs",
"crypto",
"net",
"dgram",
"process",
"console",
"http",
"child_process",
"connect",
"express",
"redis"
],
"sources" : [
"ErrorEmitter.swift",
"EventEmitter.swift",
"EventListenerSet.swift",
"Module.swift"
],
"target_dependencies" : [
"core"
],
"type" : "library"
},
{
"c99name" : "dns",
"module_type" : "SwiftTarget",
"name" : "dns",
"path" : "Sources/dns",
"product_memberships" : [
"dns",
"net",
"dgram",
"http",
"connect",
"express",
"redis"
],
"sources" : [
"Lookup.swift",
"Module.swift"
],
"target_dependencies" : [
"core",
"xsys"
],
"type" : "library"
},
{
"c99name" : "dgram",
"module_type" : "SwiftTarget",
"name" : "dgram",
"path" : "Sources/dgram",
"product_memberships" : [
"dgram"
],
"sources" : [
"Internals.swift",
"Module.swift",
"Socket.swift"
],
"target_dependencies" : [
"net"
],
"type" : "library"
},
{
"c99name" : "crypto",
"module_type" : "SwiftTarget",
"name" : "crypto",
"path" : "Sources/crypto",
"product_memberships" : [
"crypto"
],
"sources" : [
"Hash.swift",
"MD5Hash.swift",
"Module.swift"
],
"target_dependencies" : [
"core",
"xsys",
"events",
"streams",
"CryptoSwift"
],
"type" : "library"
},
{
"c99name" : "cows",
"module_type" : "SwiftTarget",
"name" : "cows",
"path" : "Sources/cows",
"product_memberships" : [
"cows"
],
"sources" : [
"Module.swift",
"UniqueRandomArray.swift",
"cows.swift"
],
"target_dependencies" : [
"core",
"xsys"
],
"type" : "library"
},
{
"c99name" : "core",
"module_type" : "SwiftTarget",
"name" : "core",
"path" : "Sources/core",
"product_memberships" : [
"core",
"leftpad",
"events",
"streams",
"json",
"fs",
"crypto",
"dns",
"net",
"dgram",
"process",
"console",
"http",
"child_process",
"connect",
"express",
"redis",
"cows"
],
"sources" : [
"ByteBucket.swift",
"CIDictionary.swift",
"Extras.swift",
"Logger.swift",
"Module.swift",
"NozeCore.swift",
"NozeModules.swift",
"Promise.swift",
"RawByteBuffer.swift",
"Swift3.swift"
],
"target_dependencies" : [
"xsys"
],
"type" : "library"
},
{
"c99name" : "console",
"module_type" : "SwiftTarget",
"name" : "console",
"path" : "Sources/console",
"product_memberships" : [
"console",
"http",
"connect",
"express",
"redis"
],
"sources" : [
"Console.swift",
"Module.swift"
],
"target_dependencies" : [
"core",
"xsys",
"events",
"streams",
"process"
],
"type" : "library"
},
{
"c99name" : "connect",
"module_type" : "SwiftTarget",
"name" : "connect",
"path" : "Sources/connect",
"product_memberships" : [
"connect",
"express"
],
"sources" : [
"BodyParser.swift",
"CORS.swift",
"Connect.swift",
"CookieParser.swift",
"Logger.swift",
"MethodOverride.swift",
"Module.swift",
"Pause.swift",
"QS.swift",
"ServeStatic.swift",
"Session.swift",
"TypeIs.swift"
],
"target_dependencies" : [
"core",
"xsys",
"events",
"streams",
"http",
"console",
"Freddy",
"json",
"leftpad"
],
"type" : "library"
},
{
"c99name" : "child_process",
"module_type" : "SwiftTarget",
"name" : "child_process",
"path" : "Sources/child_process",
"product_memberships" : [
"child_process"
],
"sources" : [
"ChildProcess.swift",
"ChildProcessPipes.swift",
"Module.swift",
"PipeSourceTarget.swift",
"Spawn.swift",
"StdioAction.swift"
],
"target_dependencies" : [
"core",
"xsys",
"streams",
"process",
"fs"
],
"type" : "library"
},
{
"c99name" : "base64",
"module_type" : "SwiftTarget",
"name" : "base64",
"path" : "Sources/base64",
"product_memberships" : [
"base64",
"http",
"connect",
"express"
],
"sources" : [
"Base64.swift"
],
"type" : "library"
},
{
"c99name" : "Freddy",
"module_type" : "SwiftTarget",
"name" : "Freddy",
"path" : "Sources/Freddy",
"product_memberships" : [
"Freddy",
"json",
"connect",
"express"
],
"sources" : [
"JSON.swift",
"JSONDecodable.swift",
"JSONEncodable.swift",
"JSONEncodingDetector.swift",
"JSONLiteralConvertible.swift",
"JSONParser.swift",
"JSONSubscripting.swift",
"Swift3.swift"
],
"type" : "library"
},
{
"c99name" : "CryptoSwift",
"module_type" : "SwiftTarget",
"name" : "CryptoSwift",
"path" : "Sources/CryptoSwift",
"product_memberships" : [
"CryptoSwift",
"crypto"
],
"sources" : [
"ArrayExtension.swift",
"BatchedCollection.swift",
"Bit.swift",
"BytesSequence.swift",
"CSArrayType+Extensions.swift",
"Collection+Extension.swift",
"DigestType.swift",
"Generics.swift",
"Int+Extension.swift",
"IntegerConvertible.swift",
"MD5.swift",
"Operators.swift",
"Updatable.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/25] Write sources
[24/25] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/78] Emitting module mustache
/host/spi-builder-workspace/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 |
[27/78] Compiling xsys timespec.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[28/78] Compiling xsys ntohs.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[29/78] Compiling xsys sockaddr_any.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[30/78] Compiling xsys socket.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[31/78] Compiling xsys time.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[32/79] Compiling mustache HTMLEscape.swift
/host/spi-builder-workspace/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/79] Compiling Freddy JSONSubscripting.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[34/80] Compiling Freddy JSONEncodingDetector.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[35/80] Compiling Freddy JSONLiteralConvertible.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[36/80] Compiling Freddy JSONParser.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/80] Emitting module http_parser
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[38/80] Compiling http_parser CString.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[39/80] Compiling http_parser URLParser.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[40/80] Compiling http_parser HTTPParserState.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[41/80] Compiling http_parser HTTPError.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[42/80] Compiling http_parser ascii.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[43/80] Compiling http_parser HTTPMethod.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[44/80] Compiling http_parser http_parser.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[47/81] Compiling CryptoSwift Updatable.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[48/81] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[49/81] Compiling Freddy JSONDecodable.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[50/82] Compiling Freddy JSONEncodable.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[51/82] Emitting module base64
[52/82] Compiling xsys dylib.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[53/82] Compiling xsys fd.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[54/82] Compiling base64 Base64.swift
[55/82] Compiling xsys ioctl.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[56/82] Compiling xsys misc.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[57/83] Compiling Freddy JSON.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
error: emit-module command failed with exit code 1 (use -v to see invocation)
[58/83] Emitting module Freddy
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[59/83] Compiling Freddy Swift3.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[60/83] Compiling xsys Module.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[61/83] Compiling xsys POSIXError.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[62/83] Compiling CryptoSwift CSArrayType+Extensions.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[63/83] Compiling CryptoSwift Collection+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/83] Emitting module CryptoSwift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[71/83] Compiling http_parser http_parser_settings.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/83] Emitting module xsys
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 Freddy JSON.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[3/55] Compiling CryptoSwift Updatable.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[4/55] Compiling Freddy Swift3.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[5/56] Compiling CryptoSwift MD5.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[6/56] Compiling CryptoSwift Operators.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[7/57] Compiling http_parser HTTPMethod.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[8/57] Compiling http_parser CString.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[9/58] Compiling Freddy JSONSubscripting.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/58] Emitting module Freddy
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[11/58] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[12/58] Compiling CryptoSwift Int+Extension.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[13/58] Compiling CryptoSwift IntegerConvertible.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/58] Emitting module CryptoSwift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[15/58] Compiling CryptoSwift ArrayExtension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[16/58] Compiling CryptoSwift BatchedCollection.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[17/58] Compiling CryptoSwift DigestType.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[18/58] Compiling CryptoSwift Generics.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[19/58] Compiling CryptoSwift CSArrayType+Extensions.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[20/58] Compiling CryptoSwift Collection+Extension.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[23/58] Compiling mustache MustacheNode.swift
/host/spi-builder-workspace/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)
[24/58] Emitting module http_parser
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[25/58] Compiling xsys timespec.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
[26/58] Compiling http_parser http_parser_settings.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[27/58] Compiling CryptoSwift Bit.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[28/58] Compiling CryptoSwift BytesSequence.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[31/58] Compiling CryptoSwift Utils.swift
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[32/58] Compiling base64 Base64.swift
[33/58] Emitting module base64
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/CryptoSwift/Int+Extension.swift:20:12: error: no such module 'Darwin'
18 | import Glibc
19 | #else
20 | import Darwin
| `- error: no such module 'Darwin'
21 | #endif
22 |
[38/59] Compiling Freddy JSONEncodable.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[39/59] Compiling Freddy JSONDecodable.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:22:13: error: no such module 'Darwin'
20 | import Glibc
21 | #else
22 | import func Darwin.pow
| `- error: no such module 'Darwin'
23 | import func Darwin.feclearexcept
24 | import func Darwin.fetestexcept
[40/59] Compiling http_parser URLParser.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
[41/59] Compiling mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/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 |
[42/59] Compiling mustache MustacheParser.swift
/host/spi-builder-workspace/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 |
[43/59] Compiling http_parser HTTPError.swift
/host/spi-builder-workspace/Sources/http_parser/CString.swift:11:10: error: no such module 'Darwin'
9 | import Glibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/59] Emitting module xsys
/host/spi-builder-workspace/Sources/xsys/Module.swift:12:10: error: no such module 'Darwin'
10 | import Glibc
11 | #else
12 | import Darwin
| `- error: no such module 'Darwin'
13 | #endif
14 |
BUILD FAILURE 6.1 wasm