The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineMIDI, reference main (c044ae), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 07:56:08 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/mkj-is/CombineMIDI.git
Reference: main
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mkj-is/CombineMIDI.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/9] Compiling CombineMIDI MIDIClient.swift
[4/9] Compiling CombineMIDI MIDIPublisher.swift
[5/9] Compiling CombineMIDI MIDISubscription.swift
[6/9] Compiling CombineMIDI MIDIMessage.swift
[7/9] Compiling CombineMIDI MIDIStream.swift
[8/9] Emitting module CombineMIDI
[9/9] Compiling CombineMIDI MIDI.swift
Build complete! (6.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CombineMIDI",
  "name" : "CombineMIDI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CombineMIDI",
      "targets" : [
        "CombineMIDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineMIDITests",
      "module_type" : "SwiftTarget",
      "name" : "CombineMIDITests",
      "path" : "Tests/CombineMIDITests",
      "sources" : [
        "MemoryTests.swift"
      ],
      "target_dependencies" : [
        "CombineMIDI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineMIDI",
      "module_type" : "SwiftTarget",
      "name" : "CombineMIDI",
      "path" : "Sources/CombineMIDI",
      "product_memberships" : [
        "CombineMIDI"
      ],
      "sources" : [
        "MIDI.swift",
        "MIDIClient.swift",
        "MIDIMessage.swift",
        "MIDIPublisher.swift",
        "MIDIStream.swift",
        "MIDISubscription.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.