The Swift Package Index logo.Swift Package Index

Build Information

Successful build of mime, reference main (5657f4), with Swift 6.1 for Android on 5 Jan 2026 18:11:00 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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BinaryBirds/swift-mime.git
https://github.com/BinaryBirds/swift-mime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/13] Compiling MIME MIME.swift
[5/13] Compiling MIME Score.swift
[6/13] Emitting module MIME
[7/13] Compiling MIME NonStandard.swift
[8/13] Compiling MIME Standard.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! (12.95s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.