Build Information
Successful build of FileType, reference main (a2bd59), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 21:41:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/FileType.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/FileType
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a2bd59c doc: update README.md
Cloned https://github.com/jaywcjlove/FileType.git
Revision (git rev-parse @):
a2bd59ce2588398ee00b7d41a0893fb005e2fd26
SUCCESS checkout https://github.com/jaywcjlove/FileType.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jaywcjlove/FileType.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/6] Compiling FileType MimeType.swift
[4/6] Compiling FileType FileType.swift
[5/6] Emitting module FileType
[6/6] Compiling FileType Supported.swift
Build complete! (7.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FileType",
"name" : "FileType",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "FileType",
"targets" : [
"FileType"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"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" : [
"FileType.swift",
"MimeType.swift",
"Supported.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.