The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-midi-io, reference main (e7eaa7), with Swift 6.1 for macOS (SPM) on 1 May 2026 11:04:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-midi-io.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/swift-midi-io
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e7eaa73 Added GitHub CI for example projects
Cloned https://github.com/orchetect/swift-midi-io.git
Revision (git rev-parse @):
e7eaa73cf5aecd5bb8c2acf8360bbdc20da2d8a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-midi-io.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/swift-midi-io.git
https://github.com/orchetect/swift-midi-io.git
{
  "dependencies" : [
    {
      "identity" : "swift-midi-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-midi-core"
    },
    {
      "identity" : "swift-testing-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-testing-extensions"
    }
  ],
  "manifest_display_name" : "swift-midi-io",
  "name" : "swift-midi-io",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMIDIIO",
      "targets" : [
        "SwiftMIDIIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMIDIIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMIDIIOTests",
      "path" : "Tests/CoreMIDITests",
      "product_dependencies" : [
        "TestingExtensions"
      ],
      "sources" : [
        "AnyMIDIEndpoint/AnyMIDIEndpoint Tests.swift",
        "Core MIDI/Core MIDI Thru Connections Tests.swift",
        "Core MIDI/MIDIEventList/MIDIEventList Packets Tests.swift",
        "Core MIDI/MIDIPacket/MIDIPacket Tests.swift",
        "Errors/MIDIOSStatus Tests.swift",
        "Integration Tests/Endpoints Updating Tests.swift",
        "Integration Tests/RPN NRPN IO Tests.swift",
        "Integration Tests/Round Trip Tests.swift",
        "MIDIEndpoint/Endpoint Hashable Tests.swift",
        "MIDIEndpoint/Endpoint Testing Utilities.swift",
        "MIDIEndpoint/MIDIEndpoint Collection Tests.swift",
        "MIDIEndpoint/MIDIEndpointFilter Tests.swift",
        "MIDIEndpoint/MIDIEndpointIdentity Tests.swift",
        "MIDIIOObject/MIDIIOObject Collection Tests.swift",
        "MIDIInput/MIDIInput Tests.swift",
        "MIDIInputConnection/MIDIInputConnection Tests.swift",
        "MIDIManager/MIDIManager MIDIIONotification Tests.swift",
        "MIDIManager/MIDIManager Observation Tests.swift",
        "MIDIManager/MIDIManager Public Tests.swift",
        "MIDIManager/MIDIManager Tests.swift",
        "MIDIOutput/MIDIOutput Tests.swift",
        "MIDIOutputConnection/MIDIOutputConnection Tests.swift",
        "MIDIThruConnection/MIDIThruConnection Tests.swift",
        "Packet/MIDIPacketData Tests.swift",
        "SwiftMIDI Type Extensions.swift",
        "Task Extensions.swift",
        "TestActor.swift",
        "Tests Constants.swift"
      ],
      "target_dependencies" : [
        "SwiftMIDIIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMIDIIO",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMIDIIO",
      "path" : "Sources/CoreMIDI",
      "product_dependencies" : [
        "SwiftMIDICore",
        "SwiftMIDIInternals"
      ],
      "product_memberships" : [
        "SwiftMIDIIO"
      ],
      "sources" : [
        "API Evolution/SwiftMIDIIO-API-1.0.0.swift",
        "API Evolution/SwiftMIDIIO-API-1.0.1.swift",
        "API/CoreMIDIAPIVersion.swift",
        "API/MIDIProtocolVersion Extensions.swift",
        "AnyMIDIEndpoint/AnyMIDIEndpoint.swift",
        "AnyMIDIIOObject/AnyMIDIIOObject.swift",
        "Core MIDI/Core MIDI Devices.swift",
        "Core MIDI/Core MIDI Endpoints.swift",
        "Core MIDI/Core MIDI Entities.swift",
        "Core MIDI/Core MIDI IO Constants.swift",
        "Core MIDI/Core MIDI Object.swift",
        "Core MIDI/Core MIDI Properties Get.swift",
        "Core MIDI/Core MIDI Properties Set.swift",
        "Core MIDI/Core MIDI Ref Types.swift",
        "Core MIDI/Core MIDI Thru Connections.swift",
        "Core MIDI/MIDI Packet Utilities.swift",
        "Core MIDI/MIDIEventList/MIDIEventList Packets.swift",
        "Core MIDI/MIDIEventList/MIDIEventList Utilities.swift",
        "Core MIDI/MIDIEventList/MIDIEventPacket Utilities.swift",
        "Core MIDI/MIDIInternalError.swift",
        "Core MIDI/MIDIPacketList/MIDIPacket Utilities.swift",
        "Core MIDI/MIDIPacketList/MIDIPacketList Packets.swift",
        "Core MIDI/MIDIPacketList/MIDIPacketList Utilities.swift",
        "Errors/MIDIIOError.swift",
        "Errors/MIDIOSStatus.swift",
        "MIDIDevice/MIDIDevice.swift",
        "MIDIDevices/MIDIDevices.swift",
        "MIDIDevices/MIDIDevicesProtocol.swift",
        "MIDIEndpoint/MIDIEndpoint Collection.swift",
        "MIDIEndpoint/MIDIEndpoint Comparison.swift",
        "MIDIEndpoint/MIDIEndpoint.swift",
        "MIDIEndpoint/MIDIEndpointIdentity.swift",
        "MIDIEndpoint/MIDIEndpointType.swift",
        "MIDIEndpoints/MIDIEndpointFilter Collection.swift",
        "MIDIEndpoints/MIDIEndpointFilter.swift",
        "MIDIEndpoints/MIDIEndpointFilterMask.swift",
        "MIDIEndpoints/MIDIEndpointMaskedFilter.swift",
        "MIDIEndpoints/MIDIEndpoints.swift",
        "MIDIEndpoints/MIDIEndpointsProtocol.swift",
        "MIDIEntity/MIDIEntity.swift",
        "MIDIIOObject/MIDIIOObject Collection.swift",
        "MIDIIOObject/MIDIIOObject Comparison.swift",
        "MIDIIOObject/MIDIIOObject Properties Dictionary.swift",
        "MIDIIOObject/MIDIIOObject Properties.swift",
        "MIDIIOObject/MIDIIOObject.swift",
        "MIDIIOObject/MIDIIOObjectProperty Value.swift",
        "MIDIIOObject/MIDIIOObjectProperty.swift",
        "MIDIIOObject/MIDIIOObjectType.swift",
        "MIDIIOObject/MIDIObjectCache.swift",
        "MIDIIdentifier/MIDIIdentifier.swift",
        "MIDIIdentifier/MIDIIdentifierPersistence.swift",
        "MIDIInput/MIDIInput.swift",
        "MIDIInputConnection/MIDIInputConnection.swift",
        "MIDIInputConnection/MIDIInputConnectionMode.swift",
        "MIDIInputEndpoint/MIDIInputEndpoint Collection.swift",
        "MIDIInputEndpoint/MIDIInputEndpoint.swift",
        "MIDIManager/MIDIManager ManagedType.swift",
        "MIDIManager/MIDIManager Network Session.swift",
        "MIDIManager/MIDIManager Observation.swift",
        "MIDIManager/MIDIManager Remove.swift",
        "MIDIManager/MIDIManager State.swift",
        "MIDIManager/MIDIManager TagSelection.swift",
        "MIDIManager/MIDIManager addInput.swift",
        "MIDIManager/MIDIManager addInputConnection.swift",
        "MIDIManager/MIDIManager addOutput.swift",
        "MIDIManager/MIDIManager addOutputConnection.swift",
        "MIDIManager/MIDIManager addThruConnection.swift",
        "MIDIManager/MIDIManager.swift",
        "MIDIOutput/MIDIOutput.swift",
        "MIDIOutputConnection/MIDIOutputConnection.swift",
        "MIDIOutputConnection/MIDIOutputConnectionMode.swift",
        "MIDIOutputEndpoint/MIDIOutputEndpoint Collection.swift",
        "MIDIOutputEndpoint/MIDIOutputEndpoint.swift",
        "MIDIReceiveHandler/Handlers/Events.swift",
        "MIDIReceiveHandler/Handlers/EventsBase.swift",
        "MIDIReceiveHandler/Handlers/EventsLogging.swift",
        "MIDIReceiveHandler/Handlers/Group.swift",
        "MIDIReceiveHandler/Handlers/RawData.swift",
        "MIDIReceiveHandler/Handlers/RawDataLogging.swift",
        "MIDIReceiveHandler/Handlers/StrongEventsReceiver.swift",
        "MIDIReceiveHandler/Handlers/WeakEventsReceiver.swift",
        "MIDIReceiveHandler/MIDIReceiver.swift",
        "MIDIReceiveHandler/MIDIReceiverOptions.swift",
        "MIDIReceiveHandler/MIDIReceiverProtocol.swift",
        "MIDIThruConnection/MIDIThruConnection Lifecycle.swift",
        "MIDIThruConnection/MIDIThruConnection Parameters.swift",
        "MIDIThruConnection/MIDIThruConnection Support.swift",
        "MIDIThruConnection/MIDIThruConnection.swift",
        "MIDIThruConnection/MIDIThruConnectionProxy.swift",
        "Network Session/MIDI Network Session.swift",
        "Network Session/MIDIIONetworkConnectionPolicy.swift",
        "Notifications/MIDIIOInternalNotification.swift",
        "Notifications/MIDIIONotification.swift",
        "Protocols/MIDIManaged.swift",
        "Protocols/MIDIManagedReceivesMessages.swift",
        "Protocols/MIDIManagedSendsMessages.swift",
        "SwiftMIDICore Extensions/AnyMIDIPacketData+CoreMIDI.swift",
        "SwiftMIDICore Extensions/MIDI1Parser+CoreMIDI.swift",
        "SwiftMIDICore Extensions/MIDIPacketData+CoreMIDI.swift",
        "SwiftMIDICore Extensions/UniversalMIDIPacketData+CoreMIDI.swift",
        "SwiftMIDIIO.swift",
        "Utilties/DispatchQueue Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/25] Emitting module SwiftMIDIInternals
[6/27] Compiling SwiftMIDIInternals ThreadSynchronizedValue.swift
[7/27] Compiling SwiftMIDIInternals Utilities.swift
[8/27] Compiling SwiftMIDIInternals Ranges.swift
[9/27] Compiling SwiftMIDIInternals String.swift
[10/27] Compiling SwiftMIDIInternals PThreadMutexValue.swift
[11/27] Compiling SwiftMIDIInternals ThreadSynchronized.swift
[12/27] Compiling SwiftMIDIInternals Collections.swift
[13/27] Compiling SwiftMIDIInternals Integers.swift
[14/27] Compiling SwiftMIDIInternals SafeDispatchTimer.swift
[15/27] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutex.swift
[16/27] Compiling SwiftMIDIInternals Timespec.swift
[17/27] Compiling SwiftMIDIInternals RandomAccessCollection.swift
[18/27] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutex.swift
[19/27] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutexValue.swift
[20/27] Compiling SwiftMIDIInternals SwiftMIDIInternals.swift
[21/27] Compiling SwiftMIDIInternals ASCII String and Data.swift
[22/27] Compiling SwiftMIDIInternals Exception.swift
[23/27] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutexValue.swift
[24/27] Compiling SwiftMIDIInternals PThreadMutex.swift
[25/27] Compiling SwiftMIDIInternals Hex and Binary String.swift
[26/27] Compiling SwiftMIDIInternals Number Formatting.swift
[27/27] Compiling SwiftMIDIInternals ASCII.swift
[28/148] Compiling SwiftMIDICore ActiveSensing.swift
[29/148] Compiling SwiftMIDICore Continue.swift
[30/148] Compiling SwiftMIDICore Start.swift
[31/148] Compiling SwiftMIDICore Stop.swift
[32/148] Compiling SwiftMIDICore SysRealTimeType.swift
[33/148] Compiling SwiftMIDICore SystemReset.swift
[34/148] Compiling SwiftMIDICore TimingClock.swift
[35/148] Compiling SwiftMIDICore JRClock.swift
[36/148] Compiling SwiftMIDICore JRTimestamp.swift
[37/148] Compiling SwiftMIDICore NoOp.swift
[38/148] Compiling SwiftMIDICore UtilityType.swift
[39/148] Compiling SwiftMIDICore MIDIEvent Filter Channel Voice.swift
[40/148] Compiling SwiftMIDICore MIDIEvent Filter Group.swift
[41/148] Compiling SwiftMIDICore MIDIEvent Filter System Common.swift
[42/148] Compiling SwiftMIDICore MIDIEvent Filter System Exclusive.swift
[43/148] Compiling SwiftMIDICore MIDIEvent Filter System Real-Time.swift
[44/148] Compiling SwiftMIDICore MIDIEvent Filter Utility.swift
[45/148] Compiling SwiftMIDICore MIDIEventFilter.swift
[46/148] Compiling SwiftMIDICore MIDIEventFilterGroup.swift
[47/148] Compiling SwiftMIDICore MIDINote Layout.swift
[48/148] Compiling SwiftMIDICore MIDINote Name.swift
[49/148] Compiling SwiftMIDICore MIDINote NoteError.swift
[50/148] Compiling SwiftMIDICore MIDINote Style.swift
[51/148] Compiling SwiftMIDICore MIDINote.swift
[52/148] Compiling SwiftMIDICore Double Extensions.swift
[53/148] Compiling SwiftMIDICore UInt32 Extensions.swift
[54/161] Compiling SwiftMIDICore NoteCC Registered.swift
[55/161] Compiling SwiftMIDICore NoteManagement.swift
[56/161] Compiling SwiftMIDICore NoteOff.swift
[57/161] Compiling SwiftMIDICore NoteOn.swift
[58/161] Compiling SwiftMIDICore NotePitchBend Value.swift
[59/161] Compiling SwiftMIDICore NotePitchBend.swift
[60/161] Compiling SwiftMIDICore NotePressure Amount.swift
[61/161] Compiling SwiftMIDICore NotePressure.swift
[62/161] Compiling SwiftMIDICore NoteVelocity.swift
[63/161] Compiling SwiftMIDICore PitchBend Value.swift
[64/161] Compiling SwiftMIDICore PitchBend.swift
[65/161] Compiling SwiftMIDICore Pressure Amount.swift
[66/161] Compiling SwiftMIDICore Pressure.swift
[67/161] Compiling SwiftMIDICore ProgramChange Bank.swift
[68/161] Compiling SwiftMIDICore ProgramChange.swift
[69/161] Compiling SwiftMIDICore MIDI2ParameterNumberChange.swift
[70/161] Compiling SwiftMIDICore MIDIParameterNumber.swift
[71/161] Compiling SwiftMIDICore MIDIParameterNumberEvent.swift
[72/161] Compiling SwiftMIDICore MIDIParameterNumberType.swift
[73/161] Compiling SwiftMIDICore MIDIParameterNumberUtils.swift
[74/161] Compiling SwiftMIDICore AssignableController description.swift
[75/161] Compiling SwiftMIDICore AssignableController init.swift
[76/161] Compiling SwiftMIDICore AssignableController.swift
[77/161] Compiling SwiftMIDICore NRPN.swift
[78/161] Compiling SwiftMIDICore RPN.swift
[79/161] Compiling SwiftMIDICore RegisteredController description.swift
[80/161] Compiling SwiftMIDICore RegisteredController init.swift
[81/161] Compiling SwiftMIDICore RegisteredController.swift
[82/161] Compiling SwiftMIDICore ChanVoice Value Conversions.swift
[83/161] Compiling SwiftMIDICore ChanVoice14Bit32BitValue.swift
[84/161] Compiling SwiftMIDICore ChanVoice32BitValue.swift
[85/161] Compiling SwiftMIDICore ChanVoice7Bit16BitValue.swift
[86/161] Compiling SwiftMIDICore ChanVoice7Bit32BitValue.swift
[87/161] Compiling SwiftMIDICore MIDIEvent Errors.swift
[88/161] Compiling SwiftMIDICore MIDIEvent Properties.swift
[89/161] Compiling SwiftMIDICore MIDIEvent description.swift
[90/161] Compiling SwiftMIDICore MIDIEvent rawBytes.swift
[91/161] Compiling SwiftMIDICore MIDIEvent.swift
[92/161] Compiling SwiftMIDICore SongPositionPointer.swift
[93/161] Compiling SwiftMIDICore SongSelect.swift
[94/161] Compiling SwiftMIDICore SwiftMIDICore-API-1.0.0.swift
[95/161] Compiling SwiftMIDICore MIDIProtocolVersion.swift
[96/161] Compiling SwiftMIDICore CC Controller Operators.swift
[97/161] Compiling SwiftMIDICore CC Controller Properties.swift
[98/161] Compiling SwiftMIDICore CC Controller allCases.swift
[99/161] Compiling SwiftMIDICore CC Controller init.swift
[100/161] Compiling SwiftMIDICore CC Controller name.swift
[101/161] Compiling SwiftMIDICore CC Controller.swift
[102/161] Compiling SwiftMIDICore Controller LSB Undefined.swift
[103/161] Compiling SwiftMIDICore Controller LSB.swift
[104/161] Compiling SwiftMIDICore Controller Mode.swift
[105/161] Compiling SwiftMIDICore Controller Undefined.swift
[106/161] Compiling SwiftMIDICore CC Value.swift
[107/161] Compiling SwiftMIDICore CC.swift
[108/161] Compiling SwiftMIDICore MIDIUMPMessageType.swift
[109/161] Compiling SwiftMIDICore MIDIUMPMixedDataSetStatusField.swift
[110/161] Compiling SwiftMIDICore MIDIUMPSysExStatusField.swift
[111/161] Compiling SwiftMIDICore MIDIUMPUtilityStatusField.swift
[112/161] Compiling SwiftMIDICore AnyMIDIPacketData.swift
[113/161] Compiling SwiftMIDICore MIDIPacketData.swift
[114/161] Compiling SwiftMIDICore UniversalMIDIPacketData.swift
[115/161] Compiling SwiftMIDICore AdvancedMIDI2Parser.swift
[116/161] Compiling SwiftMIDICore EventHolder.swift
[117/161] Compiling SwiftMIDICore MIDI1Parser.swift
[118/161] Compiling SwiftMIDICore MIDI2Parser.swift
[119/161] Compiling SwiftMIDICore ParameterNumberEventBundler.swift
[120/161] Compiling SwiftMIDICore ReceivesMIDIEvents.swift
[121/161] Compiling SwiftMIDICore ChanVoiceType.swift
[122/161] Compiling SwiftMIDICore NoteAttribute Pitch7_9.swift
[123/161] Compiling SwiftMIDICore NoteAttribute.swift
[124/161] Compiling SwiftMIDICore NoteCC Value.swift
[125/161] Compiling SwiftMIDICore NoteCC.swift
[126/161] Compiling SwiftMIDICore PerNoteController Assignable.swift
[127/161] Compiling SwiftMIDICore NoteCC PerNoteController.swift
[128/161] Compiling SwiftMIDICore NoteCC Registered Pitch7_25.swift
[129/161] Compiling SwiftMIDICore NoteCC Undefined.swift
[130/161] Compiling SwiftMIDICore NoteCC Registered Operators.swift
[131/161] Compiling SwiftMIDICore NoteCC Registered Properties.swift
[132/161] Compiling SwiftMIDICore NoteCC Registered allCases.swift
[133/161] Compiling SwiftMIDICore NoteCC Registered init.swift
[134/161] Compiling SwiftMIDICore NoteCC Registered name.swift
[135/161] Compiling SwiftMIDICore SysCommonType.swift
[136/161] Compiling SwiftMIDICore TimecodeQuarterFrame.swift
[137/161] Compiling SwiftMIDICore TuneRequest.swift
[138/161] Compiling SwiftMIDICore SysEx7 Parser.swift
[139/161] Compiling SwiftMIDICore SysEx7.swift
[140/161] Compiling SwiftMIDICore UniversalSysEx7.swift
[141/161] Compiling SwiftMIDICore SysEx8 Parser.swift
[142/161] Compiling SwiftMIDICore SysEx8.swift
[143/161] Compiling SwiftMIDICore UniversalSysEx8.swift
[144/161] Compiling SwiftMIDICore SysExID.swift
[145/161] Compiling SwiftMIDICore SysExManufacturer.swift
[146/161] Compiling SwiftMIDICore SysExType.swift
[147/161] Compiling SwiftMIDICore UniversalSysExType.swift
[148/161] Emitting module SwiftMIDICore
[149/161] Compiling SwiftMIDICore SendsMIDIEvents.swift
[150/161] Compiling SwiftMIDICore SwiftMIDICore.swift
[151/161] Compiling SwiftMIDICore BytePair.swift
[152/161] Compiling SwiftMIDICore Int7.swift
[153/161] Compiling SwiftMIDICore MIDIUnsignedInteger.swift
[154/161] Compiling SwiftMIDICore UInt14.swift
[155/161] Compiling SwiftMIDICore UInt25.swift
[156/161] Compiling SwiftMIDICore UInt4.swift
[157/161] Compiling SwiftMIDICore UInt7.swift
[158/161] Compiling SwiftMIDICore UInt7Pair.swift
[159/161] Compiling SwiftMIDICore UInt8.swift
[160/161] Compiling SwiftMIDICore UInt9.swift
[161/161] Compiling SwiftMIDICore UMPWord.swift
[162/254] Emitting module SwiftMIDIIO
[163/264] Compiling SwiftMIDIIO Core MIDI Properties Get.swift
[164/264] Compiling SwiftMIDIIO Core MIDI Properties Set.swift
[165/264] Compiling SwiftMIDIIO Core MIDI Ref Types.swift
[166/264] Compiling SwiftMIDIIO Core MIDI Thru Connections.swift
[167/264] Compiling SwiftMIDIIO MIDI Packet Utilities.swift
[168/264] Compiling SwiftMIDIIO MIDIEventList Packets.swift
[169/264] Compiling SwiftMIDIIO MIDIEventList Utilities.swift
[170/264] Compiling SwiftMIDIIO MIDIEventPacket Utilities.swift
[171/264] Compiling SwiftMIDIIO MIDIInternalError.swift
[172/264] Compiling SwiftMIDIIO MIDIPacket Utilities.swift
[173/264] Compiling SwiftMIDIIO MIDIPacketList Packets.swift
[174/264] Compiling SwiftMIDIIO MIDIEndpointType.swift
[175/264] Compiling SwiftMIDIIO MIDIEndpointFilter Collection.swift
[176/264] Compiling SwiftMIDIIO MIDIEndpointFilter.swift
[177/264] Compiling SwiftMIDIIO MIDIEndpointFilterMask.swift
[178/264] Compiling SwiftMIDIIO MIDIEndpointMaskedFilter.swift
[179/264] Compiling SwiftMIDIIO MIDIEndpoints.swift
[180/264] Compiling SwiftMIDIIO MIDIEndpointsProtocol.swift
[181/264] Compiling SwiftMIDIIO MIDIEntity.swift
[182/264] Compiling SwiftMIDIIO MIDIIOObject Collection.swift
[183/264] Compiling SwiftMIDIIO MIDIIOObject Comparison.swift
[184/264] Compiling SwiftMIDIIO MIDIManager addInput.swift
[185/264] Compiling SwiftMIDIIO MIDIManager addInputConnection.swift
[186/264] Compiling SwiftMIDIIO MIDIManager addOutput.swift
[187/264] Compiling SwiftMIDIIO MIDIManager addOutputConnection.swift
[188/264] Compiling SwiftMIDIIO MIDIManager addThruConnection.swift
[189/264] Compiling SwiftMIDIIO MIDIManager.swift
[190/264] Compiling SwiftMIDIIO MIDIOutput.swift
[191/264] Compiling SwiftMIDIIO MIDIOutputConnection.swift
[192/264] Compiling SwiftMIDIIO MIDIOutputConnectionMode.swift
[193/264] Compiling SwiftMIDIIO MIDIOutputEndpoint Collection.swift
[194/264] Compiling SwiftMIDIIO MIDIOutputEndpoint.swift
[195/264] Compiling SwiftMIDIIO Events.swift
[196/264] Compiling SwiftMIDIIO EventsBase.swift
[197/264] Compiling SwiftMIDIIO EventsLogging.swift
[198/264] Compiling SwiftMIDIIO Group.swift
[199/264] Compiling SwiftMIDIIO RawData.swift
[200/264] Compiling SwiftMIDIIO RawDataLogging.swift
[201/264] Compiling SwiftMIDIIO StrongEventsReceiver.swift
[202/264] Compiling SwiftMIDIIO WeakEventsReceiver.swift
[203/264] Compiling SwiftMIDIIO MIDIReceiver.swift
[204/264] Compiling SwiftMIDIIO MIDIPacketList Utilities.swift
[205/264] Compiling SwiftMIDIIO MIDIIOError.swift
[206/264] Compiling SwiftMIDIIO MIDIOSStatus.swift
[207/264] Compiling SwiftMIDIIO MIDIDevice.swift
[208/264] Compiling SwiftMIDIIO MIDIDevices.swift
[209/264] Compiling SwiftMIDIIO MIDIDevicesProtocol.swift
[210/264] Compiling SwiftMIDIIO MIDIEndpoint Collection.swift
[211/264] Compiling SwiftMIDIIO MIDIEndpoint Comparison.swift
[212/264] Compiling SwiftMIDIIO MIDIEndpoint.swift
[213/264] Compiling SwiftMIDIIO MIDIEndpointIdentity.swift
[214/264] Compiling SwiftMIDIIO MIDIIONotification.swift
[215/264] Compiling SwiftMIDIIO MIDIManaged.swift
[216/264] Compiling SwiftMIDIIO MIDIManagedReceivesMessages.swift
[217/264] Compiling SwiftMIDIIO MIDIManagedSendsMessages.swift
[218/264] Compiling SwiftMIDIIO AnyMIDIPacketData+CoreMIDI.swift
[219/264] Compiling SwiftMIDIIO MIDI1Parser+CoreMIDI.swift
[220/264] Compiling SwiftMIDIIO MIDIPacketData+CoreMIDI.swift
[221/264] Compiling SwiftMIDIIO UniversalMIDIPacketData+CoreMIDI.swift
[222/264] Compiling SwiftMIDIIO SwiftMIDIIO.swift
[223/264] Compiling SwiftMIDIIO DispatchQueue Extensions.swift
[224/264] Compiling SwiftMIDIIO SwiftMIDIIO-API-1.0.0.swift
[225/264] Compiling SwiftMIDIIO SwiftMIDIIO-API-1.0.1.swift
[226/264] Compiling SwiftMIDIIO CoreMIDIAPIVersion.swift
[227/264] Compiling SwiftMIDIIO MIDIProtocolVersion Extensions.swift
[228/264] Compiling SwiftMIDIIO AnyMIDIEndpoint.swift
[229/264] Compiling SwiftMIDIIO AnyMIDIIOObject.swift
[230/264] Compiling SwiftMIDIIO Core MIDI Devices.swift
[231/264] Compiling SwiftMIDIIO Core MIDI Endpoints.swift
[232/264] Compiling SwiftMIDIIO Core MIDI Entities.swift
[233/264] Compiling SwiftMIDIIO Core MIDI IO Constants.swift
[234/264] Compiling SwiftMIDIIO Core MIDI Object.swift
[235/264] Compiling SwiftMIDIIO MIDIReceiverOptions.swift
[236/264] Compiling SwiftMIDIIO MIDIReceiverProtocol.swift
[237/264] Compiling SwiftMIDIIO MIDIThruConnection Lifecycle.swift
[238/264] Compiling SwiftMIDIIO MIDIThruConnection Parameters.swift
[239/264] Compiling SwiftMIDIIO MIDIThruConnection Support.swift
[240/264] Compiling SwiftMIDIIO MIDIThruConnection.swift
[241/264] Compiling SwiftMIDIIO MIDIThruConnectionProxy.swift
[242/264] Compiling SwiftMIDIIO MIDI Network Session.swift
[243/264] Compiling SwiftMIDIIO MIDIIONetworkConnectionPolicy.swift
[244/264] Compiling SwiftMIDIIO MIDIIOInternalNotification.swift
[245/264] Compiling SwiftMIDIIO MIDIInputConnection.swift
[246/264] Compiling SwiftMIDIIO MIDIInputConnectionMode.swift
[247/264] Compiling SwiftMIDIIO MIDIInputEndpoint Collection.swift
[248/264] Compiling SwiftMIDIIO MIDIInputEndpoint.swift
[249/264] Compiling SwiftMIDIIO MIDIManager ManagedType.swift
[250/264] Compiling SwiftMIDIIO MIDIManager Network Session.swift
[251/264] Compiling SwiftMIDIIO MIDIManager Observation.swift
[252/264] Compiling SwiftMIDIIO MIDIManager Remove.swift
[253/264] Compiling SwiftMIDIIO MIDIManager State.swift
[254/264] Compiling SwiftMIDIIO MIDIManager TagSelection.swift
[255/264] Compiling SwiftMIDIIO MIDIIOObject Properties Dictionary.swift
[256/264] Compiling SwiftMIDIIO MIDIIOObject Properties.swift
[257/264] Compiling SwiftMIDIIO MIDIIOObject.swift
[258/264] Compiling SwiftMIDIIO MIDIIOObjectProperty Value.swift
[259/264] Compiling SwiftMIDIIO MIDIIOObjectProperty.swift
[260/264] Compiling SwiftMIDIIO MIDIIOObjectType.swift
[261/264] Compiling SwiftMIDIIO MIDIObjectCache.swift
[262/264] Compiling SwiftMIDIIO MIDIIdentifier.swift
[263/264] Compiling SwiftMIDIIO MIDIIdentifierPersistence.swift
[264/264] Compiling SwiftMIDIIO MIDIInput.swift
Build complete! (22.11s)
Fetching https://github.com/orchetect/swift-testing-extensions
Fetching https://github.com/orchetect/swift-midi-core
[1/1502] Fetching swift-midi-core
[212/2576] Fetching swift-midi-core, swift-testing-extensions
Fetched https://github.com/orchetect/swift-midi-core from cache (0.83s)
Fetched https://github.com/orchetect/swift-testing-extensions from cache (0.83s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.3.0 (1.31s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.75s)
Computing version for https://github.com/orchetect/swift-midi-core
Computed https://github.com/orchetect/swift-midi-core at 1.0.0 (2.40s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (2.50s)
Creating working copy for https://github.com/orchetect/swift-testing-extensions
Working copy of https://github.com/orchetect/swift-testing-extensions resolved at 0.3.0
Creating working copy for https://github.com/orchetect/swift-midi-core
Working copy of https://github.com/orchetect/swift-midi-core resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-midi-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-midi-core"
    },
    {
      "identity" : "swift-testing-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/swift-testing-extensions"
    }
  ],
  "manifest_display_name" : "swift-midi-io",
  "name" : "swift-midi-io",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMIDIIO",
      "targets" : [
        "SwiftMIDIIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMIDIIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMIDIIOTests",
      "path" : "Tests/CoreMIDITests",
      "product_dependencies" : [
        "TestingExtensions"
      ],
      "sources" : [
        "AnyMIDIEndpoint/AnyMIDIEndpoint Tests.swift",
        "Core MIDI/Core MIDI Thru Connections Tests.swift",
        "Core MIDI/MIDIEventList/MIDIEventList Packets Tests.swift",
        "Core MIDI/MIDIPacket/MIDIPacket Tests.swift",
        "Errors/MIDIOSStatus Tests.swift",
        "Integration Tests/Endpoints Updating Tests.swift",
        "Integration Tests/RPN NRPN IO Tests.swift",
        "Integration Tests/Round Trip Tests.swift",
        "MIDIEndpoint/Endpoint Hashable Tests.swift",
        "MIDIEndpoint/Endpoint Testing Utilities.swift",
        "MIDIEndpoint/MIDIEndpoint Collection Tests.swift",
        "MIDIEndpoint/MIDIEndpointFilter Tests.swift",
        "MIDIEndpoint/MIDIEndpointIdentity Tests.swift",
        "MIDIIOObject/MIDIIOObject Collection Tests.swift",
        "MIDIInput/MIDIInput Tests.swift",
        "MIDIInputConnection/MIDIInputConnection Tests.swift",
        "MIDIManager/MIDIManager MIDIIONotification Tests.swift",
        "MIDIManager/MIDIManager Observation Tests.swift",
        "MIDIManager/MIDIManager Public Tests.swift",
        "MIDIManager/MIDIManager Tests.swift",
        "MIDIOutput/MIDIOutput Tests.swift",
        "MIDIOutputConnection/MIDIOutputConnection Tests.swift",
        "MIDIThruConnection/MIDIThruConnection Tests.swift",
        "Packet/MIDIPacketData Tests.swift",
        "SwiftMIDI Type Extensions.swift",
        "Task Extensions.swift",
        "TestActor.swift",
        "Tests Constants.swift"
      ],
      "target_dependencies" : [
        "SwiftMIDIIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMIDIIO",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMIDIIO",
      "path" : "Sources/CoreMIDI",
      "product_dependencies" : [
        "SwiftMIDICore",
        "SwiftMIDIInternals"
      ],
      "product_memberships" : [
        "SwiftMIDIIO"
      ],
      "sources" : [
        "API Evolution/SwiftMIDIIO-API-1.0.0.swift",
        "API Evolution/SwiftMIDIIO-API-1.0.1.swift",
        "API/CoreMIDIAPIVersion.swift",
        "API/MIDIProtocolVersion Extensions.swift",
        "AnyMIDIEndpoint/AnyMIDIEndpoint.swift",
        "AnyMIDIIOObject/AnyMIDIIOObject.swift",
        "Core MIDI/Core MIDI Devices.swift",
        "Core MIDI/Core MIDI Endpoints.swift",
        "Core MIDI/Core MIDI Entities.swift",
        "Core MIDI/Core MIDI IO Constants.swift",
        "Core MIDI/Core MIDI Object.swift",
        "Core MIDI/Core MIDI Properties Get.swift",
        "Core MIDI/Core MIDI Properties Set.swift",
        "Core MIDI/Core MIDI Ref Types.swift",
        "Core MIDI/Core MIDI Thru Connections.swift",
        "Core MIDI/MIDI Packet Utilities.swift",
        "Core MIDI/MIDIEventList/MIDIEventList Packets.swift",
        "Core MIDI/MIDIEventList/MIDIEventList Utilities.swift",
        "Core MIDI/MIDIEventList/MIDIEventPacket Utilities.swift",
        "Core MIDI/MIDIInternalError.swift",
        "Core MIDI/MIDIPacketList/MIDIPacket Utilities.swift",
        "Core MIDI/MIDIPacketList/MIDIPacketList Packets.swift",
        "Core MIDI/MIDIPacketList/MIDIPacketList Utilities.swift",
        "Errors/MIDIIOError.swift",
        "Errors/MIDIOSStatus.swift",
        "MIDIDevice/MIDIDevice.swift",
        "MIDIDevices/MIDIDevices.swift",
        "MIDIDevices/MIDIDevicesProtocol.swift",
        "MIDIEndpoint/MIDIEndpoint Collection.swift",
        "MIDIEndpoint/MIDIEndpoint Comparison.swift",
        "MIDIEndpoint/MIDIEndpoint.swift",
        "MIDIEndpoint/MIDIEndpointIdentity.swift",
        "MIDIEndpoint/MIDIEndpointType.swift",
        "MIDIEndpoints/MIDIEndpointFilter Collection.swift",
        "MIDIEndpoints/MIDIEndpointFilter.swift",
        "MIDIEndpoints/MIDIEndpointFilterMask.swift",
        "MIDIEndpoints/MIDIEndpointMaskedFilter.swift",
        "MIDIEndpoints/MIDIEndpoints.swift",
        "MIDIEndpoints/MIDIEndpointsProtocol.swift",
        "MIDIEntity/MIDIEntity.swift",
        "MIDIIOObject/MIDIIOObject Collection.swift",
        "MIDIIOObject/MIDIIOObject Comparison.swift",
        "MIDIIOObject/MIDIIOObject Properties Dictionary.swift",
        "MIDIIOObject/MIDIIOObject Properties.swift",
        "MIDIIOObject/MIDIIOObject.swift",
        "MIDIIOObject/MIDIIOObjectProperty Value.swift",
        "MIDIIOObject/MIDIIOObjectProperty.swift",
        "MIDIIOObject/MIDIIOObjectType.swift",
        "MIDIIOObject/MIDIObjectCache.swift",
        "MIDIIdentifier/MIDIIdentifier.swift",
        "MIDIIdentifier/MIDIIdentifierPersistence.swift",
        "MIDIInput/MIDIInput.swift",
        "MIDIInputConnection/MIDIInputConnection.swift",
        "MIDIInputConnection/MIDIInputConnectionMode.swift",
        "MIDIInputEndpoint/MIDIInputEndpoint Collection.swift",
        "MIDIInputEndpoint/MIDIInputEndpoint.swift",
        "MIDIManager/MIDIManager ManagedType.swift",
        "MIDIManager/MIDIManager Network Session.swift",
        "MIDIManager/MIDIManager Observation.swift",
        "MIDIManager/MIDIManager Remove.swift",
        "MIDIManager/MIDIManager State.swift",
        "MIDIManager/MIDIManager TagSelection.swift",
        "MIDIManager/MIDIManager addInput.swift",
        "MIDIManager/MIDIManager addInputConnection.swift",
        "MIDIManager/MIDIManager addOutput.swift",
        "MIDIManager/MIDIManager addOutputConnection.swift",
        "MIDIManager/MIDIManager addThruConnection.swift",
        "MIDIManager/MIDIManager.swift",
        "MIDIOutput/MIDIOutput.swift",
        "MIDIOutputConnection/MIDIOutputConnection.swift",
        "MIDIOutputConnection/MIDIOutputConnectionMode.swift",
        "MIDIOutputEndpoint/MIDIOutputEndpoint Collection.swift",
        "MIDIOutputEndpoint/MIDIOutputEndpoint.swift",
        "MIDIReceiveHandler/Handlers/Events.swift",
        "MIDIReceiveHandler/Handlers/EventsBase.swift",
        "MIDIReceiveHandler/Handlers/EventsLogging.swift",
        "MIDIReceiveHandler/Handlers/Group.swift",
        "MIDIReceiveHandler/Handlers/RawData.swift",
        "MIDIReceiveHandler/Handlers/RawDataLogging.swift",
        "MIDIReceiveHandler/Handlers/StrongEventsReceiver.swift",
        "MIDIReceiveHandler/Handlers/WeakEventsReceiver.swift",
        "MIDIReceiveHandler/MIDIReceiver.swift",
        "MIDIReceiveHandler/MIDIReceiverOptions.swift",
        "MIDIReceiveHandler/MIDIReceiverProtocol.swift",
        "MIDIThruConnection/MIDIThruConnection Lifecycle.swift",
        "MIDIThruConnection/MIDIThruConnection Parameters.swift",
        "MIDIThruConnection/MIDIThruConnection Support.swift",
        "MIDIThruConnection/MIDIThruConnection.swift",
        "MIDIThruConnection/MIDIThruConnectionProxy.swift",
        "Network Session/MIDI Network Session.swift",
        "Network Session/MIDIIONetworkConnectionPolicy.swift",
        "Notifications/MIDIIOInternalNotification.swift",
        "Notifications/MIDIIONotification.swift",
        "Protocols/MIDIManaged.swift",
        "Protocols/MIDIManagedReceivesMessages.swift",
        "Protocols/MIDIManagedSendsMessages.swift",
        "SwiftMIDICore Extensions/AnyMIDIPacketData+CoreMIDI.swift",
        "SwiftMIDICore Extensions/MIDI1Parser+CoreMIDI.swift",
        "SwiftMIDICore Extensions/MIDIPacketData+CoreMIDI.swift",
        "SwiftMIDICore Extensions/UniversalMIDIPacketData+CoreMIDI.swift",
        "SwiftMIDIIO.swift",
        "Utilties/DispatchQueue Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.