The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OBSwiftSocket, reference main (3223d9), with Swift 6.1 for Android on 29 May 2025 06:13:11 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/OBSwiftSocket.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/edonv/OBSwiftSocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3223d9c Added empty privacy manifest
Cloned https://github.com/edonv/OBSwiftSocket.git
Revision (git rev-parse @):
3223d9c120c4dbbcbc11a81fd94b0969a112ece0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/OBSwiftSocket.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/edonv/OBSwiftSocket.git
https://github.com/edonv/OBSwiftSocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "jsonvalue",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/JSONValue.git"
    },
    {
      "identity" : "wspublisher",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/WSPublisher.git"
    },
    {
      "identity" : "messagepacker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hirotakan/MessagePacker.git"
    },
    {
      "identity" : "commonextensions",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/CommonExtensions.git"
    },
    {
      "identity" : "asynccompatibilitykit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/AsyncCompatibilityKit.git"
    }
  ],
  "manifest_display_name" : "OBSwiftSocket",
  "name" : "OBSwiftSocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "OBSwiftSocket",
      "targets" : [
        "OBSwiftSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Scripts",
      "targets" : [
        "Scripts"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Scripts",
      "module_type" : "SwiftTarget",
      "name" : "Scripts",
      "path" : "Sources/Scripts",
      "product_dependencies" : [
        "JSONValue"
      ],
      "product_memberships" : [
        "Scripts"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Scripts/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Misc Symbol Links.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OBSwiftSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "OBSwiftSocketTests",
      "path" : "Tests/OBSwiftSocketTests",
      "product_dependencies" : [
        "CombineExtensions"
      ],
      "sources" : [
        "OBSwiftSocketTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OBSwiftSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OBSwiftSocket",
      "module_type" : "SwiftTarget",
      "name" : "OBSwiftSocket",
      "path" : "Sources/OBSwiftSocket",
      "product_dependencies" : [
        "JSONValue",
        "WSPublisher",
        "MessagePacker",
        "AsyncCompatibilityKit",
        "CombineExtensions"
      ],
      "product_memberships" : [
        "OBSwiftSocket"
      ],
      "sources" : [
        "Extensions/Misc Extensions.swift",
        "Extensions/PropertyWrappers.swift",
        "Extensions/SessionManager Extensions.swift",
        "Extensions/WSPublisher Extensions.swift",
        "Generated/Types.swift",
        "Helper Types/ColorComponents.swift",
        "OBS-WS Base Types.swift",
        "PublisherStore.swift",
        "SessionManager.swift",
        "StateManager.swift",
        "Subtypes/Event Subtypes.swift",
        "Subtypes/General Input Settings.swift",
        "Subtypes/Input Settings/AudioCapture.swift",
        "Subtypes/Input Settings/BrowserSource.swift",
        "Subtypes/Input Settings/ColorSource.swift",
        "Subtypes/Input Settings/DisplayCapture.swift",
        "Subtypes/Input Settings/GameCapture.swift",
        "Subtypes/Input Settings/ImageSource.swift",
        "Subtypes/Input Settings/MediaSource.swift",
        "Subtypes/Input Settings/Slideshow.swift",
        "Subtypes/Input Settings/TextSource.swift",
        "Subtypes/Input Settings/VLCSource.swift",
        "Subtypes/Input Settings/VideoInput.swift",
        "Subtypes/Input Settings/WindowCapture.swift",
        "Subtypes/Request Subtypes.swift",
        "Subtypes/Transform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 --target OBSwiftSocket -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/edonv/JSONValue.git
[1/193] Fetching jsonvalue
Fetched https://github.com/edonv/JSONValue.git from cache (0.52s)
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.24s)
Fetching https://github.com/edonv/CommonExtensions.git
[1/306] Fetching commonextensions
Fetched https://github.com/edonv/CommonExtensions.git from cache (0.27s)
Fetching https://github.com/edonv/AsyncCompatibilityKit.git
[1/91] Fetching asynccompatibilitykit
Fetched https://github.com/edonv/AsyncCompatibilityKit.git from cache (0.23s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/hirotakan/MessagePacker.git
[1/904] Fetching swift-http-types
[426/1625] Fetching swift-http-types, messagepacker
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.29s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.76s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.47s)
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
Creating working copy for https://github.com/edonv/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main (84a9b5a)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/edonv/AsyncCompatibilityKit.git
Working copy of https://github.com/edonv/AsyncCompatibilityKit.git resolved at main (00e00a6)
Creating working copy for https://github.com/edonv/CommonExtensions.git
Working copy of https://github.com/edonv/CommonExtensions.git resolved at main (c0f0d9e)
Creating working copy for https://github.com/edonv/JSONValue.git
Working copy of https://github.com/edonv/JSONValue.git resolved at main (f9b9a3b)
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/78] Compiling HTTPTypes ISOLatin1String.swift
[11/79] Compiling AsyncCompatibilityKit View+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[12/79] Compiling HTTPTypes HTTPResponse.swift
[13/79] Compiling HTTPTypes HTTPParsedFields.swift
[14/79] Compiling HTTPTypes HTTPRequest.swift
[15/79] Compiling HTTPTypes NIOLock.swift
[16/79] Compiling MessagePacker MessagePackType+ArrayType.swift
[17/79] Compiling MessagePacker MessagePackType+BinaryType.swift
[18/79] Compiling MessagePacker MessagePackType+BooleanType.swift
[19/79] Compiling MessagePacker MessagePackType+DoubleType.swift
[20/79] Compiling MessagePacker MessagePackType+ExtensionType.swift
[21/84] Compiling AsyncCompatibilityKit URLSession+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[22/84] Compiling MessagePacker MessagePackError.swift
[23/84] Compiling MessagePacker MessagePackExtension.swift
[24/84] Compiling MessagePacker MessagePackKey.swift
[25/84] Compiling MessagePacker MessagePackStorage.swift
[26/84] Compiling MessagePacker MessagePackTimestamp.swift
[27/84] Compiling MessagePacker UInt32+.swift
[28/84] Compiling MessagePacker UInt64+.swift
[29/84] Compiling MessagePacker UInt8+.swift
[30/84] Compiling MessagePacker MessagePackDecoder.swift
[31/84] Compiling MessagePacker MessagePackEncoder.swift
[32/84] Compiling MessagePacker MessagePackType+FixIntType.swift
[33/84] Compiling MessagePacker MessagePackType+FloatType.swift
[34/84] Compiling MessagePacker MessagePackType+MapType.swift
[35/84] Compiling MessagePacker MessagePackType+NilType.swift
[36/84] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
[37/84] Compiling JSONValue JSONValue.swift
[38/85] Compiling CombineExtensions Publisher+flatMapZip.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/85] Emitting module CombineExtensions
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[40/85] Compiling CombineExtensions Publisher+filterByKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[41/85] Compiling MessagePacker Bool+.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[42/85] Compiling MessagePacker ClosedRange+.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[43/85] Compiling CombineExtensions Publisher+asyncMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[44/85] Compiling CombineExtensions Publisher+replaceErrorWith.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[45/85] Compiling CombineExtensions Publisher+weakAssign.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[46/85] Compiling CombineExtensions Publisher+tryFlatMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[47/86] Compiling JSONValue JSONConvertible.swift
[48/86] Compiling AsyncCompatibilityKit Publisher+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[49/86] Compiling AsyncCompatibilityKit Future+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/86] Emitting module AsyncCompatibilityKit
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[51/86] Compiling AsyncCompatibilityKit Publisher+firstValue.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[52/86] Emitting module MessagePacker
[53/86] Compiling MessagePacker SingleValueDecodingContainer+.swift
[54/86] Compiling MessagePacker SingleValueEncodingContainer+.swift
[55/86] Compiling MessagePacker String+.swift
[56/86] Compiling MessagePacker UInt+.swift
[57/86] Compiling MessagePacker UInt16+.swift
[58/86] Compiling MessagePacker Int+.swift
[59/86] Compiling MessagePacker Int16+.swift
[60/86] Compiling MessagePacker Int32+.swift
[61/86] Compiling MessagePacker Int64+.swift
[62/86] Compiling MessagePacker Int8+.swift
[65/86] Compiling MessagePacker Data+.swift
[66/86] Compiling MessagePacker Date+.swift
[67/86] Compiling MessagePacker Double+.swift
[68/86] Compiling MessagePacker Float+.swift
[69/86] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
[70/86] Compiling JSONValue JSONValue+Merging.swift
[71/86] Compiling JSONValue JSONValue+Errors.swift
[74/86] Emitting module JSONValue
[75/86] Compiling JSONValue JSONValue+Subscripts.swift
[76/86] Emitting module HTTPTypes
[77/86] Compiling HTTPTypes HTTPField.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 --target OBSwiftSocket 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/70] Compiling CombineExtensions Publisher+weakAssign.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[3/71] Compiling CombineExtensions Publisher+tryFlatMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/71] Emitting module CombineExtensions
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[5/71] Compiling JSONValue JSONValue+Subscripts.swift
[6/71] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
[7/72] Compiling MessagePacker Int+.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[8/72] Compiling MessagePacker Int16+.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[9/72] Compiling AsyncCompatibilityKit View+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[10/72] Compiling AsyncCompatibilityKit Future+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/72] Emitting module AsyncCompatibilityKit
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[12/72] Compiling AsyncCompatibilityKit URLSession+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[13/72] Compiling AsyncCompatibilityKit Publisher+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[14/72] Compiling AsyncCompatibilityKit Publisher+firstValue.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[15/72] Compiling CombineExtensions Publisher+flatMapZip.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[16/72] Compiling CombineExtensions Publisher+filterByKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[17/72] Compiling CombineExtensions Publisher+asyncMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[18/72] Compiling CombineExtensions Publisher+replaceErrorWith.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[19/72] Compiling JSONValue JSONValue.swift
[20/72] Compiling JSONValue JSONConvertible.swift
[21/72] Compiling JSONValue JSONValue+Merging.swift
BUILD FAILURE 6.1 android