The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CombineMIDI with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkj-is/CombineMIDI.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/CombineMIDI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c044ae3 Release version 0.3.0 and update README examples
Cloned https://github.com/mkj-is/CombineMIDI.git
Revision (git rev-parse @):
c044ae3f65f14f27b2842908ef3eb550e2782bff
SUCCESS checkout https://github.com/mkj-is/CombineMIDI.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "combinemidi",
      "name": "CombineMIDI",
      "url": "https://github.com/mkj-is/CombineMIDI.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineMIDI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mkj-is/CombineMIDI.git
[1/224] Fetching combinemidi
Fetched https://github.com/mkj-is/CombineMIDI.git (0.27s)
Creating working copy for https://github.com/mkj-is/CombineMIDI.git
Working copy of https://github.com/mkj-is/CombineMIDI.git resolved at main
warning: '.resolve-product-dependencies': dependency 'combinemidi' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling CombineMIDI MIDISubscription.swift
[2/7] Compiling CombineMIDI MIDIStream.swift
[3/7] Compiling CombineMIDI MIDIPublisher.swift
[4/7] Compiling CombineMIDI MIDIMessage.swift
[5/7] Compiling CombineMIDI MIDI.swift
[6/7] Compiling CombineMIDI MIDIClient.swift
[7/7] Emitting module CombineMIDI
Build complete! (13.34s)
Build complete.
Done.