The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FileType, reference main (670d6c), with Swift 6.2 (beta) for macOS (SPM) on 17 Aug 2025 21:47:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 670d6c4 chore: update comment.
Cloned https://github.com/jaywcjlove/FileType.git
Revision (git rev-parse @):
670d6c468031f7d973a4231a438a9981a30f7a62
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.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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.58s)
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.