The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MorkAndMIDI, reference 5.1.0 (07cdd5), with Swift 6.2 for macOS (SPM) on 8 Jan 2026 23:37:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/morkandmidi.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/morkandmidi
 * tag               5.1.0      -> FETCH_HEAD
HEAD is now at 07cdd56 Force disconnect if notified of object being removed.
Cloned https://github.com/bradhowes/morkandmidi.git
Revision (git rev-parse @):
07cdd56620f6948a9e30aa3519b30268daea4b6f
SUCCESS checkout https://github.com/bradhowes/morkandmidi.git at 5.1.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",
  "dependencies": [
    {
      "identity": "morkandmidi",
      "name": "MorkAndMIDI",
      "url": "https://github.com/bradhowes/morkandmidi.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/morkandmidi",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bradhowes/morkandmidi.git
[1/745] Fetching morkandmidi
Fetched https://github.com/bradhowes/morkandmidi.git from cache (0.80s)
Creating working copy for https://github.com/bradhowes/morkandmidi.git
Working copy of https://github.com/bradhowes/morkandmidi.git resolved at 5.1.0 (07cdd56)
warning: '.resolve-product-dependencies': dependency 'morkandmidi' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bradhowes/morkandmidi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/18] Compiling MorkAndMIDI OSStatus.swift
[4/18] Compiling MorkAndMIDI String.swift
[5/18] Compiling MorkAndMIDI MIDIEndpointRef.swift
[6/18] Compiling MorkAndMIDI MIDINotificationMessageID.swift
[7/18] Emitting module MorkAndMIDI
[8/18] Compiling MorkAndMIDI UInt32.swift
[9/18] Compiling MorkAndMIDI UInt8.swift
[10/18] Compiling MorkAndMIDI MIDI2Parser.swift
[11/18] Compiling MorkAndMIDI MIDIProto.swift
[12/18] Compiling MorkAndMIDI MIDIObjectRef.swift
[13/18] Compiling MorkAndMIDI MIDIUniqueID.swift
[14/18] Compiling MorkAndMIDI Monitor.swift
[15/18] Compiling MorkAndMIDI KnownEntities.swift
[16/18] Compiling MorkAndMIDI Logger.swift
[17/18] Compiling MorkAndMIDI MIDI.swift
[18/18] Compiling MorkAndMIDI MIDI1Parser.swift
[19/19] Compiling MorkAndMIDI Receiver.swift
Build complete! (4.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MorkAndMIDI",
  "name" : "MorkAndMIDI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MorkAndMIDI",
      "targets" : [
        "MorkAndMIDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MorkAndMIDITests",
      "module_type" : "SwiftTarget",
      "name" : "MorkAndMIDITests",
      "path" : "Tests/MorkAndMIDITests",
      "sources" : [
        "KnownEntitiesTests.swift",
        "MIDI1ParserTests.swift",
        "MIDI2ParserTests.swift",
        "MIDINotificationMessageIDTests.swift",
        "MIDIObjectRefTests.swift",
        "MIDITests.swift",
        "MIDIUniqueIDTests.swift",
        "MonitorTests.swift",
        "OSStatusTests.swift",
        "ReceivingTests.swift",
        "StringTests.swift",
        "Support/MIDITestCase.swift",
        "Support/TestMonitor.swift",
        "Support/TestReceiver.swift",
        "UInt32Tests.swift",
        "UInt8Tests.swift"
      ],
      "target_dependencies" : [
        "MorkAndMIDI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MorkAndMIDI",
      "module_type" : "SwiftTarget",
      "name" : "MorkAndMIDI",
      "path" : "Sources/MorkAndMIDI",
      "product_memberships" : [
        "MorkAndMIDI"
      ],
      "sources" : [
        "Extensions/MIDIEndpointRef.swift",
        "Extensions/MIDINotificationMessageID.swift",
        "Extensions/MIDIObjectRef.swift",
        "Extensions/MIDIUniqueID.swift",
        "Extensions/OSStatus.swift",
        "Extensions/String.swift",
        "Extensions/UInt32.swift",
        "Extensions/UInt8.swift",
        "KnownEntities.swift",
        "Logger.swift",
        "MIDI.swift",
        "MIDI1Parser.swift",
        "MIDI2Parser.swift",
        "MIDIProto.swift",
        "Monitor.swift",
        "Receiver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.