Build Information
Successful build of mime, reference main (5657f4), with Swift 6.3 for Wasm on 17 Apr 2026 08:00:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BinaryBirds/swift-mime.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/BinaryBirds/swift-mime
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5657f42 Revise README for Swift Web Standards integration
Cloned https://github.com/BinaryBirds/swift-mime.git
Revision (git rev-parse @):
5657f42c6a8f13e05dcd76df5f0b80a984d6f351
SUCCESS checkout https://github.com/BinaryBirds/swift-mime.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/BinaryBirds/swift-mime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/13] Compiling MIME Score.swift
[5/13] Compiling MIME MIME.swift
[6/13] Compiling MIME Standard.swift
[7/13] Compiling MIME Definition.swift
[8/13] Compiling MIME NonStandard.swift
[9/13] Emitting module MIME
[10/14] Wrapping AST for MIME for debugging
[12/16] Emitting module mime_cli
[13/16] Compiling mime_cli main.swift
[14/17] Wrapping AST for mime-cli for debugging
[15/17] Write Objects.LinkFileList
[16/17] Linking mime-cli.wasm
Build complete! (29.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "mime",
"name" : "mime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "mime-cli",
"targets" : [
"mime-cli"
],
"type" : {
"executable" : null
}
},
{
"name" : "MIME",
"targets" : [
"MIME"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "mime_cli",
"module_type" : "SwiftTarget",
"name" : "mime-cli",
"path" : "Sources/mime-cli",
"product_memberships" : [
"mime-cli"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"MIME"
],
"type" : "executable"
},
{
"c99name" : "MIMETests",
"module_type" : "SwiftTarget",
"name" : "MIMETests",
"path" : "Tests/MIMETests",
"sources" : [
"MIMETests.swift",
"ScoreTests.swift"
],
"target_dependencies" : [
"MIME"
],
"type" : "test"
},
{
"c99name" : "MIME",
"module_type" : "SwiftTarget",
"name" : "MIME",
"path" : "Sources/MIME",
"product_memberships" : [
"mime-cli",
"MIME"
],
"sources" : [
"Definition.swift",
"Definitions/NonStandard.swift",
"Definitions/Standard.swift",
"MIME.swift",
"Score.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.