Build Information
Successful build of FileType, reference master (19c42c), with Swift 6.2 for Android on 20 Mar 2026 16:53:38 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/velocityzen/FileType.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: android
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-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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/22] Emitting module FileType
[4/24] Compiling FileType streaming.swift
[5/24] Compiling FileType tar.swift
[6/24] Compiling FileType FileType.swift
[7/24] Compiling FileType FileTypeExtension.swift
[8/24] Compiling FileType FileTypeMIMEGroup.swift
[9/24] Compiling FileType mpeg.swift
[10/24] Compiling FileType png.swift
[11/24] Compiling FileType reg.swift
[12/24] Compiling FileType vtt.swift
[13/24] Compiling FileType zip+office.swift
[14/24] Compiling FileType FileTypeMatch.swift
[15/24] Compiling FileType ace.swift
[16/24] Compiling FileType asar.swift
[17/24] Compiling FileType tiff.swift
[18/24] Compiling FileType util.swift
[19/24] Compiling FileType asf.swift
[20/24] Compiling FileType dwg.swift
[21/24] Compiling FileType mkv.swift
[22/24] Compiling FileType Data+Int.swift
[23/24] Compiling FileType Data+String.swift
[24/24] Compiling FileType FileType+UTI.swift
Build complete! (26.90s)
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"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.