Build Information
Failed to build FlutterSwiftOCA, reference main (599e20
), with Swift 6.2 (beta) for Android on 19 Jul 2025 13:49:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.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 599e20e update for upstream SwiftOCA changes
Cloned https://github.com/PADL/FlutterSwiftOCA.git
Revision (git rev-parse @):
599e20e434d40b44fcd30a4924b82d1d45442c4b
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-4606859-0":/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/14690] Fetching swiftoca
Fetched https://github.com/PADL/SwiftOCA from cache (0.49s)
Fetching https://github.com/PADL/FlutterSwift
[1/3129] Fetching flutterswift
Fetched https://github.com/PADL/FlutterSwift from cache (16.78s)
Fetching https://github.com/xtremekforever/swift-systemd
[1/407] Fetching swift-systemd
Fetched https://github.com/xtremekforever/swift-systemd from cache (0.28s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/682] Fetching asyncextensions
[656/5672] Fetching asyncextensions, swift-async-algorithms
[883/7480] Fetching asyncextensions, swift-async-algorithms, swift-atomics
[1590/9906] Fetching asyncextensions, swift-async-algorithms, swift-atomics, swift-service-lifecycle
[2120/13773] Fetching asyncextensions, swift-async-algorithms, swift-atomics, swift-service-lifecycle, swift-log
[3630/18430] Fetching asyncextensions, swift-async-algorithms, swift-atomics, swift-service-lifecycle, swift-log, swift-system
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
Fetching https://github.com/PADL/IORingSwift
Fetched https://github.com/apple/swift-system from cache (0.62s)
Fetching https://github.com/1024jp/GzipSwift
Fetched https://github.com/apple/swift-log from cache (0.65s)
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.65s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.65s)
Fetched https://github.com/apple/swift-atomics from cache (0.66s)
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/Flight-School/AnyCodable
[1/2178] Fetching ioringswift
[2179/3735] Fetching ioringswift, gzipswift
[3736/4517] Fetching ioringswift, gzipswift, anycodable
[4065/4585] Fetching ioringswift, gzipswift, anycodable, socketaddress
Fetched https://github.com/PADL/IORingSwift from cache (0.39s)
[595/782] Fetching anycodable
Fetched https://github.com/1024jp/GzipSwift from cache (0.28s)
Fetched https://github.com/PADL/SocketAddress from cache (0.27s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.27s)
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.38s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (7.65s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (2.72s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (1.78s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.38s)
Fetching https://github.com/apple/swift-collections.git
[1/16816] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (1.66s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.41s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.9 (0.72s)
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.27s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.64s)
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.43s)
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/xtremekforever/swift-systemd
Working copy of https://github.com/xtremekforever/swift-systemd resolved at main (71482cd)
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/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.2
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 0.1.9
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.0.3
Creating working copy for https://github.com/PADL/FlutterSwift
Working copy of https://github.com/PADL/FlutterSwift resolved at main (fc4ca4e)
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/PADL/SwiftOCA
Working copy of https://github.com/PADL/SwiftOCA resolved at main (feb6f2f)
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/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/dfed/swift-async-queue
Working copy of https://github.com/dfed/swift-async-queue resolved at 0.7.1
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/35] Write sources
[18/35] Compiling CSystem shims.c
[19/35] Compiling _AtomicsShims.c
[19/35] Write swift-version-8C5A4AE7A8CE2BA.txt
[22/104] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/105] Compiling Atomics IntegerConformances.swift
[24/105] Compiling Atomics PointerConformances.swift
[25/105] Compiling Atomics UnsafeAtomic.swift
[26/105] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/107] Compiling SystemPackage FilePathParsing.swift
[28/107] Compiling SystemPackage FilePathString.swift
[29/107] Compiling Atomics AtomicInteger.swift
[30/107] Compiling Atomics AtomicOptionalWrappable.swift
[31/107] Compiling Atomics Primitives.native.swift
[32/107] Compiling Atomics OptionalRawRepresentable.swift
[33/107] Compiling SystemPackage FilePathWindows.swift
[34/107] Compiling SystemPackage FilePermissions.swift
[35/107] Compiling SystemPackage FilePathTempWindows.swift
[37/107] Compiling Atomics ManagedAtomic.swift
[38/107] Compiling Atomics ManagedAtomicLazyReference.swift
[40/107] Compiling SystemPackage FileOperations.swift
[41/107] Emitting module InternalCollectionsUtilities
[42/107] Compiling SystemPackage FilePathTempPosix.swift
[47/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/108] Emitting module Atomics
[55/108] Compiling SystemPackage MachPort.swift
[56/108] Compiling SystemPackage PlatformString.swift
[57/108] Compiling SystemPackage SystemString.swift
[62/111] Emitting module SystemPackage
[68/111] Compiling Atomics IntegerOperations.swift
[69/111] Compiling Atomics Unmanaged extensions.swift
[71/112] Compiling SystemPackage Util+StringArray.swift
[72/112] Compiling SystemPackage Util.swift
[73/112] Compiling SystemPackage UtilConsumers.swift
[74/333] Compiling Logging MetadataProvider.swift
[75/333] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[76/333] Compiling HashTreeCollections _HashNode+Storage.swift
[77/333] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[78/333] Compiling HashTreeCollections _HashNode+Structural filter.swift
[79/333] Compiling HashTreeCollections _HashNode+Invariants.swift
[80/333] Compiling HashTreeCollections _HashNode+Lookups.swift
[81/333] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[82/333] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[83/333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[84/333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[85/333] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[86/333] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[87/333] Compiling _RopeModule BigString+Equatable.swift
[88/333] Compiling HashTreeCollections _HashNode+Structural union.swift
[89/333] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[90/333] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[92/334] Compiling HashTreeCollections _Bucket.swift
[93/334] Compiling HashTreeCollections _Hash.swift
[96/389] Compiling HeapModule _HeapNode.swift
[97/389] Compiling BitCollections BitArray+Copy.swift
[98/389] Compiling BitCollections BitArray+CustomReflectable.swift
[99/389] Compiling HeapModule Heap.swift
[100/389] Compiling HeapModule Heap+UnsafeHandle.swift
[101/389] Emitting module HeapModule
[102/389] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[103/389] Compiling HeapModule Heap+Invariants.swift
[104/389] Compiling HeapModule Heap+Descriptions.swift
[106/390] Compiling _RopeModule Rope+ForEachWhile.swift
[107/390] Compiling _RopeModule Rope+Insert.swift
[108/390] Compiling HashTreeCollections TreeSet+Sequence.swift
[109/390] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[110/390] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[111/390] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[112/390] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[113/390] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[114/390] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[115/390] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[116/403] Compiling Logging Locks.swift
[117/403] Compiling Logging LogHandler.swift
[118/403] Emitting module Logging
[119/403] Compiling Logging Logging.swift
[120/404] Compiling BitCollections BitArray+Invariants.swift
[121/404] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[122/404] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[123/404] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[124/404] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[125/404] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[126/404] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[127/404] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[128/404] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[130/411] Emitting module AnyCodable
[131/411] Compiling OrderedCollections OrderedSet+SubSequence.swift
[132/411] Compiling OrderedCollections OrderedSet+Testing.swift
[133/411] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[134/411] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[135/411] Compiling OrderedCollections OrderedSet.swift
[136/411] Compiling OrderedCollections _UnsafeBitset.swift
[137/411] Compiling _RopeModule Rope+Sequence.swift
[138/411] Compiling _RopeModule Rope+Append.swift
[139/411] Compiling _RopeModule Rope+Extract.swift
[140/411] Compiling _RopeModule Rope+Find.swift
[141/411] Compiling SocketAddress Utils.swift
[142/411] Compiling AnyCodable AnyDecodable.swift
[143/411] Compiling AnyCodable AnyCodable.swift
[144/411] Compiling AnyCodable AnyEncodable.swift
[144/412] Wrapping AST for InternalCollectionsUtilities for debugging
[146/412] Wrapping AST for HeapModule for debugging
[147/412] Wrapping AST for Atomics for debugging
[149/412] Compiling BitCollections BitArray+Extras.swift
[150/412] Compiling BitCollections BitArray+Fill.swift
[151/412] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[152/412] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[153/412] Compiling BitCollections BitArray+Descriptions.swift
[154/412] Compiling BitCollections BitArray+Equatable.swift
[159/412] Compiling BitCollections BitArray+Hashable.swift
[160/412] Compiling BitCollections BitArray+Initializers.swift
[163/412] Compiling BitCollections BitSet+Initializers.swift
[164/412] Compiling BitCollections BitSet+Invariants.swift
[165/412] Compiling BitCollections BitSet+Random.swift
[166/412] Compiling BitCollections BitSet+SetAlgebra basics.swift
[167/412] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[168/412] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[169/412] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[170/412] Compiling BitCollections BitArray+BitwiseOperations.swift
[171/412] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[172/412] Compiling BitCollections BitArray+Codable.swift
[173/412] Compiling BitCollections BitArray+Collection.swift
[183/412] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[184/412] Compiling BitCollections BitSet+CustomReflectable.swift
[185/412] Compiling BitCollections BitSet+CustomStringConvertible.swift
[186/412] Compiling BitCollections BitSet+Equatable.swift
[187/412] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[188/412] Compiling BitCollections BitSet+Extras.swift
[195/412] Compiling BitCollections BitSet+Hashable.swift
[196/412] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[197/412] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[198/412] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[199/412] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[200/412] Compiling BitCollections BitSet+SetAlgebra union.swift
[201/412] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[202/412] Compiling BitCollections BitSet.Counted.swift
[203/412] Compiling _RopeModule Rope.swift
[204/412] Compiling _RopeModule RopeElement.swift
[207/412] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[208/412] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[209/412] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[210/412] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[211/412] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[212/412] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[213/412] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[214/412] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[215/412] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[216/412] Compiling HashTreeCollections TreeSet.swift
[217/412] Emitting module DequeModule
[218/413] Wrapping AST for DequeModule for debugging
[248/420] Compiling BitCollections BitArray._UnsafeHandle.swift
[249/420] Compiling BitCollections BitArray.swift
[250/420] Compiling BitCollections BitSet+BidirectionalCollection.swift
[251/420] Compiling BitCollections BitSet+Codable.swift
[258/429] Emitting module BitCollections
[267/429] Compiling BitCollections BitSet.Index.swift
[268/429] Compiling BitCollections BitSet._UnsafeHandle.swift
[269/429] Compiling BitCollections BitSet.swift
[276/429] Compiling BitCollections Range+Utilities.swift
[277/429] Compiling BitCollections Slice+Utilities.swift
[278/429] Compiling BitCollections UInt+Tricks.swift
[279/429] Compiling BitCollections _Word.swift
[288/429] Compiling BitCollections BitArray+RandomBits.swift
[289/429] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[290/429] Compiling BitCollections BitArray+Shifts.swift
[291/429] Compiling BitCollections BitArray+Testing.swift
[320/429] Emitting module SocketAddress
[321/429] Compiling SocketAddress SocketAddress.swift
[340/430] Emitting module OrderedCollections
[370/441] Wrapping AST for OrderedCollections for debugging
[371/477] Wrapping AST for BitCollections for debugging
[373/477] Emitting module _RopeModule
[374/477] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[375/477] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[376/477] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[377/477] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[378/477] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[379/477] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[380/477] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[381/477] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[382/477] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[383/477] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[384/477] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[385/477] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[386/477] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[387/477] Compiling AsyncAlgorithms AsyncChannel.swift
[388/477] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[389/477] Compiling AsyncAlgorithms ChannelStateMachine.swift
[390/477] Compiling AsyncAlgorithms ChannelStorage.swift
[391/477] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[392/477] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[393/477] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[394/477] Compiling AsyncAlgorithms CombineLatestStorage.swift
[395/477] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[396/477] Emitting module HashTreeCollections
[398/478] Compiling _RopeModule Rope+Join.swift
[399/478] Compiling _RopeModule Rope+MutatingForEach.swift
[400/478] Compiling _RopeModule Rope+Remove.swift
[401/478] Compiling _RopeModule Rope+RemoveSubrange.swift
[402/478] Compiling _RopeModule Rope+Split.swift
[403/478] Compiling _RopeModule Optional Utilities.swift
[404/478] Compiling _RopeModule String Utilities.swift
[405/478] Compiling _RopeModule String.Index+ABI.swift
[406/478] Compiling _RopeModule _CharacterRecognizer.swift
[407/478] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[408/478] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[409/478] Compiling AsyncAlgorithms MergeStateMachine.swift
[410/478] Compiling AsyncAlgorithms MergeStorage.swift
[411/478] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[412/478] Compiling AsyncAlgorithms Rethrow.swift
[425/484] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[426/484] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[427/484] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[428/484] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[429/484] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[430/484] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[431/484] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[432/484] Emitting module AsyncAlgorithms
[432/484] Wrapping AST for HashTreeCollections for debugging
[437/484] Compiling AsyncAlgorithms DebounceStateMachine.swift
[438/484] Compiling AsyncAlgorithms DebounceStorage.swift
[439/484] Compiling AsyncAlgorithms Dictionary.swift
[440/484] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[441/484] Compiling AsyncAlgorithms Locking.swift
[448/484] Compiling AsyncAlgorithms SetAlgebra.swift
[449/484] Compiling AsyncAlgorithms UnsafeTransfer.swift
[450/484] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[451/484] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[452/484] Compiling AsyncAlgorithms ZipStateMachine.swift
[453/484] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[454/484] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[455/484] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[456/484] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[466/485] Wrapping AST for _RopeModule for debugging
[468/487] Compiling Collections Collections.swift
[469/487] Emitting module Collections
[470/488] Wrapping AST for Collections for debugging
[472/520] Emitting module AsyncExtensions
[473/524] Compiling AsyncExtensions Streamed.swift
[474/524] Compiling AsyncExtensions AsyncMulticastSequence.swift
[475/524] Compiling AsyncExtensions AsyncPrependSequence.swift
[476/524] Compiling AsyncExtensions AsyncScanSequence.swift
[477/524] Compiling AsyncExtensions AsyncSequence+Assign.swift
[478/524] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[484/524] Compiling AsyncAlgorithms ZipStorage.swift
[485/525] Wrapping AST for AsyncAlgorithms for debugging
[487/525] Compiling AsyncExtensions AsyncSequence+Collect.swift
[488/525] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[489/525] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[490/525] Compiling AsyncExtensions AsyncSequence+Share.swift
[495/525] Compiling AsyncExtensions AsyncSubject.swift
[496/525] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[497/525] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[498/525] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[500/525] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[501/525] Compiling AsyncExtensions AsyncTimerSequence.swift
[502/525] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[503/525] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[504/525] Compiling AsyncExtensions AsyncEmptySequence.swift
[505/525] Compiling AsyncExtensions AsyncFailSequence.swift
[506/525] Compiling AsyncExtensions AsyncJustSequence.swift
[507/525] Compiling AsyncExtensions AsyncStream+Pipe.swift
[508/525] Compiling AsyncExtensions AsyncBufferedChannel.swift
[509/525] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[510/525] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[511/525] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[512/525] Compiling AsyncExtensions AsyncReplaySubject.swift
[513/525] Compiling AsyncExtensions AsyncMergeSequence.swift
[514/525] Compiling AsyncExtensions MergeStateMachine.swift
[515/525] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[516/525] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[517/525] Compiling AsyncExtensions Termination.swift
[519/525] Compiling AsyncExtensions Locking.swift
[520/525] Compiling AsyncExtensions Regulator.swift
[521/525] Compiling AsyncExtensions Result+ErrorMechanism.swift
[522/526] Wrapping AST for AsyncExtensions for debugging
[524/688] 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
[525/688] 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
[526/688] 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
[527/688] 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
[528/688] 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
[529/688] 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
[530/688] 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
[531/688] 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
[532/688] 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
[533/688] 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
[534/688] 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
[535/688] 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
[536/688] 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
[537/688] 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
[538/688] 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
[539/688] 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
[540/688] 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
[541/705] 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
[542/705] 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
[543/705] 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
[544/705] 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
[545/705] 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
[546/705] 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
[547/705] 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
[548/705] 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
[549/705] 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
[550/705] 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
[551/705] 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
[552/705] 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
[553/705] 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
[554/705] 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
[555/705] 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
[556/705] 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
[557/705] 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
[558/705] 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
[559/705] 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
[560/705] 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
[561/705] 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
[562/705] 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
[563/705] 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
[564/705] 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
[565/705] 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
[566/705] 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
[567/705] 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
[568/705] 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
[569/705] 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
[570/705] 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
[571/705] 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
[572/705] 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
[573/705] 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
[574/705] 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
[575/705] 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
[576/705] 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
[577/705] 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
[578/705] 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
[579/705] 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
[580/705] 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
[581/705] 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
[582/705] 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
[583/705] 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
[584/705] 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
[585/705] 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
[586/705] 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
[587/705] 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
[588/705] 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
[589/705] 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
[590/705] 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
[591/705] 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
[592/705] 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
[593/705] 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
[594/705] 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
[595/705] 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
[596/705] 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
[597/705] 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
[598/705] 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
[599/705] 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
[600/705] 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
[601/705] 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
[602/705] 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
[603/705] 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
[604/705] 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
[605/705] 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
[606/705] 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
[607/705] 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
[608/705] 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
[609/705] 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
[610/705] 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
[611/705] 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
[612/705] 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
[613/705] 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
[614/705] 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
[615/705] 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
[616/705] 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
[617/705] 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
[618/705] 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
[619/705] 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
[620/705] 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
[621/705] 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
[622/705] 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
[623/705] 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
[624/705] 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
[625/705] 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
[626/705] 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
[627/705] 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
[628/705] 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
[629/705] 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
[630/705] 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
[631/705] 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
[632/705] 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
[633/705] 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
[634/705] 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
[635/705] 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
[636/705] 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
[637/705] 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
[638/705] 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
[639/705] 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
[640/705] 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
[641/705] 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
[642/705] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[643/705] 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
[644/705] 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
[645/705] 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
[646/705] 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
[647/705] 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
[648/705] 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
[649/705] 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
[650/705] 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
[651/705] 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
[652/705] 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
[653/705] 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
[654/705] 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
[655/705] 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
[656/705] 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
[657/705] 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
[658/705] 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
[659/705] 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
[660/705] 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