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 swim, reference 0.4.0 (a2860d), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 06:24:04 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/mitsuse/swim.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mitsuse/swim
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at a2860de 0.4.0
Cloned https://github.com/mitsuse/swim.git
Revision (git rev-parse @):
a2860dee5e1ed63e33bc9356c9293ed721268e3e
SUCCESS checkout https://github.com/mitsuse/swim.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mitsuse/swim.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write swim-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling Commandant OrderedSet.swift
[6/17] Compiling Commandant Result+Additions.swift
[7/18] Compiling Commandant Switch.swift
[8/18] Compiling Commandant HelpCommand.swift
[9/18] Compiling Commandant Errors.swift
[10/18] Compiling Commandant Option.swift
[11/18] Compiling Commandant ArgumentProtocol.swift
[12/18] Compiling Commandant Command.swift
[13/18] Compiling Commandant Argument.swift
[14/18] Emitting module Commandant
[15/18] Compiling Commandant ArgumentParser.swift
[16/24] Compiling swim InputSource.swift
[17/24] Compiling swim main.swift
[18/24] Compiling swim Command.swift
[19/24] Compiling swim Object.swift
[20/24] Emitting module swim
[21/24] Compiling swim RawInputSource.swift
[21/24] Write Objects.LinkFileList
[22/24] Linking swim
[23/24] Applying swim
Build complete! (21.31s)
Fetching https://github.com/Carthage/Commandant.git
[1/2329] Fetching commandant
Fetched https://github.com/Carthage/Commandant.git from cache (0.84s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (1.37s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[297/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.65s)
Fetched https://github.com/Quick/Quick.git from cache (1.65s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (2.22s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.54s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    }
  ],
  "manifest_display_name" : "swim",
  "name" : "swim",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "swim",
      "targets" : [
        "swim"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swim",
      "module_type" : "SwiftTarget",
      "name" : "swim",
      "path" : "Sources/swim",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "swim"
      ],
      "sources" : [
        "Command.swift",
        "InputSource.swift",
        "Object.swift",
        "RawInputSource.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.