The Swift Package Index logo.Swift Package Index

Build Information

Successful build of mime, reference 1.0.0 (663361), with Swift 6.2 for Linux on 21 Oct 2025 17:17:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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: 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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BinaryBirds/swift-mime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-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 Definition.swift
[7/13] Compiling MIME NonStandard.swift
[8/13] Emitting module MIME
[9/13] Compiling MIME Standard.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! (14.55s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.