The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftOCA, reference 0.4.1 (ee619b), with Swift 6.1 for Android on 31 May 2025 04:05:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.git
Reference: 0.4.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PADL/SwiftOCA
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at ee619b7 Revert "make device-side locking functions public"
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
ee619b72b55598b2ffdb9afd0580da2cf74cd71e
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at 0.4.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/SwiftOCA.git
https://github.com/PADL/SwiftOCA.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics"
    },
    {
      "identity" : "socketaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/SocketAddress"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "ioringswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/IORingSwift"
    }
  ],
  "manifest_display_name" : "SwiftOCA",
  "name" : "SwiftOCA",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOCA",
      "targets" : [
        "SwiftOCA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOCADevice",
      "targets" : [
        "SwiftOCADevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OCAEventBenchmark",
      "targets" : [
        "OCAEventBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OCADevice",
      "targets" : [
        "OCADevice"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "dnssd",
      "module_type" : "SystemLibraryTarget",
      "name" : "dnssd",
      "path" : "Sources/dnssd",
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftOCATests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCATests",
      "path" : "Tests/SwiftOCATests",
      "sources" : [
        "SwiftOCATests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADeviceTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADeviceTests",
      "path" : "Tests/SwiftOCADeviceTests",
      "sources" : [
        "SwiftOCADeviceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADevice",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADevice",
      "path" : "Sources/SwiftOCADevice",
      "product_dependencies" : [
        "Logging",
        "IORing",
        "IORingUtils",
        "IORingFoundation"
      ],
      "product_memberships" : [
        "SwiftOCADevice",
        "OCADevice"
      ],
      "sources" : [
        "OCA/Controller.swift",
        "OCA/ControllerDefaultSubscribing.swift",
        "OCA/Device.swift",
        "OCA/DeviceEndpoint.swift",
        "OCA/DeviceEndpointRegistrar.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/PortsRepresentable.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/PolarityState.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/PropertyTypes/BoundedDeviceProperty.swift",
        "OCC/PropertyTypes/DeviceProperty.swift",
        "OCC/PropertyTypes/Serialization.swift",
        "OCC/PropertyTypes/VectorDeviceProperty.swift",
        "OCP.1/Backend/CF/Ocp1CFController.swift",
        "OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyController.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksLogging.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift",
        "OCP.1/Backend/IORing/Ocp1IORingController.swift",
        "OCP.1/Backend/IORing/Ocp1IORingDeviceEndpoint.swift",
        "OCP.1/Backend/Local/LocalConnection.swift",
        "OCP.1/Backend/Local/LocalController.swift",
        "OCP.1/Backend/Local/LocalDeviceEndpoint.swift",
        "OCP.1/Logger+Ocp1ControllerInternal.swift",
        "OCP.1/Ocp1Controller.swift",
        "OCP.1/Ocp1ControllerInternal.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA",
        "dnssd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOCA",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCA",
      "path" : "Sources/SwiftOCA",
      "product_dependencies" : [
        "AsyncExtensions",
        "AnyCodable",
        "SocketAddress",
        "AsyncAlgorithms",
        "SystemPackage",
        "Logging",
        "Atomics",
        "IORing",
        "IORingUtils",
        "IORingFoundation"
      ],
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
        "OCA/Browser.swift",
        "OCA/ClassRegistry.swift",
        "OCA/Connection.swift",
        "OCA/OCF/Data+Hex.swift",
        "OCA/OCF/Data+IntegerCodable.swift",
        "OCA/OCF/DeviceAddressToString.swift",
        "OCA/OCF/LengthTaggedData.swift",
        "OCA/OCF/Locking.swift",
        "OCA/OCF/Sequence+AsyncMap.swift",
        "OCA/OCF/Task+Timeout.swift",
        "OCA/OCF/UnsafeMutablePointer+PropertyBasePointer.swift",
        "OCA/OCF/Weak.swift",
        "OCC/CollectionTypes/Array2D.swift",
        "OCC/CollectionTypes/List2D.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/EventHandler.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/PhysicalPosition.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LibraryManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/PowerManager.swift",
        "OCC/ControlClasses/Managers/SecurityManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/Managers/TaskManager.swift",
        "OCC/ControlClasses/Networks/MediaTransportApplication.swift",
        "OCC/ControlClasses/Networks/NetworkApplication.swift",
        "OCC/ControlClasses/Networks/NetworkInterface.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root+JSON.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/Polarity.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/ControlDataTypes/ApplicationNetworkDataTypes.swift",
        "OCC/ControlDataTypes/BaseDataTypes.swift",
        "OCC/ControlDataTypes/CounterDataTypes.swift",
        "OCC/ControlDataTypes/DeviceManagerDataTypes.swift",
        "OCC/ControlDataTypes/EventDataTypes.swift",
        "OCC/ControlDataTypes/FirmwareManagerDataTypes.swift",
        "OCC/ControlDataTypes/GrouperDataTypes.swift",
        "OCC/ControlDataTypes/LibraryManagerDataTypes.swift",
        "OCC/ControlDataTypes/ManagerDataTypes.swift",
        "OCC/ControlDataTypes/MediaClockDataTypes.swift",
        "OCC/ControlDataTypes/MediaDataTypes.swift",
        "OCC/ControlDataTypes/MediaStreamDataTypes.swift",
        "OCC/ControlDataTypes/MiscFrameworkDataTypes.swift",
        "OCC/ControlDataTypes/ModelDataTypes.swift",
        "OCC/ControlDataTypes/NetworkApplicationDataTypes.swift",
        "OCC/ControlDataTypes/NetworkDataTypes.swift",
        "OCC/ControlDataTypes/PowerManagerDataTypes.swift",
        "OCC/ControlDataTypes/ProgrammingDataTypes.swift",
        "OCC/ControlDataTypes/SearchDataTypes.swift",
        "OCC/ControlDataTypes/TaskManagerDataTypes.swift",
        "OCC/ControlDataTypes/TimeDataTypes.swift",
        "OCC/ControlDataTypes/WellKnownObjectNumbers.swift",
        "OCC/ControlDataTypes/WorkerDataTypes.swift",
        "OCC/PropertyTypes/BoundedProperty.swift",
        "OCC/PropertyTypes/ListProperty.swift",
        "OCC/PropertyTypes/MapProperty.swift",
        "OCC/PropertyTypes/Property.swift",
        "OCC/PropertyTypes/VectorProperty.swift",
        "OCF/Errors.swift",
        "OCF/Messages/Command.swift",
        "OCF/Messages/Header.swift",
        "OCF/Messages/KeepAlive.swift",
        "OCF/Messages/MessageType.swift",
        "OCF/Messages/Notification1.swift",
        "OCF/Messages/Notification2.swift",
        "OCF/Messages/Response.swift",
        "OCP.1/Backend/Ocp1CFSocketConnection.swift",
        "OCP.1/Backend/Ocp1FlyingSocksConnection.swift",
        "OCP.1/Backend/Ocp1IORingConnection.swift",
        "OCP.1/Decoder/Container/KeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/SingleValueBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/UnkeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Ocp1Decoder.swift",
        "OCP.1/Decoder/Ocp1DecoderImpl.swift",
        "OCP.1/Decoder/Ocp1DecodingState.swift",
        "OCP.1/Encoder/Container/KeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/SingleValueOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/UnkeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Ocp1Encoder.swift",
        "OCP.1/Encoder/Ocp1EncoderImpl.swift",
        "OCP.1/Encoder/Ocp1EncodingState.swift",
        "OCP.1/Ocp1CoderAPI.swift",
        "OCP.1/Ocp1Connection+Codable.swift",
        "OCP.1/Ocp1Connection+Connect.swift",
        "OCP.1/Ocp1Connection+Messages.swift",
        "OCP.1/Ocp1Connection+Objects.swift",
        "OCP.1/Ocp1Connection+Subscribe.swift",
        "OCP.1/Ocp1Connection.swift",
        "OCP.1/Ocp1ConnectionMonitor.swift",
        "OCP.1/ReflectionMirror/KeyPath.swift",
        "OCP.1/ReflectionMirror/ReflectionMirror.swift"
      ],
      "target_dependencies" : [
        "KeyPathShims",
        "dnssd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OCAEventBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "OCAEventBenchmark",
      "path" : "Examples/OCAEventBenchmark",
      "product_memberships" : [
        "OCAEventBenchmark"
      ],
      "sources" : [
        "EventBenchmark.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCADevice",
      "module_type" : "SwiftTarget",
      "name" : "OCADevice",
      "path" : "Examples/OCADevice",
      "product_memberships" : [
        "OCADevice"
      ],
      "sources" : [
        "DeviceApp.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "KeyPathShims",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathShims",
      "path" : "Sources/KeyPathShims",
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
        "KeyPathShims.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/apple/swift-atomics
[1/682] Fetching asyncextensions
[622/5073] Fetching asyncextensions, swift-system
[710/5141] Fetching asyncextensions, swift-system, socketaddress
[1256/5923] Fetching asyncextensions, swift-system, socketaddress, anycodable
[2108/7640] Fetching asyncextensions, swift-system, socketaddress, anycodable, swift-atomics
[2550/9795] Fetching asyncextensions, swift-system, socketaddress, anycodable, swift-atomics, ioringswift
Fetched https://github.com/PADL/SocketAddress from cache (0.62s)
[7241/9727] Fetching asyncextensions, swift-system, anycodable, swift-atomics, ioringswift
Fetching https://github.com/apple/swift-log
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.75s)
Fetching https://github.com/apple/swift-async-algorithms
[9028/9045] Fetching swift-system, anycodable, swift-atomics, ioringswift
Fetched https://github.com/apple/swift-system from cache (0.92s)
Fetched https://github.com/Flight-School/AnyCodable from cache (1.03s)
Fetched https://github.com/PADL/IORingSwift from cache (1.05s)
Fetched https://github.com/apple/swift-atomics from cache (1.05s)
[1/3836] Fetching swift-log
[615/8821] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log from cache (0.75s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.65s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.48s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.73s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.66s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (2.19s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.16s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.8 (0.93s)
Fetching https://github.com/dfed/swift-async-queue
[1/1320] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.32s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.89s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.56s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.0.3
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 0.1.8
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.2
Creating working copy for https://github.com/dfed/swift-async-queue
Working copy of https://github.com/dfed/swift-async-queue resolved at 0.7.1
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Building for debugging...
[0/47] Write sources
[20/47] Compiling _AtomicsShims.c
[21/47] Compiling CSystem shims.c
[22/47] Write swift-version-24593BA9C3E375BF.txt
[24/119] Emitting module KeyPathShims
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[25/119] Compiling KeyPathShims KeyPathShims.swift
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[26/120] Wrapping AST for KeyPathShims for debugging
[28/120] Emitting module SystemPackage
[29/123] Emitting module Atomics
[30/125] Compiling Atomics UnsafeAtomic.swift
[31/125] Compiling Atomics UnsafeAtomicLazyReference.swift
[32/125] Emitting module InternalCollectionsUtilities
[33/125] Compiling Atomics ManagedAtomicLazyReference.swift
[36/125] Compiling Atomics IntegerOperations.swift
[37/125] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/125] Compiling InternalCollectionsUtilities Integer rank.swift
[39/126] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/126] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/126] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/126] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/126] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/126] Compiling InternalCollectionsUtilities Debugging.swift
[48/126] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/126] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/126] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/126] Compiling InternalCollectionsUtilities Descriptions.swift
[55/126] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/126] Compiling Atomics AtomicMemoryOrderings.swift
[57/126] Compiling Atomics DoubleWord.swift
[58/126] Compiling Atomics ManagedAtomic.swift
[64/126] Compiling Atomics Unmanaged extensions.swift
[71/127] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/128] Compiling SystemPackage Util+StringArray.swift
[75/128] Compiling SystemPackage Util.swift
[76/128] Compiling SystemPackage UtilConsumers.swift
[76/128] Wrapping AST for Atomics for debugging
[77/128] Wrapping AST for InternalCollectionsUtilities for debugging
[79/291] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[80/324] Compiling HeapModule Heap+Descriptions.swift
[81/349] Compiling HeapModule Heap.swift
[82/349] Compiling HeapModule _HeapNode.swift
[83/349] Emitting module HeapModule
[84/349] Compiling DequeModule Deque+CustomReflectable.swift
[85/349] Compiling DequeModule Deque+Descriptions.swift
[86/351] Compiling DequeModule _DequeBuffer.swift
[87/351] Compiling DequeModule _DequeBufferHeader.swift
[88/351] Compiling HeapModule Heap+Invariants.swift
[89/351] Compiling HeapModule Heap+UnsafeHandle.swift
[90/352] Compiling DequeModule Deque+Equatable.swift
[91/352] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/352] Compiling DequeModule Deque+Extras.swift
[93/352] Compiling DequeModule Deque+Hashable.swift
[94/352] Compiling _RopeModule Rope+Collection.swift
[95/352] Compiling _RopeModule Rope+Index.swift
[96/352] Compiling _RopeModule Rope+Sequence.swift
[97/352] Compiling _RopeModule Rope+Append.swift
[98/352] Compiling _RopeModule Rope+Extract.swift
[99/352] Compiling _RopeModule Rope+Find.swift
[100/352] Compiling _RopeModule Rope+ForEachWhile.swift
[101/359] Emitting module Logging
[103/359] Compiling Logging Locks.swift
[104/359] Compiling DequeModule Deque.swift
[107/359] Compiling DequeModule _DequeSlot.swift
[108/359] Compiling _RopeModule BigString+BidirectionalCollection.swift
[109/359] Compiling _RopeModule BigString+UnicodeScalarView.swift
[110/359] Compiling _RopeModule BigSubstring+UTF16View.swift
[111/359] Compiling _RopeModule BigSubstring+UTF8View.swift
[114/359] Compiling DequeModule Deque+Codable.swift
[115/359] Compiling DequeModule Deque+Collection.swift
[120/359] Compiling Logging LogHandler.swift
[121/359] Compiling Logging Logging.swift
[122/359] Compiling Logging MetadataProvider.swift
[123/360] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[124/360] Compiling _RopeModule BigSubstring.swift
[125/360] Compiling _RopeModule Rope+Builder.swift
[126/360] Compiling _RopeModule Rope+Debugging.swift
[128/361] Compiling DequeModule _UnsafeWrappedBuffer.swift
[129/361] Compiling _RopeModule Rope+Insert.swift
[130/361] Compiling _RopeModule Rope+_Storage.swift
[131/361] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[132/361] Compiling _RopeModule Rope+_UnsafeHandle.swift
[133/361] Compiling _RopeModule Rope.swift
[134/361] Compiling _RopeModule RopeElement.swift
[135/361] Compiling _RopeModule RopeMetric.swift
[136/361] Compiling _RopeModule BigString+Equatable.swift
[137/361] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[138/361] Compiling _RopeModule BigString+Hashing.swift
[139/361] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[140/361] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[141/361] Compiling _RopeModule BigString+Sequence.swift
[142/361] Compiling _RopeModule BigString+TextOutputStream.swift
[143/361] Compiling _RopeModule _RopeVersion.swift
[145/383] Wrapping AST for Logging for debugging
[150/384] Compiling _RopeModule Rope+Invariants.swift
[151/384] Compiling _RopeModule Rope+_Node.swift
[152/384] Compiling _RopeModule BigString+Comparable.swift
[153/384] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[154/384] Compiling _RopeModule BigString+CustomStringConvertible.swift
[155/386] Compiling BitCollections BitArray+BitwiseOperations.swift
[156/386] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[157/386] Compiling BitCollections BitArray+Codable.swift
[158/386] Compiling BitCollections BitArray+Collection.swift
[159/386] Compiling BitCollections BitArray+Copy.swift
[160/386] Compiling BitCollections BitArray+CustomReflectable.swift
[161/386] Compiling BitCollections BitArray+Descriptions.swift
[162/386] Compiling BitCollections BitArray+Equatable.swift
[163/386] Compiling BitCollections BitSet+Random.swift
[164/386] Compiling BitCollections BitSet+SetAlgebra basics.swift
[165/386] Compiling BitCollections BitSet+Initializers.swift
[166/386] Compiling BitCollections BitSet+Invariants.swift
[167/386] Compiling BitCollections BitSet+CustomReflectable.swift
[168/386] Compiling BitCollections BitSet+CustomStringConvertible.swift
[169/386] Compiling BitCollections BitSet+Equatable.swift
[170/386] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[171/386] Compiling BitCollections BitSet+Extras.swift
[172/386] Compiling BitCollections BitSet+Hashable.swift
[173/386] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[174/386] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[187/399] Compiling OrderedCollections OrderedSet+Sendable.swift
[188/399] Compiling OrderedCollections OrderedSet+SubSequence.swift
[189/399] Compiling OrderedCollections OrderedSet+Testing.swift
[190/399] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[191/399] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[192/399] Compiling OrderedCollections OrderedSet.swift
[193/399] Compiling OrderedCollections _UnsafeBitset.swift
[194/399] Compiling _RopeModule BigString+RemoveSubrange.swift
[195/399] Compiling _RopeModule BigString+ReplaceSubrange.swift
[196/399] Compiling _RopeModule BigString+Split.swift
[196/424] Wrapping AST for HeapModule for debugging
[198/424] Compiling _RopeModule Range+BigString.swift
[199/424] Compiling _RopeModule BigString+UTF16View.swift
[200/424] Compiling _RopeModule BigString+UTF8View.swift
[201/424] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[202/424] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[203/424] Compiling HashTreeCollections TreeDictionary+Keys.swift
[204/424] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[205/424] Compiling HashTreeCollections TreeDictionary+Merge.swift
[206/424] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[207/424] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[208/424] Compiling HashTreeCollections TreeDictionary+Values.swift
[209/427] Compiling AnyCodable AnyEncodable.swift
[210/427] Emitting module AnyCodable
[210/427] Wrapping AST for SystemPackage for debugging
[212/427] Compiling AnyCodable AnyDecodable.swift
[213/427] Compiling AnyCodable AnyCodable.swift
[214/428] Emitting module BitCollections
[216/435] Compiling SocketAddress Utils.swift
[216/435] Wrapping AST for AnyCodable for debugging
[218/435] Emitting module DequeModule
[220/436] Compiling BitCollections UInt+Tricks.swift
[221/436] Compiling BitCollections _Word.swift
[230/445] Emitting module SocketAddress
[231/445] Compiling SocketAddress SocketAddress.swift
[232/446] Wrapping AST for DequeModule for debugging
[234/446] Compiling _RopeModule _CharacterRecognizer.swift
[235/446] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[236/446] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[237/446] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[238/446] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[239/446] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[240/446] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[241/446] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[242/446] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[243/446] Compiling HashTreeCollections TreeSet.swift
[244/446] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[255/446] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[256/446] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[257/446] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[258/446] Emitting module OrderedCollections
[259/446] Compiling BitCollections BitSet.swift
[260/446] Compiling BitCollections Range+Utilities.swift
[261/446] Compiling BitCollections Slice+Utilities.swift
[274/446] Compiling BitCollections BitArray+Testing.swift
[275/446] Compiling BitCollections BitArray._UnsafeHandle.swift
[276/446] Compiling BitCollections BitArray.swift
[277/446] Compiling BitCollections BitSet+BidirectionalCollection.swift
[278/446] Compiling BitCollections BitSet+Codable.swift
[279/446] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[280/446] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[281/446] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[282/446] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[283/446] Compiling BitCollections BitSet+SetAlgebra union.swift
[284/446] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[287/447] Compiling BitCollections BitArray+Extras.swift
[288/447] Compiling BitCollections BitArray+Fill.swift
[289/447] Compiling BitCollections BitArray+Hashable.swift
[290/447] Compiling BitCollections BitArray+Initializers.swift
[291/447] Compiling BitCollections BitArray+Invariants.swift
[292/447] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[293/447] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[294/447] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[295/447] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[296/447] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[297/447] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[298/447] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[299/447] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[306/447] Compiling BitCollections BitSet.Counted.swift
[306/447] Wrapping AST for SocketAddress for debugging
[328/447] Wrapping AST for OrderedCollections for debugging
[330/447] Compiling BitCollections BitSet.Index.swift
[331/447] Compiling BitCollections BitSet._UnsafeHandle.swift
[337/450] Compiling BitCollections BitArray+RandomBits.swift
[338/450] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[339/450] Compiling BitCollections BitArray+Shifts.swift
[345/470] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[346/470] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[347/470] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[348/470] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[349/470] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[350/470] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[351/470] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[352/470] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[353/493] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[354/493] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[355/493] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[356/493] Compiling AsyncAlgorithms CombineLatestStorage.swift
[357/493] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[358/493] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[359/493] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[360/493] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[361/493] Compiling AsyncAlgorithms AsyncChannel.swift
[362/493] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[363/493] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[364/493] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[365/493] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[366/493] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[367/493] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[368/493] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[369/493] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[370/493] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[371/493] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[372/493] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[373/493] Compiling AsyncAlgorithms ChannelStateMachine.swift
[374/493] Compiling AsyncAlgorithms ChannelStorage.swift
[375/493] Wrapping AST for BitCollections for debugging
[377/493] Emitting module _RopeModule
[378/493] Emitting module HashTreeCollections
[381/494] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[382/494] Compiling AsyncAlgorithms MergeStateMachine.swift
[383/494] Compiling AsyncAlgorithms MergeStorage.swift
[384/494] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[385/494] Compiling AsyncAlgorithms Rethrow.swift
[385/500] Wrapping AST for HashTreeCollections for debugging
[387/500] Emitting module AsyncAlgorithms
[395/500] Compiling _RopeModule Rope+Join.swift
[396/500] Compiling _RopeModule Rope+MutatingForEach.swift
[397/500] Compiling _RopeModule Rope+Remove.swift
[398/500] Compiling _RopeModule Rope+RemoveSubrange.swift
[399/500] Compiling _RopeModule Rope+Split.swift
[400/500] Compiling _RopeModule Optional Utilities.swift
[401/500] Compiling _RopeModule String Utilities.swift
[402/500] Compiling _RopeModule String.Index+ABI.swift
[404/500] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[405/500] Compiling AsyncAlgorithms DebounceStateMachine.swift
[406/500] Compiling AsyncAlgorithms DebounceStorage.swift
[407/500] Compiling AsyncAlgorithms Dictionary.swift
[408/500] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[409/500] Compiling AsyncAlgorithms Locking.swift
[411/500] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[412/500] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[413/500] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[462/500] Compiling AsyncAlgorithms ZipStateMachine.swift
[463/500] Compiling AsyncAlgorithms ZipStorage.swift
[471/501] Wrapping AST for _RopeModule for debugging
[485/503] Emitting module Collections
[486/503] Compiling Collections Collections.swift
[487/504] Compiling AsyncAlgorithms SetAlgebra.swift
[488/504] Compiling AsyncAlgorithms UnsafeTransfer.swift
[489/504] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[490/504] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[494/505] Wrapping AST for Collections for debugging
[495/505] Wrapping AST for AsyncAlgorithms for debugging
[497/537] Compiling AsyncExtensions AsyncEmptySequence.swift
[498/537] Compiling AsyncExtensions AsyncFailSequence.swift
[499/537] Compiling AsyncExtensions AsyncJustSequence.swift
[500/537] Compiling AsyncExtensions AsyncStream+Pipe.swift
[501/541] Emitting module AsyncExtensions
[502/541] Compiling AsyncExtensions AsyncSequence+Collect.swift
[503/541] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[504/541] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[505/541] Compiling AsyncExtensions AsyncSequence+Share.swift
[506/541] Compiling AsyncExtensions AsyncMulticastSequence.swift
[507/541] Compiling AsyncExtensions AsyncPrependSequence.swift
[508/541] Compiling AsyncExtensions AsyncScanSequence.swift
[509/541] Compiling AsyncExtensions AsyncSequence+Assign.swift
[510/541] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[511/541] Compiling AsyncExtensions AsyncTimerSequence.swift
[512/541] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[513/541] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[514/541] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[515/541] Compiling AsyncExtensions Locking.swift
[516/541] Compiling AsyncExtensions Regulator.swift
[517/541] Compiling AsyncExtensions Result+ErrorMechanism.swift
[518/541] Compiling AsyncExtensions AsyncBufferedChannel.swift
[519/541] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[520/541] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[521/541] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[522/541] Compiling AsyncExtensions AsyncReplaySubject.swift
[523/541] Compiling AsyncExtensions AsyncMergeSequence.swift
[524/541] Compiling AsyncExtensions MergeStateMachine.swift
[525/541] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[526/541] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[527/541] Compiling AsyncExtensions Termination.swift
[528/541] Compiling AsyncExtensions AsyncSubject.swift
[529/541] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[530/541] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[531/541] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[532/541] Compiling AsyncExtensions Streamed.swift
[533/542] Wrapping AST for AsyncExtensions for debugging
[535/655] Compiling SwiftOCA ModelDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[536/655] Compiling SwiftOCA NetworkApplicationDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[537/655] Compiling SwiftOCA NetworkDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[538/655] Compiling SwiftOCA PowerManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[539/655] Compiling SwiftOCA ProgrammingDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[540/655] Compiling SwiftOCA SearchDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[541/655] Compiling SwiftOCA TaskManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[542/655] Compiling SwiftOCA TimeDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[543/655] Compiling SwiftOCA WellKnownObjectNumbers.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[544/655] Compiling SwiftOCA WorkerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[545/655] Compiling SwiftOCA BoundedProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[546/655] Compiling SwiftOCA ListProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[547/655] Compiling SwiftOCA MapProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[548/655] Compiling SwiftOCA Property.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[549/655] Compiling SwiftOCA VectorProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[550/655] Compiling SwiftOCA Errors.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[551/671] Compiling SwiftOCA Command.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[552/671] Compiling SwiftOCA Header.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[553/671] Compiling SwiftOCA KeepAlive.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[554/671] Compiling SwiftOCA MessageType.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[555/671] Compiling SwiftOCA Notification1.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[556/671] Compiling SwiftOCA Notification2.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[557/671] Compiling SwiftOCA Response.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[558/671] Compiling SwiftOCA Ocp1CFSocketConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[559/671] Compiling SwiftOCA Ocp1FlyingSocksConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[560/671] Compiling SwiftOCA Ocp1IORingConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[561/671] Compiling SwiftOCA KeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[562/671] Compiling SwiftOCA SingleValueBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[563/671] Compiling SwiftOCA UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[564/671] Compiling SwiftOCA Ocp1Decoder.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[565/671] Compiling SwiftOCA Ocp1DecoderImpl.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[566/671] Compiling SwiftOCA Ocp1DecodingState.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[567/671] Compiling SwiftOCA LibraryManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[568/671] Compiling SwiftOCA LockManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[569/671] Compiling SwiftOCA Manager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[570/671] Compiling SwiftOCA MediaClockManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[571/671] Compiling SwiftOCA NetworkManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[572/671] Compiling SwiftOCA PowerManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[573/671] Compiling SwiftOCA SecurityManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[574/671] Compiling SwiftOCA SubscriptionManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[575/671] Compiling SwiftOCA TaskManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[576/671] Compiling SwiftOCA MediaTransportApplication.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[577/671] Compiling SwiftOCA NetworkApplication.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[578/671] Compiling SwiftOCA NetworkInterface.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[579/671] Compiling SwiftOCA Root+Commands.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[580/671] Compiling SwiftOCA Root+JSON.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[581/671] Compiling SwiftOCA Root.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[582/671] Compiling SwiftOCA Actuator.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[583/671] Compiling SwiftOCA BasicActuators.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[584/671] Compiling SwiftOCA Frequency.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[585/671] Compiling SwiftOCA Gain.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[586/671] Compiling SwiftOCA Mute.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[587/671] Compiling SwiftOCA PanBalance.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[588/671] Compiling SwiftOCA Polarity.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[589/671] Compiling SwiftOCA SignalInput.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[590/671] Compiling SwiftOCA SignalOutput.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[591/671] Compiling SwiftOCA SummingPoint.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[592/671] Compiling SwiftOCA Switch.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[593/671] Compiling SwiftOCA Block.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[594/671] Compiling SwiftOCA Matrix.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[595/671] Compiling SwiftOCA AudioLevelSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[596/671] Compiling SwiftOCA BasicSensors.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[597/671] Compiling SwiftOCA IdentificationSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[598/671] Compiling SwiftOCA LevelSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[599/671] Compiling SwiftOCA Sensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[600/671] Compiling SwiftOCA TemperatureSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[601/671] Compiling SwiftOCA Worker.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[602/671] Compiling SwiftOCA ApplicationNetworkDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[603/671] Compiling SwiftOCA BaseDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[604/671] Compiling SwiftOCA CounterDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[605/671] Compiling SwiftOCA DeviceManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[606/671] Compiling SwiftOCA EventDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[607/671] Compiling SwiftOCA FirmwareManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[608/671] Compiling SwiftOCA GrouperDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[609/671] Compiling SwiftOCA LibraryManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[610/671] Compiling SwiftOCA ManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[611/671] Compiling SwiftOCA MediaClockDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[612/671] Compiling SwiftOCA MediaDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[613/671] Compiling SwiftOCA MediaStreamDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[614/671] Compiling SwiftOCA MiscFrameworkDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[615/671] Compiling SwiftOCA Browser.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[616/671] Compiling SwiftOCA ClassRegistry.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[617/671] Compiling SwiftOCA Connection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[618/671] Compiling SwiftOCA Data+Hex.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[619/671] Compiling SwiftOCA Data+IntegerCodable.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[620/671] Compiling SwiftOCA DeviceAddressToString.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[621/671] Compiling SwiftOCA LengthTaggedData.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[622/671] Compiling SwiftOCA Locking.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[623/671] Compiling SwiftOCA Sequence+AsyncMap.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[624/671] Compiling SwiftOCA Task+Timeout.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[625/671] Compiling SwiftOCA UnsafeMutablePointer+PropertyBasePointer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[626/671] Compiling SwiftOCA Weak.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[627/671] Compiling SwiftOCA Array2D.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[628/671] Compiling SwiftOCA List2D.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[629/671] Compiling SwiftOCA Agent.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[630/671] Compiling SwiftOCA CounterNotifier.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[631/671] Compiling SwiftOCA CounterSetAgent.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[632/671] Compiling SwiftOCA EventHandler.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[633/671] Compiling SwiftOCA Group.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[634/671] Compiling SwiftOCA Grouper.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[635/671] Compiling SwiftOCA MediaClock3.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[636/671] Compiling SwiftOCA PhysicalPosition.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[637/671] Compiling SwiftOCA TimeSource.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[638/671] Compiling SwiftOCA ApplicationNetwork.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[639/671] Compiling SwiftOCA ControlNetwork.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[640/671] Compiling SwiftOCA MediaTransportNetwork.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[641/671] Compiling SwiftOCA AudioProcessingManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[642/671] Compiling SwiftOCA CodingManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[643/671] Compiling SwiftOCA DeviceManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[644/671] Compiling SwiftOCA DeviceTimeManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[645/671] Compiling SwiftOCA DiagnosticManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[646/671] Compiling SwiftOCA FirmwareManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
error: emit-module command failed with exit code 1 (use -v to see invocation)
[647/671] Emitting module SwiftOCA
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[648/671] Compiling SwiftOCA KeyedOcp1EncodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[649/671] Compiling SwiftOCA SingleValueOcp1EncodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[650/671] Compiling SwiftOCA UnkeyedOcp1EncodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[651/671] Compiling SwiftOCA Ocp1Encoder.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[652/671] Compiling SwiftOCA Ocp1EncoderImpl.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[653/671] Compiling SwiftOCA Ocp1EncodingState.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[654/671] Compiling SwiftOCA Ocp1CoderAPI.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[655/671] Compiling SwiftOCA Ocp1Connection+Codable.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[656/671] Compiling SwiftOCA Ocp1Connection+Connect.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[657/671] Compiling SwiftOCA Ocp1Connection+Messages.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[658/671] Compiling SwiftOCA Ocp1Connection+Objects.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[659/671] Compiling SwiftOCA Ocp1Connection+Subscribe.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[660/671] Compiling SwiftOCA Ocp1Connection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[661/671] Compiling SwiftOCA Ocp1ConnectionMonitor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[662/671] Compiling SwiftOCA KeyPath.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[663/671] Compiling SwiftOCA ReflectionMirror.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/25] Write swift-version-24593BA9C3E375BF.txt
[2/65] Compiling KeyPathShims KeyPathShims.swift
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[3/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/98] Emitting module KeyPathShims
/host/spi-builder-workspace/Sources/KeyPathShims/KeyPathShims.swift:15:1: warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
13 | import Swift
14 | @_implementationOnly
15 | import SwiftShims
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'KeyPathShims' may lead to instability during execution
16 |
17 | class AnyKeyPath {
[6/99] Compiling Logging MetadataProvider.swift
[7/98] Compiling Logging LogHandler.swift
[8/98] Compiling SystemPackage FilePathParsing.swift
[9/98] Compiling SystemPackage FilePathString.swift
[10/98] Compiling SystemPackage FilePathSyntax.swift
[11/98] Compiling SystemPackage FilePathTemp.swift
[12/98] Compiling SystemPackage FilePathWindows.swift
[13/98] Compiling SystemPackage FilePermissions.swift
[14/98] Compiling SystemPackage Backcompat.swift
[15/98] Compiling SystemPackage CInterop.swift
[16/100] Compiling SystemPackage FileDescriptor.swift
[17/100] Compiling SystemPackage FileHelpers.swift
[18/100] Compiling SystemPackage FilePathComponentView.swift
[19/100] Compiling SystemPackage FilePathComponents.swift
[21/100] Compiling AnyCodable AnyEncodable.swift
[22/100] Compiling SystemPackage Errno.swift
[23/100] Compiling SystemPackage ErrnoWindows.swift
[24/100] Compiling Logging Locks.swift
[25/100] Compiling SystemPackage FilePathTempPosix.swift
[26/100] Compiling SystemPackage FilePathTempWindows.swift
[27/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/100] Emitting module AnyCodable
[29/100] Compiling Atomics IntegerOperations.swift
[30/100] Compiling Atomics Unmanaged extensions.swift
[35/100] Compiling SystemPackage Mocking.swift
[36/100] Compiling SystemPackage RawBuffer.swift
[37/100] Compiling SystemPackage Syscalls.swift
[38/100] Compiling SystemPackage WindowsSyscallAdapters.swift
[39/103] Emitting module Logging
[43/103] Compiling AnyCodable AnyCodable.swift
[44/103] Compiling AnyCodable AnyDecodable.swift
[45/104] Compiling SystemPackage MachPort.swift
[46/104] Compiling SystemPackage PlatformString.swift
[47/104] Compiling SystemPackage SystemString.swift
[49/104] Compiling SystemPackage FileOperations.swift
[50/104] Compiling SystemPackage FilePath.swift
[61/103] Compiling SystemPackage Util+StringArray.swift
[62/103] Compiling SystemPackage Util.swift
[63/103] Compiling SystemPackage UtilConsumers.swift
[64/103] Emitting module InternalCollectionsUtilities
[66/104] Compiling Logging Logging.swift
[68/326] Compiling HashTreeCollections _HashLevel.swift
[69/326] Compiling HashTreeCollections _HashNode+Builder.swift
[70/326] Compiling HashTreeCollections _HashNode+Debugging.swift
[71/326] Compiling HashTreeCollections _HashNode+Initializers.swift
[72/326] Compiling HashTreeCollections _AncestorHashSlots.swift
[73/326] Compiling HashTreeCollections _Bitmap.swift
[74/326] Compiling HashTreeCollections _Bucket.swift
[75/326] Compiling HashTreeCollections _Hash.swift
[76/326] Emitting module SystemPackage
[81/329] Compiling HeapModule Heap+Descriptions.swift
[83/329] Compiling HeapModule _HeapNode.swift
[84/368] Compiling HeapModule Heap.swift
[85/368] Compiling BitCollections BitArray+Hashable.swift
[86/368] Compiling BitCollections BitArray+Initializers.swift
[87/382] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[88/382] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[89/382] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[90/382] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[91/382] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[92/382] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[93/382] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[94/389] Compiling HeapModule Heap+Invariants.swift
[95/389] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[96/389] Compiling HeapModule Heap+UnsafeHandle.swift
[97/389] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[98/389] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[99/389] Compiling BitCollections BitSet+SetAlgebra union.swift
[100/389] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[101/389] Compiling BitCollections BitSet.Counted.swift
[102/389] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[103/389] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[104/389] Emitting module HeapModule
[105/390] Emitting module Atomics
[107/393] Compiling BitCollections BitArray+Invariants.swift
[108/393] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[108/393] Wrapping AST for SystemPackage for debugging
[110/393] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[111/393] Compiling BitCollections BitSet+CustomReflectable.swift
[112/393] Compiling BitCollections BitSet+CustomStringConvertible.swift
[113/393] Compiling BitCollections BitSet+Equatable.swift
[114/393] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[115/393] Compiling BitCollections BitSet+Extras.swift
[116/393] Compiling BitCollections BitSet+Hashable.swift
[117/393] Compiling BitCollections BitSet+Initializers.swift
[118/393] Compiling BitCollections BitSet+Invariants.swift
[119/393] Compiling BitCollections BitSet+Random.swift
[120/393] Compiling BitCollections BitSet+SetAlgebra basics.swift
[121/393] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[122/393] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[123/393] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[124/393] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[125/393] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[126/393] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[127/393] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[128/393] Compiling BitCollections BitArray+Extras.swift
[129/393] Compiling BitCollections BitArray+Fill.swift
[134/393] Compiling BitCollections BitArray+RandomBits.swift
[135/393] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[136/393] Compiling BitCollections BitArray+Shifts.swift
[137/393] Compiling BitCollections BitArray+Testing.swift
[138/393] Compiling BitCollections BitArray._UnsafeHandle.swift
[139/393] Compiling BitCollections BitArray.swift
[140/393] Compiling BitCollections BitSet+BidirectionalCollection.swift
[141/393] Compiling BitCollections BitSet+Codable.swift
[142/393] Compiling BitCollections BitArray+Descriptions.swift
[143/393] Compiling BitCollections BitArray+Equatable.swift
[148/393] Compiling HashTreeCollections TreeSet+Hashable.swift
[149/393] Compiling HashTreeCollections TreeSet+Sendable.swift
[150/393] Compiling HashTreeCollections TreeSet+Sequence.swift
[151/393] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[152/393] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[153/393] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[154/393] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[155/393] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[156/393] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[157/393] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[158/393] Compiling OrderedCollections OrderedSet+SubSequence.swift
[159/393] Compiling OrderedCollections OrderedSet+Testing.swift
[160/393] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[161/393] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[162/393] Compiling OrderedCollections OrderedSet.swift
[163/393] Compiling OrderedCollections _UnsafeBitset.swift
[164/393] Compiling HashTreeCollections TreeSet+Equatable.swift
[165/393] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[166/393] Compiling HashTreeCollections TreeSet+Extras.swift
[167/393] Compiling HashTreeCollections TreeSet+Filter.swift
[178/393] Compiling OrderedCollections OrderedSet+Sendable.swift
[179/393] Compiling SocketAddress Utils.swift
[179/403] Wrapping AST for Logging for debugging
[181/403] Compiling BitCollections BitArray+BitwiseOperations.swift
[182/403] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[190/410] Emitting module DequeModule
[190/411] Wrapping AST for InternalCollectionsUtilities for debugging
[192/411] Compiling BitCollections _Word.swift
[204/420] Compiling BitCollections BitArray+Codable.swift
[205/420] Compiling BitCollections BitArray+Collection.swift
[206/420] Compiling BitCollections BitArray+Copy.swift
[207/420] Compiling BitCollections BitArray+CustomReflectable.swift
[211/420] Compiling BitCollections BitSet.Index.swift
[212/420] Compiling BitCollections BitSet._UnsafeHandle.swift
[213/420] Compiling BitCollections BitSet.swift
[214/420] Compiling BitCollections Range+Utilities.swift
[215/420] Compiling BitCollections Slice+Utilities.swift
[216/420] Compiling BitCollections UInt+Tricks.swift
[216/421] Wrapping AST for HeapModule for debugging
[256/421] Wrapping AST for DequeModule for debugging
[258/421] Emitting module BitCollections
[259/421] Compiling _RopeModule _CharacterRecognizer.swift
[260/421] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[261/421] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[262/421] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[263/421] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[264/421] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[265/421] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[266/421] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[267/421] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[268/421] Compiling HashTreeCollections TreeSet.swift
[295/421] Emitting module OrderedCollections
[344/423] Emitting module SocketAddress
[345/423] Compiling SocketAddress SocketAddress.swift
[345/424] Wrapping AST for Atomics for debugging
[369/424] Emitting module _RopeModule
[380/424] Compiling _RopeModule Rope+Join.swift
[381/424] Compiling _RopeModule Rope+MutatingForEach.swift
[382/424] Compiling _RopeModule Rope+Remove.swift
[383/424] Compiling _RopeModule Rope+RemoveSubrange.swift
[384/424] Compiling _RopeModule Rope+Split.swift
[385/424] Compiling _RopeModule Optional Utilities.swift
[386/424] Compiling _RopeModule String Utilities.swift
[387/424] Compiling _RopeModule String.Index+ABI.swift
[389/424] Emitting module HashTreeCollections
[409/423] Wrapping AST for OrderedCollections for debugging
[411/437] Wrapping AST for HashTreeCollections for debugging
[412/470] Wrapping AST for _RopeModule for debugging
[414/471] Compiling Collections Collections.swift
[415/471] Emitting module Collections
[417/471] Emitting module AsyncAlgorithms
[418/478] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[419/478] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[420/478] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[421/478] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[422/478] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[423/478] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[424/478] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[425/478] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[426/478] Compiling AsyncAlgorithms DebounceStateMachine.swift
[427/478] Compiling AsyncAlgorithms DebounceStorage.swift
[428/478] Compiling AsyncAlgorithms Dictionary.swift
[429/478] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[430/478] Compiling AsyncAlgorithms Locking.swift
[431/478] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[432/478] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[433/478] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[434/478] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[435/478] Compiling AsyncAlgorithms AsyncChannel.swift
[436/478] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[437/478] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[438/478] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[439/478] Compiling AsyncAlgorithms MergeStateMachine.swift
[440/478] Compiling AsyncAlgorithms MergeStorage.swift
[441/478] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[442/478] Compiling AsyncAlgorithms Rethrow.swift
[443/509] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[444/509] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[445/509] Compiling AsyncExtensions AsyncSequence+Share.swift
[446/509] Compiling AsyncExtensions AsyncMergeSequence.swift
[447/509] Compiling AsyncExtensions MergeStateMachine.swift
[448/509] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[449/509] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[450/509] Compiling AsyncExtensions Termination.swift
[451/509] Compiling AsyncExtensions AsyncMulticastSequence.swift
[452/509] Compiling AsyncExtensions AsyncPrependSequence.swift
[453/509] Compiling AsyncExtensions AsyncScanSequence.swift
[454/509] Compiling AsyncExtensions AsyncSequence+Assign.swift
[455/509] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[456/509] Compiling AsyncExtensions AsyncBufferedChannel.swift
[457/509] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[458/509] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[459/509] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[460/509] Compiling AsyncExtensions AsyncReplaySubject.swift
[461/509] Compiling AsyncExtensions AsyncSequence+Collect.swift
[462/509] Emitting module AsyncExtensions
[464/513] Compiling AsyncExtensions AsyncTimerSequence.swift
[465/513] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[466/513] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[467/513] Compiling AsyncExtensions AsyncEmptySequence.swift
[468/513] Compiling AsyncExtensions AsyncFailSequence.swift
[469/513] Compiling AsyncExtensions AsyncJustSequence.swift
[470/513] Compiling AsyncExtensions AsyncStream+Pipe.swift
[484/513] Compiling AsyncExtensions AsyncSubject.swift
[485/513] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[486/513] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[487/513] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[488/513] Compiling AsyncExtensions Streamed.swift
[494/513] Compiling AsyncAlgorithms SetAlgebra.swift
[495/513] Compiling AsyncAlgorithms UnsafeTransfer.swift
[496/513] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[497/513] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[498/513] Compiling AsyncAlgorithms ZipStateMachine.swift
[499/513] Compiling AsyncAlgorithms ZipStorage.swift
[501/513] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[502/513] Compiling AsyncExtensions Locking.swift
[503/513] Compiling AsyncExtensions Regulator.swift
[504/513] Compiling AsyncExtensions Result+ErrorMechanism.swift
[505/514] Wrapping AST for AsyncExtensions for debugging
[507/627] Compiling SwiftOCA Browser.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[508/627] Compiling SwiftOCA ClassRegistry.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[509/627] Compiling SwiftOCA Connection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[510/627] Compiling SwiftOCA Data+Hex.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[511/627] Compiling SwiftOCA Data+IntegerCodable.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[512/627] Compiling SwiftOCA DeviceAddressToString.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[513/627] Compiling SwiftOCA LengthTaggedData.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[514/627] Compiling SwiftOCA Locking.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[515/627] Compiling SwiftOCA Sequence+AsyncMap.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[516/627] Compiling SwiftOCA Task+Timeout.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[517/627] Compiling SwiftOCA UnsafeMutablePointer+PropertyBasePointer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[518/627] Compiling SwiftOCA Weak.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[519/627] Compiling SwiftOCA Array2D.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[520/627] Compiling SwiftOCA List2D.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[521/627] Compiling SwiftOCA Agent.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[522/627] Compiling SwiftOCA CounterNotifier.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[523/643] Compiling SwiftOCA Command.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[524/643] Compiling SwiftOCA Header.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[525/643] Compiling SwiftOCA KeepAlive.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[526/643] Compiling SwiftOCA MessageType.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[527/643] Compiling SwiftOCA Notification1.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[528/643] Compiling SwiftOCA Notification2.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[529/643] Compiling SwiftOCA Response.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[530/643] Compiling SwiftOCA Ocp1CFSocketConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[531/643] Compiling SwiftOCA Ocp1FlyingSocksConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[532/643] Compiling SwiftOCA Ocp1IORingConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[533/643] Compiling SwiftOCA KeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[534/643] Compiling SwiftOCA SingleValueBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[535/643] Compiling SwiftOCA UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[536/643] Compiling SwiftOCA Ocp1Decoder.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[537/643] Compiling SwiftOCA Ocp1DecoderImpl.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[538/643] Compiling SwiftOCA Ocp1DecodingState.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[539/643] Compiling SwiftOCA BasicActuators.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[540/643] Compiling SwiftOCA Frequency.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[541/643] Compiling SwiftOCA Gain.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[542/643] Compiling SwiftOCA Mute.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[543/643] Compiling SwiftOCA PanBalance.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[544/643] Compiling SwiftOCA Polarity.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[545/643] Compiling SwiftOCA SignalInput.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[546/643] Compiling SwiftOCA SignalOutput.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[547/643] Compiling SwiftOCA SummingPoint.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[548/643] Compiling SwiftOCA Switch.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[549/643] Compiling SwiftOCA Block.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[550/643] Compiling SwiftOCA Matrix.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[551/643] Compiling SwiftOCA AudioLevelSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[552/643] Compiling SwiftOCA BasicSensors.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[553/643] Compiling SwiftOCA IdentificationSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[554/643] Compiling SwiftOCA LevelSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[555/643] Compiling SwiftOCA LibraryManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[556/643] Compiling SwiftOCA LockManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[557/643] Compiling SwiftOCA Manager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[558/643] Compiling SwiftOCA MediaClockManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[559/643] Compiling SwiftOCA NetworkManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[560/643] Compiling SwiftOCA PowerManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[561/643] Compiling SwiftOCA SecurityManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[562/643] Compiling SwiftOCA SubscriptionManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[563/643] Compiling SwiftOCA TaskManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[564/643] Compiling SwiftOCA MediaTransportApplication.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[565/643] Compiling SwiftOCA NetworkApplication.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[566/643] Compiling SwiftOCA NetworkInterface.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[567/643] Compiling SwiftOCA Root+Commands.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[568/643] Compiling SwiftOCA Root+JSON.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[569/643] Compiling SwiftOCA Root.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[570/643] Compiling SwiftOCA Actuator.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
error: emit-module command failed with exit code 1 (use -v to see invocation)
[571/643] Emitting module SwiftOCA
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[572/643] Compiling SwiftOCA ModelDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[573/643] Compiling SwiftOCA NetworkApplicationDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[574/643] Compiling SwiftOCA NetworkDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[575/643] Compiling SwiftOCA PowerManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[576/643] Compiling SwiftOCA ProgrammingDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[577/643] Compiling SwiftOCA SearchDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[578/643] Compiling SwiftOCA TaskManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[579/643] Compiling SwiftOCA TimeDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[580/643] Compiling SwiftOCA WellKnownObjectNumbers.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[581/643] Compiling SwiftOCA WorkerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[582/643] Compiling SwiftOCA BoundedProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[583/643] Compiling SwiftOCA ListProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[584/643] Compiling SwiftOCA MapProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[585/643] Compiling SwiftOCA Property.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[586/643] Compiling SwiftOCA VectorProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[587/643] Compiling SwiftOCA Errors.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[588/643] Compiling SwiftOCA Sensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[589/643] Compiling SwiftOCA TemperatureSensor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[590/643] Compiling SwiftOCA Worker.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[591/643] Compiling SwiftOCA ApplicationNetworkDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[592/643] Compiling SwiftOCA BaseDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[593/643] Compiling SwiftOCA CounterDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[594/643] Compiling SwiftOCA DeviceManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[595/643] Compiling SwiftOCA EventDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[596/643] Compiling SwiftOCA FirmwareManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[597/643] Compiling SwiftOCA GrouperDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[598/643] Compiling SwiftOCA LibraryManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[599/643] Compiling SwiftOCA ManagerDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[600/643] Compiling SwiftOCA MediaClockDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[601/643] Compiling SwiftOCA MediaDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[602/643] Compiling SwiftOCA MediaStreamDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[603/643] Compiling SwiftOCA MiscFrameworkDataTypes.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[604/643] Compiling SwiftOCA CounterSetAgent.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[605/643] Compiling SwiftOCA EventHandler.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[606/643] Compiling SwiftOCA Group.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[607/643] Compiling SwiftOCA Grouper.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[608/643] Compiling SwiftOCA MediaClock3.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[609/643] Compiling SwiftOCA PhysicalPosition.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[610/643] Compiling SwiftOCA TimeSource.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[611/643] Compiling SwiftOCA ApplicationNetwork.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[612/643] Compiling SwiftOCA ControlNetwork.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[613/643] Compiling SwiftOCA MediaTransportNetwork.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[614/643] Compiling SwiftOCA AudioProcessingManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[615/643] Compiling SwiftOCA CodingManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[616/643] Compiling SwiftOCA DeviceManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[617/643] Compiling SwiftOCA DeviceTimeManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[618/643] Compiling SwiftOCA DiagnosticManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[619/643] Compiling SwiftOCA FirmwareManager.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[620/643] Compiling SwiftOCA KeyedOcp1EncodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[621/643] Compiling SwiftOCA SingleValueOcp1EncodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[622/643] Compiling SwiftOCA UnkeyedOcp1EncodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[623/643] Compiling SwiftOCA Ocp1Encoder.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[624/643] Compiling SwiftOCA Ocp1EncoderImpl.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[625/643] Compiling SwiftOCA Ocp1EncodingState.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[626/643] Compiling SwiftOCA Ocp1CoderAPI.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[627/643] Compiling SwiftOCA Ocp1Connection+Codable.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[628/643] Compiling SwiftOCA Ocp1Connection+Connect.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[629/643] Compiling SwiftOCA Ocp1Connection+Messages.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[630/643] Compiling SwiftOCA Ocp1Connection+Objects.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[631/643] Compiling SwiftOCA Ocp1Connection+Subscribe.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[632/643] Compiling SwiftOCA Ocp1Connection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[633/643] Compiling SwiftOCA Ocp1ConnectionMonitor.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[634/643] Compiling SwiftOCA KeyPath.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
[635/643] Compiling SwiftOCA ReflectionMirror.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
BUILD FAILURE 6.1 android