Build Information
Failed to build SwiftOCA, reference 0.4.5 (afb3f6
), with Swift 6.1 for Android on 19 Jul 2025 06:55:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.git
Reference: 0.4.5
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.5 -> FETCH_HEAD
HEAD is now at afb3f66 cache device property method IDs
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
afb3f665a983959e77b9f5336d6a5718d58fad26
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at 0.4.5
========================================
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" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift"
},
{
"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",
"Gzip",
"IORing",
"IORingUtils",
"IORingFoundation"
],
"product_memberships" : [
"SwiftOCADevice",
"OCADevice"
],
"sources" : [
"OCA/ConnectionBroker.swift",
"OCA/Controller.swift",
"OCA/ControllerDefaultSubscribing.swift",
"OCA/DatasetStorageProviders/DatasetStorageProvider.swift",
"OCA/DatasetStorageProviders/FileDatasetStorageProvider.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/Dataset/Dataset.swift",
"OCC/ControlClasses/Dataset/FileDataset.swift",
"OCC/ControlClasses/Dataset/Serialization.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/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/Helpers/Data+Hex.swift",
"OCA/Helpers/Data+IntegerCodable.swift",
"OCA/Helpers/DeviceAddressToString.swift",
"OCA/Helpers/LengthTaggedData16.swift",
"OCA/Helpers/LengthTaggedData32.swift",
"OCA/Helpers/Locking.swift",
"OCA/Helpers/Sequence+AsyncMap.swift",
"OCA/Helpers/Task+Timeout.swift",
"OCA/Helpers/UnsafeMutablePointer+PropertyBasePointer.swift",
"OCA/Helpers/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/Dataset/Dataset.swift",
"OCC/ControlClasses/Dataset/Log.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/DataSets/DataSetWorker.swift",
"OCC/ControlClasses/Workers/DataSets/MediaRecorderPlayer.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/CommandSetDataTypes.swift",
"OCC/ControlDataTypes/CounterDataTypes.swift",
"OCC/ControlDataTypes/DataSetDataTypes.swift",
"OCC/ControlDataTypes/DeviceManagerDataTypes.swift",
"OCC/ControlDataTypes/EventDataTypes.swift",
"OCC/ControlDataTypes/FirmwareManagerDataTypes.swift",
"OCC/ControlDataTypes/GrouperDataTypes.swift",
"OCC/ControlDataTypes/LibraryManagerDataTypes.swift",
"OCC/ControlDataTypes/LoggingDataTypes.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/Backend/Ocp1NWConnection.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/ReflectionMirror.swift"
],
"target_dependencies" : [
"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"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/lhoward/AsyncExtensions
[1/1557] Fetching gzipswift
[1450/2339] Fetching gzipswift, anycodable
[2059/2407] Fetching gzipswift, anycodable, socketaddress
[2408/3089] Fetching gzipswift, anycodable, socketaddress, asyncextensions
[2559/4897] Fetching gzipswift, anycodable, socketaddress, asyncextensions, swift-atomics
[3178/7075] Fetching gzipswift, anycodable, socketaddress, asyncextensions, swift-atomics, ioringswift
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.39s)
Fetched https://github.com/PADL/SocketAddress from cache (0.40s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.40s)
Fetching https://github.com/apple/swift-system
Fetched https://github.com/1024jp/GzipSwift from cache (0.40s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-log
Fetched https://github.com/PADL/IORingSwift from cache (0.41s)
Fetched https://github.com/apple/swift-atomics from cache (0.41s)
[1/3867] Fetching swift-log
[195/8857] Fetching swift-log, swift-async-algorithms
[1579/13514] Fetching swift-log, swift-async-algorithms, swift-system
Fetched https://github.com/apple/swift-log from cache (0.44s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.46s)
Fetched https://github.com/apple/swift-system from cache (0.46s)
Computing version for https://github.com/1024jp/GzipSwift
warning: 'gzipswift': /Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
Computed https://github.com/1024jp/GzipSwift at 6.1.0 (1.42s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.54s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.52s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.51s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.53s)
Fetching https://github.com/apple/swift-collections.git
[1/16816] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (1.65s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.9 (0.70s)
Fetching https://github.com/dfed/swift-async-queue
[1/1323] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.25s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.76s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.53s)
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/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.1.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
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/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.2
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 0.1.9
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
warning: 'gzipswift': /host/spi-builder-workspace/.build/checkouts/GzipSwift/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
Building for debugging...
[0/48] Write sources
[20/48] Compiling _AtomicsShims.c
[21/48] Compiling CSystem shims.c
[22/48] Compiling system-zlib anchor.c
[23/48] Write swift-version-24593BA9C3E375BF.txt
[25/119] Emitting module Atomics
[26/121] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/121] Compiling Atomics IntegerOperations.swift
[28/121] Compiling Atomics Unmanaged extensions.swift
[29/122] Compiling SystemPackage MachPort.swift
[30/122] Compiling SystemPackage PlatformString.swift
[31/122] Compiling SystemPackage SystemString.swift
[32/125] Compiling SystemPackage FilePathSyntax.swift
[33/125] Compiling SystemPackage FilePathTemp.swift
[34/125] Emitting module InternalCollectionsUtilities
[35/125] Compiling SystemPackage FileOperations.swift
[36/125] Compiling SystemPackage FilePath.swift
[37/125] Compiling SystemPackage FilePathTempWindows.swift
[38/125] Compiling SystemPackage FilePathWindows.swift
[39/125] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/125] Compiling InternalCollectionsUtilities Debugging.swift
[41/125] Compiling InternalCollectionsUtilities Descriptions.swift
[42/125] Compiling Atomics ManagedAtomic.swift
[45/125] Compiling SystemPackage FilePathComponentView.swift
[46/125] Emitting module SystemPackage
[50/125] Compiling SystemPackage FilePathComponents.swift
[51/125] Compiling SystemPackage FilePathParsing.swift
[52/125] Compiling SystemPackage FilePathString.swift
[63/125] Compiling Atomics AtomicMemoryOrderings.swift
[64/125] Compiling SystemPackage Backcompat.swift
[74/125] Compiling SystemPackage FilePathTempPosix.swift
[75/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/127] Wrapping AST for Atomics for debugging
[79/250] Compiling _RopeModule Rope+Invariants.swift
[80/250] Compiling _RopeModule Rope+_Node.swift
[81/250] Compiling _RopeModule BigString+Comparable.swift
[82/333] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[83/333] Compiling HeapModule Heap+Descriptions.swift
[84/333] Compiling HeapModule Heap.swift
[85/333] Compiling HeapModule _HeapNode.swift
[86/333] Compiling HeapModule Heap+Invariants.swift
[87/333] Compiling HeapModule Heap+UnsafeHandle.swift
[88/333] Emitting module HeapModule
[89/334] Compiling HashTreeCollections TreeDictionary+Merge.swift
[90/334] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[91/334] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[92/334] Compiling HashTreeCollections TreeDictionary+Values.swift
[93/334] Compiling HashTreeCollections _HashTreeIterator.swift
[94/334] Compiling HashTreeCollections _HashTreeStatistics.swift
[95/334] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[96/334] Compiling HashTreeCollections _RawHashNode.swift
[97/334] Compiling HashTreeCollections _UnmanagedHashNode.swift
[98/334] Compiling HashTreeCollections _UnsafePath.swift
[99/334] Compiling HashTreeCollections TreeDictionary+Codable.swift
[100/334] Compiling HashTreeCollections TreeDictionary+Collection.swift
[101/334] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[102/334] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[104/341] Compiling HashTreeCollections TreeSet+Hashable.swift
[105/341] Compiling HashTreeCollections TreeSet+Sendable.swift
[106/341] Compiling HashTreeCollections TreeSet+Sequence.swift
[107/341] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[108/341] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[109/341] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[110/341] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[111/341] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[112/341] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[113/341] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[114/351] Compiling HashTreeCollections _HashNode+Structural union.swift
[115/351] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[116/351] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[117/351] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[118/351] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[119/351] Compiling HashTreeCollections _HashNode.swift
[120/351] Compiling HashTreeCollections _HashNodeHeader.swift
[121/351] Compiling HashTreeCollections _HashSlot.swift
[122/351] Compiling HashTreeCollections _HashStack.swift
[123/351] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[124/351] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[125/351] Compiling HashTreeCollections TreeDictionary+Filter.swift
[126/351] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[127/351] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[128/351] Compiling HashTreeCollections TreeDictionary+Keys.swift
[129/351] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[130/351] Compiling HashTreeCollections _HashNode+Invariants.swift
[131/351] Compiling HashTreeCollections _HashNode+Lookups.swift
[132/351] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[133/351] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[134/351] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[135/351] Compiling HashTreeCollections _HashNode+Storage.swift
[136/351] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[137/351] Compiling HashTreeCollections _HashNode+Structural filter.swift
[138/351] Compiling HashTreeCollections _AncestorHashSlots.swift
[139/351] Compiling HashTreeCollections _Bitmap.swift
[140/351] Compiling HashTreeCollections _Bucket.swift
[141/351] Compiling HashTreeCollections _Hash.swift
[142/351] Compiling HashTreeCollections _HashLevel.swift
[143/351] Compiling HashTreeCollections _HashNode+Builder.swift
[144/351] Compiling HashTreeCollections _HashNode+Debugging.swift
[145/351] Compiling HashTreeCollections _HashNode+Initializers.swift
[146/366] Compiling OrderedCollections OrderedSet+SubSequence.swift
[147/366] Compiling OrderedCollections OrderedSet+Testing.swift
[148/366] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[149/366] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[150/366] Compiling OrderedCollections OrderedSet.swift
[151/366] Compiling OrderedCollections _UnsafeBitset.swift
[152/366] Compiling HashTreeCollections TreeSet+Equatable.swift
[153/366] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[154/366] Compiling HashTreeCollections TreeSet+Extras.swift
[155/366] Compiling HashTreeCollections TreeSet+Filter.swift
[167/366] Compiling DequeModule Deque+CustomReflectable.swift
[168/366] Compiling DequeModule Deque+Descriptions.swift
[169/368] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[173/368] Compiling Logging MetadataProvider.swift
[174/368] Compiling DequeModule _DequeBuffer.swift
[175/368] Compiling DequeModule _DequeBufferHeader.swift
[176/368] Compiling DequeModule _DequeSlot.swift
[177/368] Compiling DequeModule _UnsafeWrappedBuffer.swift
[178/368] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[179/368] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[180/368] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[181/368] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[184/369] Compiling Logging LogHandler.swift
[185/369] Compiling Logging Logging.swift
[186/369] Emitting module Logging
[187/369] Compiling Logging Locks.swift
[188/370] Compiling DequeModule Deque+Equatable.swift
[189/370] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[191/370] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[192/370] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[193/370] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[194/370] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[195/370] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[196/370] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[197/370] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[198/370] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[199/370] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[200/370] Compiling HashTreeCollections TreeSet.swift
[202/370] Compiling DequeModule Deque+Extras.swift
[203/370] Compiling DequeModule Deque+Hashable.swift
[214/370] Compiling OrderedCollections OrderedSet+Sendable.swift
[237/379] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[238/379] Compiling HashTreeCollections _HashNode+Structural merge.swift
[239/379] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[243/435] Compiling BitCollections BitArray+Extras.swift
[244/435] Compiling BitCollections BitArray+Fill.swift
[245/435] Compiling BitCollections BitArray+Hashable.swift
[246/435] Compiling BitCollections BitArray+Initializers.swift
[247/435] Compiling BitCollections BitArray+Invariants.swift
[248/435] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[249/435] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[250/435] Compiling BitCollections BitSet+CustomReflectable.swift
[251/435] Compiling BitCollections BitSet+CustomStringConvertible.swift
[252/435] Compiling BitCollections BitSet+Equatable.swift
[253/435] Emitting module Gzip
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/435] Compiling Gzip Data+Gzip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/436] Emitting module AnyCodable
[256/436] Compiling AnyCodable AnyCodable.swift
[257/436] Compiling AnyCodable AnyDecodable.swift
[258/436] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[259/436] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[262/436] Compiling AnyCodable AnyEncodable.swift
[264/437] Compiling SocketAddress Utils.swift
[272/437] Compiling BitCollections BitArray+BitwiseOperations.swift
[273/437] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[277/437] Compiling BitCollections BitArray+Codable.swift
[278/437] Compiling BitCollections BitArray+Collection.swift
[279/437] Compiling BitCollections BitArray+Copy.swift
[279/437] Wrapping AST for SystemPackage for debugging
[280/437] Compiling BitCollections BitArray+CustomReflectable.swift
[281/437] Compiling BitCollections BitArray+Descriptions.swift
[283/437] Compiling BitCollections BitArray+Equatable.swift
[286/437] Emitting module DequeModule
[286/438] Wrapping AST for Logging for debugging
[292/438] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[293/438] Compiling BitCollections BitSet+Extras.swift
[294/438] Compiling BitCollections BitSet+Hashable.swift
[294/438] Wrapping AST for InternalCollectionsUtilities for debugging
[296/445] Wrapping AST for Gzip for debugging
[308/445] Wrapping AST for HeapModule for debugging
[310/445] Emitting module OrderedCollections
[310/445] Wrapping AST for AnyCodable for debugging
[312/446] Emitting module BitCollections
[312/446] Wrapping AST for DequeModule for debugging
[315/446] Compiling BitCollections BitSet+Initializers.swift
[316/446] Compiling BitCollections BitSet+Invariants.swift
[317/446] Compiling BitCollections BitSet+Random.swift
[318/446] Compiling BitCollections BitSet+SetAlgebra basics.swift
[319/446] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[320/446] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[321/446] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[322/446] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[323/446] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[324/446] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[325/446] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[326/446] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[327/446] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[328/446] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[328/446] Wrapping AST for OrderedCollections for debugging
[341/446] Emitting module _RopeModule
[343/446] Compiling BitCollections BitArray+RandomBits.swift
[344/446] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[345/446] Compiling BitCollections BitArray+Shifts.swift
[346/446] Compiling BitCollections BitArray+Testing.swift
[347/446] Compiling BitCollections BitArray._UnsafeHandle.swift
[348/446] Compiling BitCollections BitArray.swift
[349/446] Compiling BitCollections BitSet+BidirectionalCollection.swift
[350/446] Compiling BitCollections BitSet+Codable.swift
[361/467] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[362/467] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[363/467] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[364/467] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[365/467] Compiling BitCollections BitSet+SetAlgebra union.swift
[366/467] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[367/467] Compiling BitCollections BitSet.Counted.swift
[368/491] Emitting module SocketAddress
[369/491] Compiling SocketAddress SocketAddress.swift
[370/492] Compiling BitCollections BitSet.Index.swift
[371/492] Compiling BitCollections BitSet._UnsafeHandle.swift
[372/492] Compiling BitCollections BitSet.swift
[373/492] Compiling BitCollections Range+Utilities.swift
[374/492] Compiling BitCollections Slice+Utilities.swift
[375/492] Compiling BitCollections UInt+Tricks.swift
[376/492] Compiling BitCollections _Word.swift
[378/492] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[379/492] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[380/492] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[381/492] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[382/492] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[383/492] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[384/492] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[385/492] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[386/492] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[387/492] Compiling AsyncAlgorithms AsyncChannel.swift
[388/492] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[389/492] Compiling AsyncAlgorithms ChannelStateMachine.swift
[390/492] Compiling AsyncAlgorithms ChannelStorage.swift
[391/492] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[392/492] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[393/492] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[393/492] Wrapping AST for SocketAddress for debugging
[395/493] Emitting module HashTreeCollections
[397/494] Wrapping AST for BitCollections for debugging
[398/494] Wrapping AST for HashTreeCollections for debugging
[400/494] Compiling _RopeModule Rope+Join.swift
[401/494] Compiling _RopeModule Rope+MutatingForEach.swift
[402/494] Compiling _RopeModule Rope+Remove.swift
[403/494] Compiling _RopeModule Rope+RemoveSubrange.swift
[404/494] Compiling _RopeModule Rope+Split.swift
[405/494] Compiling _RopeModule Optional Utilities.swift
[406/494] Compiling _RopeModule String Utilities.swift
[407/494] Compiling _RopeModule String.Index+ABI.swift
[408/494] Compiling _RopeModule _CharacterRecognizer.swift
[411/494] Compiling AsyncAlgorithms CombineLatestStorage.swift
[412/494] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[413/494] Compiling AsyncAlgorithms DebounceStateMachine.swift
[414/494] Compiling AsyncAlgorithms DebounceStorage.swift
[415/494] Compiling AsyncAlgorithms Dictionary.swift
[416/494] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[417/494] Compiling AsyncAlgorithms Locking.swift
[418/494] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[419/494] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[420/494] Compiling AsyncAlgorithms MergeStateMachine.swift
[421/494] Compiling AsyncAlgorithms MergeStorage.swift
[422/494] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[423/494] Compiling AsyncAlgorithms Rethrow.swift
[429/494] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[430/494] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[431/494] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[444/501] Emitting module AsyncAlgorithms
[448/501] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[449/501] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[450/501] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[451/501] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[452/501] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[453/501] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[454/501] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[455/501] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[456/501] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[457/501] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[458/501] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[459/501] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[465/501] Wrapping AST for _RopeModule for debugging
[467/503] Compiling Collections Collections.swift
[468/503] Emitting module Collections
[475/504] Wrapping AST for Collections for debugging
[477/536] Compiling AsyncExtensions AsyncSequence+Share.swift
[478/536] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[479/536] Compiling AsyncExtensions AsyncTimerSequence.swift
[480/536] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[481/536] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[483/536] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[484/536] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[485/536] Compiling AsyncExtensions Termination.swift
[486/536] Compiling AsyncExtensions AsyncSequence+Collect.swift
[487/536] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[488/536] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[489/536] Compiling AsyncExtensions AsyncEmptySequence.swift
[490/536] Compiling AsyncExtensions AsyncFailSequence.swift
[491/536] Compiling AsyncExtensions AsyncJustSequence.swift
[492/536] Compiling AsyncExtensions AsyncStream+Pipe.swift
[493/540] Compiling AsyncAlgorithms SetAlgebra.swift
[494/540] Compiling AsyncAlgorithms UnsafeTransfer.swift
[495/540] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[496/540] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[497/540] Compiling AsyncAlgorithms ZipStateMachine.swift
[498/540] Compiling AsyncAlgorithms ZipStorage.swift
[499/541] Emitting module AsyncExtensions
[501/541] Compiling AsyncExtensions AsyncMulticastSequence.swift
[502/541] Compiling AsyncExtensions AsyncPrependSequence.swift
[503/541] Compiling AsyncExtensions AsyncScanSequence.swift
[504/541] Compiling AsyncExtensions AsyncSequence+Assign.swift
[504/541] Wrapping AST for AsyncAlgorithms for debugging
[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 AsyncSubject.swift
[524/541] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[525/541] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[526/541] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[527/541] Compiling AsyncExtensions Streamed.swift
[528/541] Compiling AsyncExtensions AsyncMergeSequence.swift
[529/541] Compiling AsyncExtensions MergeStateMachine.swift
[533/542] Wrapping AST for AsyncExtensions for debugging
[535/662] 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
[536/662] 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
[537/662] 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
[538/662] 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
[539/662] 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
[540/662] 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
[541/662] Compiling SwiftOCA LengthTaggedData16.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/662] Compiling SwiftOCA LengthTaggedData32.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/662] 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
[544/662] 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
[545/662] 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
[546/662] 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
[547/662] 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
[548/662] 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
[549/662] 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
[550/662] 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
[551/662] 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
[552/679] 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
[553/679] 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
[554/679] 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
[555/679] 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
[556/679] 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
[557/679] 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
[558/679] 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
[559/679] 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
[560/679] 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
[561/679] 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
[562/679] 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
[563/679] 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
[564/679] 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
[565/679] 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
[566/679] 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
[567/679] 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
[568/679] 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
[569/679] 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
[570/679] 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
[571/679] 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
[572/679] 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
[573/679] 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
[574/679] 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
[575/679] 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
[576/679] 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
[577/679] 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
[578/679] 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
[579/679] Compiling SwiftOCA Dataset.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/679] Compiling SwiftOCA Log.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/679] 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
[582/679] 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
[583/679] 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
[584/679] 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
[585/679] 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
[586/679] Compiling SwiftOCA VectorProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Errors.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Command.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Header.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA KeepAlive.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA MessageType.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Notification1.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Notification2.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Response.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Ocp1CFSocketConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Ocp1FlyingSocksConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Ocp1IORingConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Ocp1NWConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA KeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA SingleValueBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] Compiling SwiftOCA Ocp1Decoder.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] 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
[604/679] 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
[605/679] 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
[606/679] 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
[607/679] 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
[608/679] 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
[609/679] Compiling SwiftOCA CommandSetDataTypes.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/679] 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
[611/679] Compiling SwiftOCA DataSetDataTypes.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/679] 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
[613/679] 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
[614/679] 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
[615/679] 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
[616/679] 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
[617/679] Compiling SwiftOCA LoggingDataTypes.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/679] 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
[619/679] 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
[620/679] 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
[621/679] 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
[622/679] 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
[623/679] 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
[624/679] 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
[625/679] 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
[626/679] 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
[627/679] 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
[628/679] 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
[629/679] 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
[630/679] 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
[631/679] 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
[632/679] Compiling SwiftOCA DataSetWorker.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/679] Compiling SwiftOCA MediaRecorderPlayer.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/679] 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
[635/679] 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
[636/679] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[637/679] Emitting module SwiftOCA
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/679] 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
[639/679] 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
[640/679] 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
[641/679] 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
[642/679] 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
[643/679] 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
[644/679] 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
[645/679] 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
[646/679] 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
[647/679] 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
[648/679] 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
[649/679] 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
[650/679] 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
[651/679] 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
[652/679] 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
[653/679] 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
[654/679] 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
[655/679] 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
[656/679] 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
[657/679] 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
[658/679] 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
[659/679] 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
[660/679] 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
[661/679] 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
[662/679] 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
[663/679] 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
[664/679] 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
[665/679] 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
[666/679] 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
[667/679] 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
[668/679] 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
[669/679] 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
[670/679] 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
[671/679] 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-0":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'gzipswift': /host/spi-builder-workspace/.build/checkouts/GzipSwift/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
[0/1] Planning build
Building for debugging...
[0/25] Write swift-version-24593BA9C3E375BF.txt
[2/96] Compiling Logging MetadataProvider.swift
[3/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/97] Compiling Logging LogHandler.swift
[5/97] Compiling Logging Locks.swift
[6/97] Emitting module Logging
[7/97] Compiling SystemPackage FilePathParsing.swift
[8/97] Compiling SystemPackage FilePathString.swift
[9/97] Compiling SystemPackage FilePathSyntax.swift
[10/97] Compiling SystemPackage FilePathTemp.swift
[11/97] Compiling SystemPackage FilePathTempWindows.swift
[12/97] Compiling SystemPackage FilePathWindows.swift
[13/97] Compiling SystemPackage FilePermissions.swift
[14/97] Compiling SystemPackage Backcompat.swift
[18/97] Compiling SystemPackage FilePathTempPosix.swift
[19/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/99] Compiling AnyCodable AnyCodable.swift
[21/99] Compiling SystemPackage Errno.swift
[22/99] Compiling SystemPackage ErrnoWindows.swift
[23/99] Compiling Gzip Data+Gzip.swift
[24/99] Emitting module Gzip
[25/100] Compiling SystemPackage FilePathComponentView.swift
[26/100] Compiling SystemPackage FilePathComponents.swift
[31/100] Compiling Atomics IntegerOperations.swift
[32/100] Compiling Atomics Unmanaged extensions.swift
[33/100] Compiling SystemPackage Exports.swift
[35/103] Compiling AnyCodable AnyDecodable.swift
[36/103] Emitting module AnyCodable
[37/103] Compiling AnyCodable AnyEncodable.swift
[40/104] Emitting module InternalCollectionsUtilities
[41/104] Emitting module SystemPackage
[42/104] Compiling SystemPackage FileDescriptor.swift
[43/104] Compiling SystemPackage FileHelpers.swift
[44/104] Compiling SystemPackage FileOperations.swift
[45/104] Compiling SystemPackage FilePath.swift
[47/103] Compiling SystemPackage MachPort.swift
[48/103] Compiling SystemPackage PlatformString.swift
[49/103] Compiling SystemPackage SystemString.swift
[50/103] Compiling SystemPackage Mocking.swift
[51/103] Compiling SystemPackage RawBuffer.swift
[52/103] Compiling SystemPackage Syscalls.swift
[53/103] Compiling SystemPackage WindowsSyscallAdapters.swift
[54/103] Compiling Logging Logging.swift
[60/104] Wrapping AST for InternalCollectionsUtilities for debugging
[66/147] Compiling SystemPackage Util+StringArray.swift
[67/147] Compiling SystemPackage Util.swift
[68/147] Compiling SystemPackage UtilConsumers.swift
[69/147] Compiling _RopeModule BigString+Builder.swift
[70/147] Compiling _RopeModule BigString+Contents.swift
[71/147] Compiling _RopeModule BigString+Debugging.swift
[72/147] Compiling _RopeModule BigString+Index.swift
[73/152] Compiling _RopeModule BigString+Ingester.swift
[74/152] Compiling _RopeModule BigString+Invariants.swift
[75/152] Compiling DequeModule Deque+Extras.swift
[76/152] Compiling DequeModule Deque+Hashable.swift
[77/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[79/355] Compiling HeapModule Heap+Descriptions.swift
[80/379] Compiling HashTreeCollections _HashLevel.swift
[81/379] Compiling HashTreeCollections _HashNode+Builder.swift
[82/379] Compiling HashTreeCollections _Bucket.swift
[83/379] Compiling HashTreeCollections _Hash.swift
[84/381] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[85/381] Compiling HashTreeCollections _HashNode+Storage.swift
[86/381] Compiling HeapModule _HeapNode.swift
[87/381] Compiling HeapModule Heap.swift
[88/381] Emitting module HeapModule
[89/381] Compiling HeapModule Heap+UnsafeHandle.swift
[90/381] Compiling HeapModule Heap+Invariants.swift
[92/385] Compiling HashTreeCollections _RawHashNode.swift
[93/385] Compiling HashTreeCollections _UnmanagedHashNode.swift
[94/385] Compiling HashTreeCollections _UnsafePath.swift
[95/385] Compiling HashTreeCollections TreeDictionary+Codable.swift
[96/385] Compiling HashTreeCollections TreeDictionary+Collection.swift
[97/385] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[98/385] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[99/392] Compiling HashTreeCollections TreeDictionary+Merge.swift
[100/392] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[101/392] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[102/392] Compiling HashTreeCollections TreeDictionary+Values.swift
[103/392] Compiling HashTreeCollections _HashTreeIterator.swift
[104/392] Compiling HashTreeCollections _HashTreeStatistics.swift
[105/392] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[106/392] Compiling HashTreeCollections TreeSet+Hashable.swift
[107/392] Compiling HashTreeCollections TreeSet+Sendable.swift
[108/392] Compiling HashTreeCollections TreeSet+Sequence.swift
[109/392] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[110/392] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[111/392] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[112/392] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[113/392] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[114/392] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[115/392] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[116/402] Compiling DequeModule _DequeSlot.swift
[117/402] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/402] Compiling HashTreeCollections _HashSlot.swift
[119/402] Compiling HashTreeCollections _HashStack.swift
[120/402] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[121/402] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[122/402] Compiling HashTreeCollections TreeDictionary+Filter.swift
[123/402] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[124/402] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[125/409] Compiling HashTreeCollections _HashNode+Structural union.swift
[126/409] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[127/409] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[128/409] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[129/409] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[130/409] Compiling HashTreeCollections _HashNode.swift
[131/409] Compiling HashTreeCollections _HashNodeHeader.swift
[132/409] Compiling SocketAddress Utils.swift
[133/409] Emitting module Atomics
[133/409] Wrapping AST for SystemPackage for debugging
[135/409] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[136/409] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[137/409] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[138/409] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[139/409] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[140/409] Compiling HashTreeCollections _HashNode+Structural merge.swift
[141/409] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[142/409] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[143/409] Compiling HashTreeCollections _HashNode+Invariants.swift
[144/409] Compiling HashTreeCollections _HashNode+Lookups.swift
[145/409] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[146/409] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[165/409] Compiling HashTreeCollections TreeDictionary+Keys.swift
[166/409] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[181/409] Compiling BitCollections Range+Utilities.swift
[182/409] Compiling BitCollections Slice+Utilities.swift
[183/409] Compiling BitCollections UInt+Tricks.swift
[184/409] Compiling BitCollections _Word.swift
[185/409] Compiling OrderedCollections OrderedSet.swift
[186/409] Compiling OrderedCollections _UnsafeBitset.swift
[187/409] Compiling HashTreeCollections TreeSet+Equatable.swift
[188/409] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[189/409] Compiling HashTreeCollections TreeSet+Extras.swift
[190/409] Compiling HashTreeCollections TreeSet+Filter.swift
[195/409] Compiling HashTreeCollections _HashNode+Debugging.swift
[196/409] Compiling HashTreeCollections _HashNode+Initializers.swift
[196/409] Wrapping AST for Logging for debugging
[209/409] Compiling HashTreeCollections _AncestorHashSlots.swift
[210/409] Compiling HashTreeCollections _Bitmap.swift
[210/409] Wrapping AST for HeapModule for debugging
[218/410] Emitting module BitCollections
[219/410] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[220/410] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[221/410] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[222/410] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[223/410] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[224/410] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[225/410] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[226/410] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[227/410] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[228/410] Compiling HashTreeCollections TreeSet.swift
[233/410] Compiling BitCollections BitSet.Index.swift
[234/410] Compiling BitCollections BitSet._UnsafeHandle.swift
[235/410] Compiling BitCollections BitSet.swift
[239/419] Emitting module DequeModule
[241/420] Emitting module SocketAddress
[242/420] Compiling SocketAddress SocketAddress.swift
[284/421] Wrapping AST for Atomics for debugging
[285/421] Wrapping AST for DequeModule for debugging
[386/420] Emitting module OrderedCollections
[387/421] Wrapping AST for OrderedCollections for debugging
[389/421] Emitting module _RopeModule
[390/421] Compiling _RopeModule Rope+Join.swift
[391/421] Compiling _RopeModule Rope+MutatingForEach.swift
[392/421] Compiling _RopeModule Rope+Remove.swift
[393/421] Compiling _RopeModule Rope+RemoveSubrange.swift
[394/421] Compiling _RopeModule Rope+Split.swift
[395/421] Compiling _RopeModule Optional Utilities.swift
[396/421] Compiling _RopeModule String Utilities.swift
[397/421] Compiling _RopeModule String.Index+ABI.swift
[398/421] Compiling _RopeModule _CharacterRecognizer.swift
[399/466] Compiling AsyncAlgorithms MergeStateMachine.swift
[400/466] Compiling AsyncAlgorithms MergeStorage.swift
[401/466] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[402/466] Compiling AsyncAlgorithms Rethrow.swift
[409/467] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[410/467] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[411/467] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[412/467] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[413/467] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[414/467] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[415/473] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[416/473] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[417/473] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[418/473] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[419/473] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[420/473] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[421/473] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[422/473] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[423/473] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[424/473] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[425/473] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[426/473] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[427/473] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[428/473] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[429/473] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[430/473] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[431/473] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[432/473] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[433/473] Compiling AsyncAlgorithms AsyncChannel.swift
[434/473] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[435/473] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[436/473] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[441/473] Emitting module AsyncAlgorithms
[442/473] Emitting module HashTreeCollections
[442/474] Wrapping AST for _RopeModule for debugging
[445/474] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[446/474] Compiling AsyncAlgorithms DebounceStateMachine.swift
[447/474] Compiling AsyncAlgorithms DebounceStorage.swift
[448/474] Compiling AsyncAlgorithms Dictionary.swift
[449/474] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[450/474] Compiling AsyncAlgorithms Locking.swift
[451/474] Compiling AsyncAlgorithms ChannelStateMachine.swift
[452/474] Compiling AsyncAlgorithms ChannelStorage.swift
[453/474] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[454/474] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[455/474] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[456/474] Compiling AsyncAlgorithms CombineLatestStorage.swift
[456/474] Wrapping AST for HashTreeCollections for debugging
[458/476] Compiling AsyncAlgorithms SetAlgebra.swift
[459/476] Compiling AsyncAlgorithms UnsafeTransfer.swift
[460/476] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[461/476] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[462/476] Compiling AsyncAlgorithms ZipStateMachine.swift
[463/476] Compiling AsyncAlgorithms ZipStorage.swift
[464/477] Emitting module Collections
[465/477] Compiling Collections Collections.swift
[468/508] Compiling AsyncExtensions AsyncEmptySequence.swift
[469/508] Compiling AsyncExtensions AsyncFailSequence.swift
[470/508] Compiling AsyncExtensions AsyncJustSequence.swift
[471/508] Compiling AsyncExtensions AsyncStream+Pipe.swift
[472/508] Compiling AsyncExtensions AsyncSequence+Collect.swift
[473/508] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[474/508] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[475/508] Compiling AsyncExtensions AsyncSequence+Share.swift
[476/508] Compiling AsyncExtensions AsyncMulticastSequence.swift
[477/508] Compiling AsyncExtensions AsyncPrependSequence.swift
[478/508] Compiling AsyncExtensions AsyncScanSequence.swift
[479/508] Compiling AsyncExtensions AsyncSequence+Assign.swift
[480/512] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[481/512] Compiling AsyncExtensions AsyncTimerSequence.swift
[482/512] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[483/512] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[484/512] Compiling AsyncExtensions AsyncSubject.swift
[485/512] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[486/512] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[487/512] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[488/512] Compiling AsyncExtensions Streamed.swift
[489/512] Emitting module AsyncExtensions
[490/512] Compiling AsyncExtensions AsyncMergeSequence.swift
[491/512] Compiling AsyncExtensions MergeStateMachine.swift
[492/512] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[493/512] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[494/512] Compiling AsyncExtensions Termination.swift
[495/512] Compiling AsyncExtensions AsyncBufferedChannel.swift
[496/512] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[497/512] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[498/512] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[499/512] Compiling AsyncExtensions AsyncReplaySubject.swift
[500/512] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[501/512] Compiling AsyncExtensions Locking.swift
[502/512] Compiling AsyncExtensions Regulator.swift
[503/512] Compiling AsyncExtensions Result+ErrorMechanism.swift
[504/513] Wrapping AST for AsyncExtensions for debugging
[506/633] 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
[507/633] 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
[508/633] 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
[509/633] 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
[510/633] 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
[511/633] 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
[512/633] Compiling SwiftOCA LengthTaggedData16.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/633] Compiling SwiftOCA LengthTaggedData32.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/633] 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/633] 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/633] 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/633] 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/633] 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/633] 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/633] 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/633] 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/633] 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/633] 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
[524/633] 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
[525/633] 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
[526/633] 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
[527/633] 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
[528/633] 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
[529/633] 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
[530/633] 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
[531/633] 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
[532/633] 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
[533/633] 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
[534/633] 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
[535/633] Compiling SwiftOCA DataSetWorker.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/633] Compiling SwiftOCA MediaRecorderPlayer.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/633] 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
[538/633] 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
[539/633] 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
[540/650] Compiling SwiftOCA VectorProperty.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Errors.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Command.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Header.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA KeepAlive.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA MessageType.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Notification1.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Notification2.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Response.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Ocp1CFSocketConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Ocp1FlyingSocksConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Ocp1IORingConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Ocp1NWConnection.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA KeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA SingleValueBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] Compiling SwiftOCA Ocp1Decoder.swift
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] 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
[558/650] 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
[559/650] 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
[560/650] 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
[561/650] 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
[562/650] 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
[563/650] 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
[564/650] 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
[565/650] 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
[566/650] 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
[567/650] Compiling SwiftOCA Dataset.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/650] Compiling SwiftOCA Log.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/650] 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
[570/650] 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
[571/650] 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
[572/650] 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
[573/650] 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
[574/650] 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
[575/650] 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
[576/650] 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
[577/650] 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
[578/650] 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
[579/650] 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
[580/650] Compiling SwiftOCA CommandSetDataTypes.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/650] 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
[582/650] Compiling SwiftOCA DataSetDataTypes.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/650] 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
[584/650] 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
[585/650] 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
[586/650] 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
[587/650] 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
[588/650] Compiling SwiftOCA LoggingDataTypes.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/650] 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
[590/650] 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
[591/650] 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
[592/650] 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
[593/650] 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
[594/650] 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
[595/650] 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
[596/650] 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
[597/650] 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
[598/650] 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
[599/650] 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
[600/650] 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
[601/650] 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
[602/650] 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
[603/650] 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
[604/650] 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
[605/650] 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
[606/650] 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
[607/650] 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
[608/650] 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
[609/650] 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
[610/650] 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
[611/650] 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
[612/650] 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
[613/650] 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
[614/650] 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
[615/650] 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
[616/650] 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
[617/650] 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
[618/650] 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
[619/650] 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
[620/650] 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
[621/650] 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
[622/650] 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
[623/650] 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
[624/650] 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)
[625/650] Emitting module SwiftOCA
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
24 | #else
25 | @preconcurrency
26 | @_implementationOnly import CoreFoundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
27 | #endif
28 | import Foundation
/host/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
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/650] 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
[627/650] 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
[628/650] 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
[629/650] 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
[630/650] 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
[631/650] 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
[632/650] 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
[633/650] 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
[634/650] 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
[635/650] 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
[636/650] 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
[637/650] 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
[638/650] 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
[639/650] 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
[640/650] 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
[641/650] 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
[642/650] 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