The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FileType, reference 2.2.0 (19c42c), with Swift 6.2 for Linux on 20 Mar 2026 16:47:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/velocityzen/FileType.git
Reference: 2.2.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/velocityzen/FileType
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 19c42ca Set minimum platform versions and enable Swift 6
Cloned https://github.com/velocityzen/FileType.git
Revision (git rev-parse @):
19c42ca6fb655f1a0ca2d88991e7159c8f6b75f9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/velocityzen/FileType.git at 2.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/velocityzen/FileType.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d2f920c74e2de776c2ba4e297b2280b61148e6eb762436a4aad45f2a95167cea
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/22] Emitting module FileType
[4/24] Compiling FileType streaming.swift
[5/24] Compiling FileType tar.swift
[6/24] Compiling FileType asf.swift
[7/24] Compiling FileType dwg.swift
[8/24] Compiling FileType mkv.swift
[9/24] Compiling FileType FileTypeMatch.swift
[10/24] Compiling FileType ace.swift
[11/24] Compiling FileType asar.swift
[12/24] Compiling FileType mpeg.swift
[13/24] Compiling FileType png.swift
[14/24] Compiling FileType reg.swift
[15/24] Compiling FileType FileType.swift
[16/24] Compiling FileType FileTypeExtension.swift
[17/24] Compiling FileType FileTypeMIMEGroup.swift
[18/24] Compiling FileType tiff.swift
[19/24] Compiling FileType util.swift
[20/24] Compiling FileType vtt.swift
[21/24] Compiling FileType zip+office.swift
[22/24] Compiling FileType Data+Int.swift
[23/24] Compiling FileType Data+String.swift
[24/24] Compiling FileType FileType+UTI.swift
Build complete! (25.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FileType",
  "name" : "FileType",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FileType",
      "targets" : [
        "FileType"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "FileTypeTests",
      "module_type" : "SwiftTarget",
      "name" : "FileTypeTests",
      "path" : "Tests/FileTypeTests",
      "sources" : [
        "FileTypeTests.swift"
      ],
      "target_dependencies" : [
        "FileType"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileType",
      "module_type" : "SwiftTarget",
      "name" : "FileType",
      "path" : "Sources/FileType",
      "product_memberships" : [
        "FileType"
      ],
      "sources" : [
        "Data+Int.swift",
        "Data+String.swift",
        "FileType+UTI.swift",
        "FileType.swift",
        "FileTypeExtension.swift",
        "FileTypeMIMEGroup.swift",
        "FileTypeMatch.swift",
        "ace.swift",
        "asar.swift",
        "asf.swift",
        "dwg.swift",
        "mkv.swift",
        "mpeg.swift",
        "png.swift",
        "reg.swift",
        "streaming.swift",
        "tar.swift",
        "tiff.swift",
        "util.swift",
        "vtt.swift",
        "zip+office.swift"
      ],
      "target_dependencies" : [
        "CZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CZlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "CZlib",
      "path" : "Sources/CZlib",
      "product_memberships" : [
        "FileType"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d2f920c74e2de776c2ba4e297b2280b61148e6eb762436a4aad45f2a95167cea
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.