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 FlutterSwiftOCA, reference main (5dd2ed), with Swift 6.2 (beta) for Android on 24 Jun 2025 15:06:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/FlutterSwiftOCA.git
Reference: main
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/FlutterSwiftOCA
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5dd2edd fix typo
Cloned https://github.com/PADL/FlutterSwiftOCA.git
Revision (git rev-parse @):
5dd2eddfd8f3edb421cc1915c191c1ee0fd62aea
SUCCESS checkout https://github.com/PADL/FlutterSwiftOCA.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PADL/FlutterSwiftOCA.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/SwiftOCA
[1/14481] Fetching swiftoca
Fetched https://github.com/PADL/SwiftOCA from cache (0.65s)
Fetching https://github.com/PADL/FlutterSwift
[1/3101] Fetching flutterswift
Fetched https://github.com/PADL/FlutterSwift from cache (14.37s)
Fetching https://github.com/xtremekforever/swift-systemd
[1/407] Fetching swift-systemd
Fetched https://github.com/xtremekforever/swift-systemd from cache (7.66s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-system
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/lhoward/AsyncExtensions
[1/682] Fetching asyncextensions
[683/3108] Fetching asyncextensions, swift-service-lifecycle
[1169/8093] Fetching asyncextensions, swift-service-lifecycle, swift-async-algorithms
[1954/12529] Fetching asyncextensions, swift-service-lifecycle, swift-async-algorithms, swift-system
[2299/16365] Fetching asyncextensions, swift-service-lifecycle, swift-async-algorithms, swift-system, swift-log
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.31s)
[7209/15683] Fetching swift-service-lifecycle, swift-async-algorithms, swift-system, swift-log
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/apple/swift-atomics
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.48s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.48s)
Fetched https://github.com/apple/swift-system from cache (0.48s)
Fetched https://github.com/apple/swift-log from cache (0.48s)
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/PADL/SocketAddress
[1/2160] Fetching ioringswift
[2161/2228] Fetching ioringswift, socketaddress
[2229/3785] Fetching ioringswift, socketaddress, gzipswift
[2525/4567] Fetching ioringswift, socketaddress, gzipswift, anycodable
[4568/6364] Fetching ioringswift, socketaddress, gzipswift, anycodable, swift-atomics
Fetched https://github.com/PADL/IORingSwift from cache (0.96s)
Fetched https://github.com/PADL/SocketAddress from cache (0.95s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.95s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.95s)
Fetched https://github.com/apple/swift-atomics from cache (0.97s)
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 (2.34s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.40s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.35s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.53s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.37s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (1.36s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.35s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.8 (0.56s)
Fetching https://github.com/dfed/swift-async-queue
[1/1320] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.27s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.61s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.36s)
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/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-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
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/PADL/SwiftOCA
Working copy of https://github.com/PADL/SwiftOCA resolved at main (4e2c1e3)
Creating working copy for https://github.com/PADL/FlutterSwift
Working copy of https://github.com/PADL/FlutterSwift resolved at main (78c934d)
Creating working copy for https://github.com/xtremekforever/swift-systemd
Working copy of https://github.com/xtremekforever/swift-systemd resolved at main (71482cd)
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.0.3
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 0.1.8
Creating working copy for https://github.com/apple/swift-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/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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
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>
warning: you may be able to install egl using your system-packager:
    apt-get install libegl1-mesa-dev libgles2-mesa-dev
warning: you may be able to install xkbcommon using your system-packager:
    apt-get install libxkbcommon-dev
warning: you may be able to install libinput using your system-packager:
    apt-get install libinput-dev
warning: you may be able to install libdrm using your system-packager:
    apt-get install libdrm-dev
warning: you may be able to install libudev using your system-packager:
    apt-get install libudev-dev
warning: you may be able to install gbm using your system-packager:
    apt-get install libgbm-dev
warning: you may be able to install egl using your system-packager:
    apt-get install libegl1-mesa-dev libgles2-mesa-dev
warning: you may be able to install xkbcommon using your system-packager:
    apt-get install libxkbcommon-dev
warning: you may be able to install libinput using your system-packager:
    apt-get install libinput-dev
warning: you may be able to install libdrm using your system-packager:
    apt-get install libdrm-dev
warning: you may be able to install libudev using your system-packager:
    apt-get install libudev-dev
warning: you may be able to install gbm using your system-packager:
    apt-get install libgbm-dev
Building for debugging...
[0/36] Write sources
[19/36] Compiling CSystem shims.c
[20/36] Compiling _AtomicsShims.c
[20/36] Write swift-version-8C5A4AE7A8CE2BA.txt
[23/107] Emitting module KeyPathShims
[24/107] Compiling KeyPathShims KeyPathShims.swift
[26/108] Emitting module Logging
[27/108] Compiling Atomics IntegerConformances.swift
[28/108] Compiling Atomics PointerConformances.swift
[29/108] Compiling Atomics Primitives.native.swift
[30/108] Compiling Atomics AtomicInteger.swift
[31/111] Compiling SystemPackage Constants.swift
[32/111] Compiling SystemPackage Exports.swift
[33/111] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/112] Compiling SystemPackage Backcompat.swift
[35/112] Compiling SystemPackage CInterop.swift
[36/112] Compiling SystemPackage FileOperations.swift
[37/112] Compiling SystemPackage FilePath.swift
[38/112] Compiling SystemPackage MachPort.swift
[39/112] Compiling SystemPackage PlatformString.swift
[40/112] Compiling SystemPackage SystemString.swift
[43/112] Compiling SystemPackage FilePathComponentView.swift
[44/112] Compiling Atomics AtomicMemoryOrderings.swift
[45/112] Emitting module InternalCollectionsUtilities
[49/112] Compiling Atomics DoubleWord.swift
[50/112] Compiling Atomics UnsafeAtomic.swift
[51/112] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/112] Compiling Atomics ManagedAtomic.swift
[53/112] Compiling Atomics ManagedAtomicLazyReference.swift
[62/114] Emitting module Atomics
[66/114] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/117] Compiling Atomics IntegerOperations.swift
[69/117] Compiling Atomics Unmanaged extensions.swift
[71/322] Compiling HeapModule Heap+Invariants.swift
[72/322] Compiling HeapModule Heap+Descriptions.swift
[73/322] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[74/337] Compiling DequeModule Deque+CustomReflectable.swift
[75/337] Compiling DequeModule Deque+Descriptions.swift
[76/339] Compiling DequeModule _DequeBuffer.swift
[77/339] Compiling DequeModule _DequeBufferHeader.swift
[78/339] Compiling HeapModule _HeapNode.swift
[79/339] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[80/339] Compiling _RopeModule BigString+Sequence.swift
[81/339] Compiling _RopeModule BigString+TextOutputStream.swift
[82/339] Compiling HeapModule Heap.swift
[83/339] Compiling DequeModule Deque+Equatable.swift
[84/339] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/339] Compiling DequeModule Deque+Extras.swift
[86/339] Compiling DequeModule Deque+Hashable.swift
[87/339] Compiling HeapModule Heap+UnsafeHandle.swift
[88/339] Emitting module HeapModule
[90/340] Compiling _RopeModule BigString+UnicodeScalarView.swift
[91/340] Compiling _RopeModule BigSubstring+UTF16View.swift
[92/340] Compiling _RopeModule BigSubstring+UTF8View.swift
[93/340] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[94/340] Compiling _RopeModule BigSubstring.swift
[95/340] Compiling _RopeModule Rope+Builder.swift
[96/340] Compiling _RopeModule Rope+Debugging.swift
[97/347] Compiling _RopeModule Rope+ForEachWhile.swift
[98/347] Compiling _RopeModule Rope+Insert.swift
[99/347] Compiling HashTreeCollections TreeSet+Sequence.swift
[100/347] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[101/347] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[102/347] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[103/347] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[104/347] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[105/347] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[106/347] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[107/403] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[108/403] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[109/403] Compiling BitCollections BitArray+Extras.swift
[110/403] Compiling BitCollections BitArray+Fill.swift
[111/403] Compiling BitCollections BitArray+Hashable.swift
[112/403] Compiling BitCollections BitArray+Initializers.swift
[113/403] Compiling BitCollections BitArray+Invariants.swift
[114/403] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[115/410] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[116/410] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[117/410] Compiling BitCollections BitSet+SetAlgebra union.swift
[118/410] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[119/410] Compiling BitCollections BitSet.Counted.swift
[120/410] Compiling _RopeModule Rope.swift
[121/410] Compiling _RopeModule RopeElement.swift
[124/410] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[125/410] Compiling BitCollections BitSet+CustomReflectable.swift
[126/410] Compiling BitCollections BitSet+CustomStringConvertible.swift
[127/410] Compiling BitCollections BitSet+Equatable.swift
[128/410] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[129/410] Compiling BitCollections BitSet+Extras.swift
[130/410] Compiling BitCollections BitSet+Hashable.swift
[131/410] Compiling BitCollections BitSet+Initializers.swift
[132/410] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[133/410] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[134/410] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[142/410] Compiling OrderedCollections OrderedSet+Sendable.swift
[143/410] Compiling OrderedCollections OrderedSet+SubSequence.swift
[144/410] Compiling OrderedCollections OrderedSet+Testing.swift
[145/410] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[146/410] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[147/410] Compiling OrderedCollections OrderedSet.swift
[148/410] Compiling OrderedCollections _UnsafeBitset.swift
[149/410] Compiling _RopeModule Rope+Sequence.swift
[150/410] Compiling _RopeModule Rope+Append.swift
[151/410] Compiling _RopeModule Rope+Extract.swift
[152/410] Compiling _RopeModule Rope+Find.swift
[153/410] Compiling BitCollections BitSet+Invariants.swift
[154/410] Compiling BitCollections BitSet+Random.swift
[155/410] Compiling BitCollections BitSet+SetAlgebra basics.swift
[156/410] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[157/410] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[158/410] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[159/410] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[160/410] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[172/417] Compiling BitCollections BitArray+RandomBits.swift
[173/417] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[174/417] Compiling BitCollections BitArray+Shifts.swift
[175/417] Compiling BitCollections BitArray+Testing.swift
[176/417] Compiling BitCollections BitArray._UnsafeHandle.swift
[177/417] Compiling BitCollections BitArray.swift
[178/417] Compiling BitCollections BitSet+BidirectionalCollection.swift
[179/417] Compiling BitCollections BitSet+Codable.swift
[180/417] Compiling BitCollections BitArray+BitwiseOperations.swift
[181/417] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[189/417] Compiling Logging MetadataProvider.swift
[206/417] Compiling BitCollections BitArray+Copy.swift
[207/417] Compiling BitCollections BitArray+CustomReflectable.swift
[208/417] Compiling BitCollections BitArray+Descriptions.swift
[209/417] Compiling BitCollections BitArray+Equatable.swift
[210/417] Emitting module SystemPackage
[211/417] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[212/417] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[213/417] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[214/417] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[215/417] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[216/417] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[217/417] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[218/417] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[219/417] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[220/417] Compiling HashTreeCollections TreeSet.swift
[222/418] Emitting module DequeModule
[224/419] Emitting module BitCollections
[234/428] Wrapping AST for InternalCollectionsUtilities for debugging
[235/431] Wrapping AST for HeapModule for debugging
[236/431] Wrapping AST for DequeModule for debugging
[237/431] Wrapping AST for Atomics for debugging
[239/431] Emitting module SocketAddress
[249/431] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[250/431] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[251/431] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[252/431] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[254/431] Compiling SocketAddress Utils.swift
[257/431] Compiling BitCollections BitArray+Codable.swift
[258/431] Compiling BitCollections BitArray+Collection.swift
[263/431] Compiling AnyCodable AnyCodable.swift
[264/431] Compiling Logging LogHandler.swift
[265/431] Compiling Logging Locks.swift
[266/431] Compiling Logging Logging.swift
[278/432] Compiling AnyCodable AnyDecodable.swift
[279/432] Emitting module AnyCodable
[280/432] Compiling AnyCodable AnyEncodable.swift
[284/433] Compiling BitCollections BitSet.Index.swift
[285/433] Compiling BitCollections BitSet._UnsafeHandle.swift
[286/433] Compiling BitCollections BitSet.swift
[287/433] Compiling BitCollections Range+Utilities.swift
[288/433] Compiling BitCollections Slice+Utilities.swift
[289/433] Compiling BitCollections UInt+Tricks.swift
[290/433] Compiling BitCollections _Word.swift
[335/433] Compiling SocketAddress SocketAddress.swift
[346/434] Emitting module OrderedCollections
[357/435] Emitting module _RopeModule
[373/435] Wrapping AST for OrderedCollections for debugging
[375/481] Wrapping AST for BitCollections for debugging
[377/481] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[378/481] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[379/481] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[380/481] Compiling AsyncAlgorithms CombineLatestStorage.swift
[381/481] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[382/481] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[383/481] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[384/481] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[385/481] Compiling AsyncAlgorithms AsyncChannel.swift
[386/481] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[387/481] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[388/481] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[389/481] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[390/481] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[391/481] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[392/481] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[393/481] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[394/481] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[395/481] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[396/481] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[397/481] Compiling AsyncAlgorithms ChannelStateMachine.swift
[398/481] Compiling AsyncAlgorithms ChannelStorage.swift
[399/481] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[400/481] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[401/481] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[402/481] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[403/481] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[404/481] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[405/481] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[406/481] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[407/481] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[408/481] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[409/481] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[417/486] Emitting module HashTreeCollections
[418/487] Compiling _RopeModule Rope+Join.swift
[419/487] Compiling _RopeModule Rope+MutatingForEach.swift
[420/487] Compiling _RopeModule Rope+Remove.swift
[421/487] Compiling _RopeModule Rope+RemoveSubrange.swift
[422/487] Compiling _RopeModule Rope+Split.swift
[423/487] Compiling _RopeModule Optional Utilities.swift
[424/487] Compiling _RopeModule String Utilities.swift
[425/487] Compiling _RopeModule String.Index+ABI.swift
[426/487] Compiling _RopeModule _CharacterRecognizer.swift
[427/488] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[428/488] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[429/488] Compiling AsyncAlgorithms MergeStateMachine.swift
[430/488] Compiling AsyncAlgorithms MergeStorage.swift
[431/488] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[432/488] Compiling AsyncAlgorithms Rethrow.swift
[438/488] Compiling AsyncAlgorithms SetAlgebra.swift
[439/488] Compiling AsyncAlgorithms UnsafeTransfer.swift
[440/488] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[441/488] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[442/488] Compiling AsyncAlgorithms ZipStateMachine.swift
[442/489] Wrapping AST for HashTreeCollections for debugging
[445/489] Emitting module AsyncAlgorithms
[452/489] Wrapping AST for _RopeModule for debugging
[454/491] Emitting module Collections
[455/491] Compiling Collections Collections.swift
[456/492] Wrapping AST for Collections for debugging
[459/524] Compiling AsyncAlgorithms DebounceStateMachine.swift
[460/524] Compiling AsyncAlgorithms DebounceStorage.swift
[461/524] Compiling AsyncAlgorithms Dictionary.swift
[462/524] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[463/524] Compiling AsyncAlgorithms Locking.swift
[464/524] Compiling AsyncExtensions AsyncSequence+Collect.swift
[465/524] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[466/524] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[467/524] Compiling AsyncExtensions AsyncSequence+Share.swift
[468/528] Compiling AsyncExtensions AsyncFailSequence.swift
[469/528] Compiling AsyncExtensions AsyncJustSequence.swift
[470/528] Compiling AsyncExtensions AsyncStream+Pipe.swift
[471/528] Compiling AsyncExtensions AsyncSubject.swift
[472/528] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[473/528] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[474/528] Compiling AsyncExtensions AsyncMergeSequence.swift
[475/528] Compiling AsyncExtensions MergeStateMachine.swift
[476/528] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[477/528] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[478/528] Compiling AsyncExtensions Termination.swift
[479/528] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[480/528] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[481/528] Compiling AsyncExtensions Streamed.swift
[482/528] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[483/528] Compiling AsyncExtensions AsyncTimerSequence.swift
[484/528] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[485/528] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[491/528] Compiling AsyncAlgorithms ZipStorage.swift
[496/529] Wrapping AST for AsyncAlgorithms for debugging
[504/529] Compiling AsyncExtensions Locking.swift
[505/529] Compiling AsyncExtensions Regulator.swift
[506/529] Compiling AsyncExtensions Result+ErrorMechanism.swift
[507/529] Emitting module AsyncExtensions
[508/529] Compiling AsyncExtensions AsyncBufferedChannel.swift
[509/529] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[510/529] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[511/529] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[512/529] Compiling AsyncExtensions AsyncReplaySubject.swift
[518/529] Compiling AsyncExtensions AsyncMulticastSequence.swift
[519/529] Compiling AsyncExtensions AsyncPrependSequence.swift
[520/529] Compiling AsyncExtensions AsyncScanSequence.swift
[521/529] Compiling AsyncExtensions AsyncSequence+Assign.swift
[522/529] Compiling AsyncExtensions AsyncEmptySequence.swift
[526/530] Wrapping AST for AsyncExtensions for debugging
[528/693] Compiling SwiftOCA Browser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA ClassRegistry.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Connection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Data+Hex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Data+IntegerCodable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA DeviceAddressToString.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA LengthTaggedData16.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA LengthTaggedData32.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Locking.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Sequence+AsyncMap.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Task+Timeout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA UnsafeMutablePointer+PropertyBasePointer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Weak.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Array2D.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA List2D.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA Agent.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA CounterNotifier.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/693] Compiling SwiftOCA CounterSetAgent.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA LibraryManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA LockManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Manager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaClockManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA NetworkManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA PowerManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SecurityManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SubscriptionManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA TaskManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaTransportApplication.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA NetworkApplication.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA NetworkInterface.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Root+Commands.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Root+JSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Root.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Actuator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA BasicActuators.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA EventHandler.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Group.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Grouper.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaClock3.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA PhysicalPosition.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA TimeSource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ApplicationNetwork.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ControlNetwork.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaTransportNetwork.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Dataset.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Log.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA AudioProcessingManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA CodingManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA DeviceManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA DeviceTimeManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA DiagnosticManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA FirmwareManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Sensor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA TemperatureSensor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Worker.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ApplicationNetworkDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA BaseDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA CommandSetDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA CounterDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA DataSetDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA DeviceManagerDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA EventDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA FirmwareManagerDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA GrouperDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA LibraryManagerDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA LoggingDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ManagerDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaClockDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Frequency.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Gain.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Mute.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA PanBalance.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Polarity.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SignalInput.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SignalOutput.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SummingPoint.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Switch.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Block.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Matrix.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA DataSetWorker.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaRecorderPlayer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA AudioLevelSensor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA BasicSensors.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA IdentificationSensor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA LevelSensor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Errors.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Command.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Header.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA KeepAlive.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MessageType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Notification1.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Notification2.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Response.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1CFSocketConnection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1FlyingSocksConnection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1IORingConnection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1NWConnection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA KeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SingleValueBinaryDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Decoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1DecoderImpl.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MediaStreamDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MiscFrameworkDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ModelDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA NetworkApplicationDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA NetworkDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA PowerManagerDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ProgrammingDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SearchDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA TaskManagerDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA TimeDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA WellKnownObjectNumbers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA WorkerDataTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA BoundedProperty.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ListProperty.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA MapProperty.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Property.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA VectorProperty.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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)
[648/710] Emitting module SwiftOCA
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1DecodingState.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA KeyedOcp1EncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA SingleValueOcp1EncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA UnkeyedOcp1EncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Encoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1EncoderImpl.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1EncodingState.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1CoderAPI.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Connection+Codable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Connection+Connect.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Connection+Messages.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Connection+Objects.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Connection+Subscribe.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1Connection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA Ocp1ConnectionMonitor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA KeyPath.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 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/710] Compiling SwiftOCA ReflectionMirror.swift
/host/spi-builder-workspace/.build/checkouts/SwiftOCA/Sources/SwiftOCA/OCP.1/Backend/Ocp1FlyingSocksConnection.swift:28:8: error: no such module 'FlyingSocks'
 26 | #if os(macOS) || os(iOS) || canImport(Android)
 27 |
 28 | import FlyingSocks
    |        `- error: no such module 'FlyingSocks'
 29 | #if canImport(FoundationEssentials)
 30 | import FoundationEssentials
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.h"
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.h"
3 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.h"
3 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/shims/module.modulemap:32:8: error: redefinition of module 'SwiftOverlayShims'
30 | }
31 |
32 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
33 |   header "LibcOverlayShims.h"
34 |   export *
/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/shims/module.modulemap:32:8: note: previously defined here
30 | }
31 |
32 | module SwiftOverlayShims {
   |        `- note: previously defined here
33 |   header "LibcOverlayShims.h"
34 |   export *
BUILD FAILURE 6.2 android