Build Information
Successful build of mime, reference 1.0.0 (663361), with Swift 6.3 for Android on 17 Apr 2026 08:00:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BinaryBirds/swift-mime.git
Reference: 1.0.0
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
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 6633614 notes
Cloned https://github.com/BinaryBirds/swift-mime.git
Revision (git rev-parse @):
6633614363ee03a5d1992f6d3926113d1144f114
SUCCESS checkout https://github.com/BinaryBirds/swift-mime.git at 1.0.0
========================================
Build
========================================
Selected platform: android
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-4609320-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--4F562202D5529B1.txt
[4/13] Compiling MIME Score.swift
[5/13] Compiling MIME MIME.swift
[6/13] Emitting module MIME
[7/13] Compiling MIME Standard.swift
[8/13] Compiling MIME NonStandard.swift
[9/13] Compiling MIME Definition.swift
[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
Build complete! (33.25s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.