The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftOCA, reference 0.4.5 (afb3f6), with Swift 6.2 (beta) for Android on 19 Jul 2025 06:53:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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.2
Building package at path:  $PWD
https://github.com/PADL/SwiftOCA.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/Flight-School/AnyCodable
[1/1557] Fetching gzipswift
[235/1625] Fetching gzipswift, socketaddress
[832/2307] Fetching gzipswift, socketaddress, asyncextensions
[2308/4485] Fetching gzipswift, socketaddress, asyncextensions, ioringswift
[3659/5267] Fetching gzipswift, socketaddress, asyncextensions, ioringswift, anycodable
[5112/7075] Fetching gzipswift, socketaddress, asyncextensions, ioringswift, anycodable, swift-atomics
Fetched https://github.com/Flight-School/AnyCodable from cache (0.33s)
[5914/6293] Fetching gzipswift, socketaddress, asyncextensions, ioringswift, swift-atomics
Fetched https://github.com/1024jp/GzipSwift from cache (0.33s)
Fetching https://github.com/apple/swift-system
[4483/4736] Fetching socketaddress, asyncextensions, ioringswift, swift-atomics
Fetching https://github.com/apple/swift-log
Fetched https://github.com/PADL/SocketAddress from cache (0.47s)
Fetched https://github.com/PADL/IORingSwift from cache (0.47s)
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.47s)
Fetched https://github.com/apple/swift-atomics from cache (0.47s)
Fetching https://github.com/apple/swift-async-algorithms
[1/3867] Fetching swift-log
[2476/8524] Fetching swift-log, swift-system
Fetched https://github.com/apple/swift-system from cache (0.73s)
Fetched https://github.com/apple/swift-log from cache (0.73s)
[1/4990] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.86s)
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:)' [#DeprecatedDeclaration]
 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:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "GzipSwift",
 7 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/1024jp/GzipSwift at 6.1.0 (1.78s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.47s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.89s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.46s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.80s)
Fetching https://github.com/apple/swift-collections.git
[1/16816] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (1.72s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.42s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.9 (1.20s)
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.36s)
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.38s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.1.0
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/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.2
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/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-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:)' [#DeprecatedDeclaration]
 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:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "GzipSwift",
 7 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/48] Write sources
[20/48] Compiling system-zlib anchor.c
[21/48] Compiling CSystem shims.c
[22/48] Compiling _AtomicsShims.c
[22/48] Write swift-version-8C5A4AE7A8CE2BA.txt
[25/119] Emitting module InternalCollectionsUtilities
[26/120] Emitting module SystemPackage
[27/123] Compiling SystemPackage Errno.swift
[28/123] Compiling SystemPackage ErrnoWindows.swift
[29/123] Compiling SystemPackage Util+StringArray.swift
[30/123] Compiling SystemPackage Util.swift
[31/123] Compiling SystemPackage UtilConsumers.swift
[32/123] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/123] Compiling SystemPackage FilePermissions.swift
[34/123] Compiling SystemPackage Backcompat.swift
[35/123] Compiling SystemPackage FileDescriptor.swift
[36/123] Compiling SystemPackage FileHelpers.swift
[37/125] Compiling SystemPackage FilePathTemp.swift
[38/125] Compiling SystemPackage FilePathTempPosix.swift
[39/125] Compiling SystemPackage FilePathComponentView.swift
[40/125] Compiling SystemPackage FilePathComponents.swift
[41/125] Compiling SystemPackage MachPort.swift
[42/125] Compiling SystemPackage PlatformString.swift
[43/125] Compiling SystemPackage SystemString.swift
[45/125] Compiling SystemPackage FileOperations.swift
[46/125] Compiling SystemPackage FilePath.swift
[47/125] Compiling SystemPackage FilePathTempWindows.swift
[48/125] Compiling SystemPackage FilePathWindows.swift
[49/125] Compiling SystemPackage FilePathParsing.swift
[50/125] Compiling SystemPackage FilePathString.swift
[53/125] Compiling SystemPackage FilePathSyntax.swift
[55/125] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/126] Emitting module Atomics
[66/256] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/256] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[69/257] Compiling HeapModule Heap+Invariants.swift
[70/257] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[71/333] Compiling HeapModule Heap+Descriptions.swift
[72/333] Emitting module HeapModule
[73/333] Compiling HeapModule _HeapNode.swift
[74/333] Compiling HeapModule Heap.swift
[75/333] Compiling HeapModule Heap+UnsafeHandle.swift
[77/347] Compiling HashTreeCollections TreeSet+Hashable.swift
[78/347] Compiling HashTreeCollections TreeSet+Sendable.swift
[79/347] Compiling HashTreeCollections TreeSet+Sequence.swift
[80/347] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[81/347] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[82/347] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[83/347] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[84/347] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[85/347] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[86/347] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[87/359] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[88/359] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[89/359] Compiling HashTreeCollections TreeDictionary+Keys.swift
[90/359] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[91/359] Compiling HashTreeCollections TreeDictionary+Merge.swift
[92/359] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[93/359] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[94/366] Compiling DequeModule Deque+CustomReflectable.swift
[95/366] Compiling DequeModule Deque+Descriptions.swift
[96/368] Compiling HashTreeCollections TreeDictionary+Collection.swift
[97/368] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[98/368] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[99/368] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[100/368] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[101/368] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[102/368] Compiling HashTreeCollections TreeDictionary+Filter.swift
[103/368] Compiling DequeModule Deque+Equatable.swift
[104/368] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/368] Compiling HashTreeCollections _HashNode+Structural union.swift
[106/368] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[107/368] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[108/368] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[109/368] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[110/368] Compiling HashTreeCollections _HashNode.swift
[111/368] Compiling HashTreeCollections _HashNodeHeader.swift
[112/368] Compiling HashTreeCollections _HashSlot.swift
[113/368] Compiling HashTreeCollections _HashStack.swift
[114/368] Compiling HashTreeCollections _HashTreeIterator.swift
[115/368] Compiling HashTreeCollections _HashTreeStatistics.swift
[116/368] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[117/368] Compiling HashTreeCollections _RawHashNode.swift
[118/368] Compiling HashTreeCollections _UnmanagedHashNode.swift
[119/368] Compiling HashTreeCollections _UnsafePath.swift
[120/368] Compiling HashTreeCollections TreeDictionary+Codable.swift
[121/368] Compiling DequeModule _DequeBuffer.swift
[122/368] Compiling DequeModule _DequeBufferHeader.swift
[123/368] Compiling DequeModule Deque._UnsafeHandle.swift
[124/368] Compiling DequeModule Deque.swift
[125/368] Compiling OrderedCollections OrderedSet+SubSequence.swift
[126/368] Compiling OrderedCollections OrderedSet+Testing.swift
[127/368] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[128/368] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[129/368] Compiling OrderedCollections OrderedSet.swift
[130/368] Compiling OrderedCollections _UnsafeBitset.swift
[131/368] Compiling HashTreeCollections TreeSet+Equatable.swift
[132/368] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[133/368] Compiling HashTreeCollections TreeSet+Extras.swift
[134/368] Compiling HashTreeCollections TreeSet+Filter.swift
[135/368] Compiling DequeModule Deque+Extras.swift
[136/368] Compiling DequeModule Deque+Hashable.swift
[137/368] Compiling DequeModule Deque+Testing.swift
[138/368] Compiling DequeModule Deque._Storage.swift
[139/368] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[140/368] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[141/368] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[142/368] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[143/368] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[144/368] Compiling HashTreeCollections _HashNode+Structural merge.swift
[145/368] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[146/368] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[153/368] Compiling DequeModule _DequeSlot.swift
[154/368] Compiling DequeModule _UnsafeWrappedBuffer.swift
[165/368] Compiling OrderedCollections OrderedSet+Sendable.swift
[168/368] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[169/368] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[170/368] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[171/368] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[172/368] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[173/368] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[174/368] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[175/368] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[176/368] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[177/368] Compiling HashTreeCollections TreeSet.swift
[194/368] Compiling DequeModule Deque+Codable.swift
[195/368] Compiling DequeModule Deque+Collection.swift
[202/368] Compiling Logging MetadataProvider.swift
[203/368] Compiling Logging Locks.swift
[204/368] Emitting module Logging
[208/372] Compiling SocketAddress Utils.swift
[209/372] Emitting module DequeModule
[211/373] Compiling Logging LogHandler.swift
[212/373] Compiling Logging Logging.swift
[214/374] Emitting module AnyCodable
[226/391] Emitting module OrderedCollections
[227/391] Compiling BitCollections BitArray+BitwiseOperations.swift
[228/391] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[229/391] Compiling BitCollections BitArray+Codable.swift
[230/392] Compiling BitCollections BitArray+Collection.swift
[231/392] Compiling BitCollections BitArray+Copy.swift
[232/392] Compiling BitCollections BitArray+CustomReflectable.swift
[233/392] Compiling BitCollections BitArray+Descriptions.swift
[234/392] Compiling BitCollections BitArray+Equatable.swift
[234/402] Wrapping AST for SystemPackage for debugging
[243/427] Emitting module Gzip
[244/427] Compiling Gzip Data+Gzip.swift
[244/429] Wrapping AST for Logging for debugging
[246/429] Compiling AnyCodable AnyDecodable.swift
[247/429] Compiling AnyCodable AnyCodable.swift
[248/429] Compiling AnyCodable AnyEncodable.swift
[251/430] Wrapping AST for InternalCollectionsUtilities for debugging
[253/430] Compiling SocketAddress SocketAddress.swift
[254/430] Emitting module SocketAddress
[264/430] Compiling BitCollections BitSet+SetAlgebra union.swift
[265/430] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[266/430] Compiling BitCollections BitSet.Counted.swift
[273/440] Compiling BitCollections BitArray+Extras.swift
[274/440] Compiling BitCollections BitArray+Fill.swift
[275/440] Compiling BitCollections BitArray+Hashable.swift
[276/440] Compiling BitCollections BitArray+Initializers.swift
[277/440] Compiling BitCollections BitArray+Invariants.swift
[278/440] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[279/440] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[280/440] Compiling BitCollections BitSet+CustomReflectable.swift
[281/440] Compiling BitCollections BitSet+CustomStringConvertible.swift
[282/440] Compiling BitCollections BitSet+Equatable.swift
[282/440] Wrapping AST for Gzip for debugging
[283/440] Wrapping AST for DequeModule for debugging
[284/440] Wrapping AST for HeapModule for debugging
[286/440] Wrapping AST for Atomics for debugging
[287/440] Wrapping AST for OrderedCollections for debugging
[288/440] Wrapping AST for AnyCodable for debugging
[289/440] Wrapping AST for SocketAddress for debugging
[291/485] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[292/485] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[293/485] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[294/485] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[295/485] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[296/485] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[297/485] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[298/485] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[299/485] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[300/485] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[301/485] Emitting module BitCollections
[312/492] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[313/492] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[314/492] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[315/492] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[316/492] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[317/492] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[318/492] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[319/492] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[320/492] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[321/492] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[322/492] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[323/492] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[327/492] Compiling AsyncAlgorithms CombineLatestStorage.swift
[328/492] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[329/492] Compiling AsyncAlgorithms DebounceStateMachine.swift
[330/492] Compiling AsyncAlgorithms DebounceStorage.swift
[331/492] Compiling AsyncAlgorithms Dictionary.swift
[332/492] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[333/492] Compiling AsyncAlgorithms Locking.swift
[334/492] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[335/492] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[336/492] Compiling AsyncAlgorithms MergeStateMachine.swift
[337/492] Compiling AsyncAlgorithms MergeStorage.swift
[338/492] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[339/492] Compiling AsyncAlgorithms Rethrow.swift
[340/492] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[341/492] Emitting module _RopeModule
[342/492] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[343/492] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[344/492] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[345/492] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[346/492] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[354/492] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[355/492] Compiling AsyncAlgorithms AsyncChannel.swift
[356/492] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[357/492] Compiling AsyncAlgorithms ChannelStateMachine.swift
[358/492] Compiling AsyncAlgorithms ChannelStorage.swift
[359/492] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[360/492] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[361/492] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[376/498] Emitting module AsyncAlgorithms
[377/498] Emitting module HashTreeCollections
[392/499] Wrapping AST for HashTreeCollections for debugging
[424/499] Compiling BitCollections BitSet.Index.swift
[425/499] Compiling BitCollections BitSet._UnsafeHandle.swift
[426/499] Compiling BitCollections BitSet.swift
[427/499] Compiling BitCollections Range+Utilities.swift
[428/499] Compiling BitCollections Slice+Utilities.swift
[429/499] Compiling BitCollections UInt+Tricks.swift
[430/499] Compiling BitCollections _Word.swift
[431/500] Wrapping AST for BitCollections for debugging
[433/500] Compiling _RopeModule Rope+Join.swift
[434/500] Compiling _RopeModule Rope+MutatingForEach.swift
[435/500] Compiling _RopeModule Rope+Remove.swift
[436/500] Compiling _RopeModule Rope+RemoveSubrange.swift
[437/500] Compiling _RopeModule Rope+Split.swift
[438/500] Compiling _RopeModule Optional Utilities.swift
[439/500] Compiling _RopeModule String Utilities.swift
[440/500] Compiling _RopeModule String.Index+ABI.swift
[441/500] Compiling _RopeModule _CharacterRecognizer.swift
[447/500] Compiling AsyncAlgorithms SetAlgebra.swift
[448/500] Compiling AsyncAlgorithms UnsafeTransfer.swift
[449/500] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[450/500] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[451/500] Compiling AsyncAlgorithms ZipStateMachine.swift
[483/501] Wrapping AST for _RopeModule for debugging
[485/503] Emitting module Collections
[486/503] Compiling Collections Collections.swift
[492/503] Compiling AsyncAlgorithms ZipStorage.swift
[494/505] Wrapping AST for AsyncAlgorithms for debugging
[495/505] Wrapping AST for Collections for debugging
[497/537] Compiling AsyncExtensions AsyncSequence+Collect.swift
[498/537] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[499/537] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[500/537] Compiling AsyncExtensions AsyncSequence+Share.swift
[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
[505/541] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[506/541] Compiling AsyncExtensions AsyncTimerSequence.swift
[507/541] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[508/541] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[509/541] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[510/541] Compiling AsyncExtensions Locking.swift
[511/541] Compiling AsyncExtensions Regulator.swift
[512/541] Compiling AsyncExtensions Result+ErrorMechanism.swift
[513/541] Compiling AsyncExtensions AsyncSubject.swift
[514/541] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[515/541] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[516/541] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[517/541] Compiling AsyncExtensions Streamed.swift
[518/541] Compiling AsyncExtensions AsyncEmptySequence.swift
[519/541] Compiling AsyncExtensions AsyncFailSequence.swift
[520/541] Compiling AsyncExtensions AsyncJustSequence.swift
[521/541] Compiling AsyncExtensions AsyncStream+Pipe.swift
[522/541] Compiling AsyncExtensions AsyncBufferedChannel.swift
[523/541] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[524/541] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[525/541] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[526/541] Compiling AsyncExtensions AsyncReplaySubject.swift
[527/541] Emitting module AsyncExtensions
[528/541] Compiling AsyncExtensions AsyncMergeSequence.swift
[529/541] Compiling AsyncExtensions MergeStateMachine.swift
[530/541] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[531/541] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[532/541] Compiling AsyncExtensions Termination.swift
[533/542] Wrapping AST for AsyncExtensions for debugging
[535/662] 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
[536/662] 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
[537/662] 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
[538/662] 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
[539/662] 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
[540/662] 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
[541/662] 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
[542/662] 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
[543/662] 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
[544/662] 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
[545/662] 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
[546/662] 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
[547/662] 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
[548/662] 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
[549/662] 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
[550/662] 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
[551/662] 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
[552/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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/662] 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 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
[570/679] 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
[571/679] 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
[572/679] 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
[573/679] 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
[574/679] 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
[575/679] 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
[576/679] 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
[577/679] 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
[578/679] 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
[579/679] 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
[580/679] 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
[581/679] 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
[582/679] 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
[583/679] 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
[584/679] 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
[585/679] 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
[586/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
[587/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
[588/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
[589/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
[590/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
[591/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
[592/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
[593/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
[594/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
[595/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
[596/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
[597/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
[598/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
[599/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
[600/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
[601/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
[602/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
[603/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
[604/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
[605/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
[606/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
[607/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
[608/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
[609/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
[610/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
[611/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
[612/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
[613/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
[614/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
[615/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
[616/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
[617/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
[618/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
[619/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[620/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
[621/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
[622/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
[623/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
[624/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
[625/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
[626/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
[627/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
[628/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
[629/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
[630/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
[631/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
[632/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
[633/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
[634/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
[635/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
[636/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
[637/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
[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
BUILD FAILURE 6.2 android