The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineMIDI, reference 0.3.0 (c044ae), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 18:55:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkj-is/CombineMIDI.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/CombineMIDI
 * tag               0.3.0      -> FETCH_HEAD
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 0.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "combinemidi",
      "name": "CombineMIDI",
      "url": "https://github.com/mkj-is/CombineMIDI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineMIDI",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mkj-is/CombineMIDI.git
[1/224] Fetching combinemidi
Fetched https://github.com/mkj-is/CombineMIDI.git from cache (0.59s)
Creating working copy for https://github.com/mkj-is/CombineMIDI.git
Working copy of https://github.com/mkj-is/CombineMIDI.git resolved at 0.3.0 (c044ae3)
warning: '.resolve-product-dependencies': dependency 'combinemidi' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mkj-is/CombineMIDI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling CombineMIDI MIDISubscription.swift
[4/9] Compiling CombineMIDI MIDIStream.swift
[5/9] Compiling CombineMIDI MIDIPublisher.swift
[6/9] Compiling CombineMIDI MIDIClient.swift
[7/9] Compiling CombineMIDI MIDI.swift
[8/9] Emitting module CombineMIDI
[9/9] Compiling CombineMIDI MIDIMessage.swift
Build complete! (7.65s)
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.