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 Swime, reference master (89ab14), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:00:45 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sendyhalim/Swime.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sendyhalim/Swime
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 89ab14c Merge pull request #25 from LostMoa/master
Cloned https://github.com/sendyhalim/Swime.git
Revision (git rev-parse @):
89ab14c5c20dd71382ecd1b5eebd72c4efa4718f
SUCCESS checkout https://github.com/sendyhalim/Swime.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sendyhalim/Swime.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/5] Compiling Swime MimeType.swift
[4/5] Compiling Swime Swime.swift
[5/5] Emitting module Swime
Build complete! (10.71s)
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
[1/14759] Fetching quick
[592/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble from cache (2.09s)
Fetched https://github.com/Quick/Quick from cache (2.09s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 1.3.4 (4.04s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 7.3.4 (0.49s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 1.3.4
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 7.3.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.3.3",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "Swime",
  "name" : "Swime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "Swime",
      "targets" : [
        "Swime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwimeTests",
      "module_type" : "SwiftTarget",
      "name" : "SwimeTests",
      "path" : "Tests/SwimeTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "SwimeSpec.swift",
        "utils.swift"
      ],
      "target_dependencies" : [
        "Swime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swime",
      "module_type" : "SwiftTarget",
      "name" : "Swime",
      "path" : "Sources",
      "product_memberships" : [
        "Swime"
      ],
      "sources" : [
        "MimeType.swift",
        "Swime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.