The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MimeTypeEnum, reference main (bae188), with Swift 6.0 for macOS (SPM) on 21 Jan 2026 10:08:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emotiveapps/MimeTypeEnum.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emotiveapps/MimeTypeEnum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bae188b Fix lint
Cloned https://github.com/emotiveapps/MimeTypeEnum.git
Revision (git rev-parse @):
bae188bc546bbf98c180f8da7ef0b39b5c9056ae
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/emotiveapps/MimeTypeEnum.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/emotiveapps/MimeTypeEnum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling MimeTypeEnum MimeType.swift
[4/4] Emitting module MimeTypeEnum
Build complete! (4.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MimeTypeEnum",
  "name" : "MimeTypeEnum",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "MimeTypeEnum",
      "targets" : [
        "MimeTypeEnum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MimeTypeEnumTests",
      "module_type" : "SwiftTarget",
      "name" : "MimeTypeEnumTests",
      "path" : "Tests/MimeTypeEnumTests",
      "sources" : [
        "MimeTypeTests.swift"
      ],
      "target_dependencies" : [
        "MimeTypeEnum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MimeTypeEnum",
      "module_type" : "SwiftTarget",
      "name" : "MimeTypeEnum",
      "path" : "Sources/MimeTypeEnum",
      "product_memberships" : [
        "MimeTypeEnum"
      ],
      "sources" : [
        "MimeType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.