The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Alpaca, reference 1.0.0-beta.4 (7a852e), with Swift 6.1 for Android on 27 May 2025 19:54:17 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/alpaca-swift.git
Reference: 1.0.0-beta.4
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/AndrewBarba/alpaca-swift
 * tag               1.0.0-beta.4 -> FETCH_HEAD
HEAD is now at 7a852e5 Add support for iOS and tvOS
Cloned https://github.com/AndrewBarba/alpaca-swift.git
Revision (git rev-parse @):
7a852e58c48e77c7ad107b66ef0b1723484e49de
SUCCESS checkout https://github.com/AndrewBarba/alpaca-swift.git at 1.0.0-beta.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AndrewBarba/alpaca-swift.git
https://github.com/AndrewBarba/alpaca-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    }
  ],
  "manifest_display_name" : "Alpaca",
  "name" : "Alpaca",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Alpaca",
      "targets" : [
        "Alpaca"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlpacaTests",
      "module_type" : "SwiftTarget",
      "name" : "AlpacaTests",
      "path" : "Tests/AlpacaTests",
      "sources" : [
        "AlpacaTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Alpaca"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Alpaca",
      "module_type" : "SwiftTarget",
      "name" : "Alpaca",
      "path" : "Sources/Alpaca",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "OpenCombine",
        "OpenCombineDispatch",
        "OpenCombineFoundation"
      ],
      "product_memberships" : [
        "Alpaca"
      ],
      "sources" : [
        "AlpacaClient+Account.swift",
        "AlpacaClient+AccountConfigurations.swift",
        "AlpacaClient+Assets.swift",
        "AlpacaClient+Calendar.swift",
        "AlpacaClient+Clock.swift",
        "AlpacaClient+Orders.swift",
        "AlpacaClient+PortfolioHistory.swift",
        "AlpacaClient+Positions.swift",
        "AlpacaClient+Watchlists.swift",
        "AlpacaClient.swift",
        "AlpacaClientProtocol.swift",
        "AlpacaDataClient+Bars.swift",
        "AlpacaDataClient.swift",
        "Common.swift",
        "Environment.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/14014] Fetching async-http-client
[142/22294] Fetching async-http-client, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.21s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.53s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (5.90s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.15s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2667] Fetching swift-nio-transport-services
[695/6503] Fetching swift-nio-transport-services, swift-log
[1669/12417] Fetching swift-nio-transport-services, swift-log, swift-nio-extras
[3074/14127] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-atomics
[3621/20086] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-atomics, swift-algorithms
[6861/31613] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.34s)
Fetching https://github.com/apple/swift-nio-ssl.git
[20071/28946] Fetching swift-log, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.49s)
Fetching https://github.com/apple/swift-nio.git
[12517/21277] Fetching swift-log, swift-nio-extras, swift-nio-http2
[19780/36120] Fetching swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[22763/112175] Fetching swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.50s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.50s)
[35237/102425] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.52s)
[24155/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.67s)
[54000/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.09s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (13.76s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.15s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.05s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.24s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/2426] Fetching swift-service-lifecycle
[559/8581] Fetching swift-service-lifecycle, swift-certificates
[670/9722] Fetching swift-service-lifecycle, swift-certificates, swift-http-structured-headers
[911/11312] Fetching swift-service-lifecycle, swift-certificates, swift-http-structured-headers, swift-asn1
[1310/16297] Fetching swift-service-lifecycle, swift-certificates, swift-http-structured-headers, swift-asn1, swift-async-algorithms
[1913/17201] Fetching swift-service-lifecycle, swift-certificates, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.40s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.46s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.46s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.47s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.09s)
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 (1.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.30s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.30s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.85s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.14s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.33s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.62s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.02s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (4.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.23s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/444] Write sources
[22/444] Compiling CNIOWindows WSAStartup.c
[22/444] Compiling CNIOWindows shim.c
[24/444] Compiling CNIOWASI CNIOWASI.c
[25/444] Write sources
[26/444] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[26/444] Write sources
[29/444] Compiling CNIOLinux liburing_shims.c
[30/444] Compiling _NumericsShims _NumericsShims.c
[30/444] Compiling _AtomicsShims.c
[32/444] Compiling CNIOLLHTTP c_nio_http.c
[33/444] Compiling CNIOExtrasZlib empty.c
[34/444] Compiling CNIOLinux shim.c
[35/444] Compiling CNIODarwin shim.c
[36/444] Compiling CNIOLLHTTP c_nio_api.c
[37/444] Compiling fiat_p256_adx_sqr.S
[38/444] Compiling fiat_curve25519_adx_square.S
[39/444] Compiling fiat_p256_adx_mul.S
[40/444] Write swift-version-24593BA9C3E375BF.txt
[41/444] Compiling fiat_curve25519_adx_mul.S
[42/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/448] Compiling CNIOBoringSSLShims shims.c
[44/460] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[45/465] Compiling tls_record.cc
[46/465] Compiling tls_method.cc
[47/465] Compiling tls13_server.cc
[48/465] Compiling tls13_enc.cc
[50/571] Compiling OpenCombine Utils.swift
[51/571] Compiling OpenCombine Violations.swift
[52/571] Emitting module InternalCollectionsUtilities
[53/572] Emitting module RealModule
[56/572] Compiling RealModule Float80+Real.swift
[57/573] Compiling OpenCombine ImmediateScheduler.swift
[58/573] Compiling OpenCombine ObservableObject.swift
[59/573] Compiling OpenCombine PassthroughSubject.swift
[60/573] Compiling OpenCombine Published.swift
[61/573] Compiling OpenCombine Empty.swift
[62/573] Compiling OpenCombine Fail.swift
[63/573] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[64/573] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[65/573] Compiling _NIODataStructures _TinyArray.swift
[66/573] Compiling RealModule Float+Real.swift
[67/573] Compiling RealModule ElementaryFunctions.swift
[68/573] Compiling Logging LogHandler.swift
[69/573] Compiling _NIODataStructures PriorityQueue.swift
[70/573] Compiling _NIODataStructures Heap.swift
[71/573] Emitting module _NIODataStructures
[72/573] Compiling RealModule Float16+Real.swift
[73/573] Compiling RealModule Real.swift
[74/574] Compiling OpenCombine Publisher+Subscribe.swift
[75/574] Compiling OpenCombine Deferred.swift
[76/574] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/574] Compiling RealModule RealFunctions.swift
[78/574] Emitting module _NIOBase64
[79/574] Compiling _NIOBase64 Base64.swift
[82/576] Compiling tls13_both.cc
[86/576] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/577] Compiling tls13_client.cc
[88/577] Emitting module OpenCombine
[102/589] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[103/589] Compiling OpenCombine Publishers.Map.swift
[104/589] Compiling OpenCombine Publishers.MapError.swift
[105/589] Compiling OpenCombine Publishers.MeasureInterval.swift
[106/589] Compiling OpenCombine Publishers.Multicast.swift
[107/589] Compiling OpenCombine Publishers.Output.swift
[108/589] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[109/589] Compiling OpenCombine Publishers.PrefixWhile.swift
[110/589] Compiling OpenCombine Publishers.Print.swift
[111/589] Compiling OpenCombine Publishers.ReceiveOn.swift
[112/589] Compiling OpenCombine Publishers.Reduce.swift
[113/589] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[114/589] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[115/589] Compiling OpenCombine Publishers.ReplaceError.swift
[116/589] Compiling OpenCombine Publishers.Count.swift
[117/589] Compiling OpenCombine Publishers.Debounce.swift
[118/589] Compiling OpenCombine Publishers.Delay.swift
[119/589] Compiling OpenCombine Publishers.Drop.swift
[120/589] Compiling OpenCombine Publishers.DropUntilOutput.swift
[121/589] Compiling OpenCombine Publishers.DropWhile.swift
[122/589] Compiling OpenCombine Publishers.Filter.swift
[123/589] Compiling OpenCombine Publishers.First.swift
[124/589] Compiling OpenCombine Publishers.FlatMap.swift
[125/589] Compiling OpenCombine Publishers.HandleEvents.swift
[126/589] Compiling OpenCombine Publishers.IgnoreOutput.swift
[127/589] Compiling OpenCombine Publishers.Last.swift
[128/589] Compiling OpenCombine Publishers.MakeConnectable.swift
[129/589] Compiling OpenCombine ConduitBase.swift
[130/589] Compiling OpenCombine ConduitList.swift
[131/589] Compiling OpenCombine DebugHook.swift
[132/589] Compiling OpenCombine FilterProducer.swift
[133/589] Compiling OpenCombine Locking.swift
[134/589] Compiling OpenCombine PartialCompletion.swift
[135/589] Compiling OpenCombine PublishedSubject.swift
[136/589] Compiling OpenCombine PublishedSubscriber.swift
[137/589] Compiling OpenCombine ReduceProducer.swift
[138/589] Compiling OpenCombine SubjectSubscriber.swift
[139/589] Compiling OpenCombine SubscriberTap.swift
[140/589] Compiling OpenCombine SubscriptionStatus.swift
[141/589] Compiling OpenCombine SubscriptionTap.swift
[142/589] Compiling OpenCombine AnyCancellable.swift
[143/589] Compiling OpenCombine AnyPublisher.swift
[144/589] Compiling OpenCombine AnySubscriber.swift
[145/589] Compiling OpenCombine Cancellable.swift
[146/589] Compiling OpenCombine Codable.swift
[147/589] Compiling OpenCombine CombineIdentifier.swift
[148/589] Compiling OpenCombine ConcurrencyHelpers.swift
[149/589] Compiling OpenCombine Future+Concurrency.swift
[150/589] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[151/589] Compiling OpenCombine CurrentValueSubject.swift
[152/589] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[153/589] Compiling OpenCombine Future.swift
[154/589] Compiling OpenCombine GENERATED-RootProtocols.swift
[155/589] Compiling OpenCombine Just.swift
[156/589] Compiling OpenCombine Optional.Publisher.swift
[157/589] Compiling OpenCombine Publishers.AllSatisfy.swift
[158/589] Compiling OpenCombine Publishers.AssertNoFailure.swift
[159/589] Compiling OpenCombine Publishers.Autoconnect.swift
[160/589] Compiling OpenCombine Publishers.Breakpoint.swift
[161/589] Compiling OpenCombine Publishers.Buffer.swift
[162/589] Compiling OpenCombine Publishers.Collect.swift
[163/589] Compiling OpenCombine Publishers.CollectByCount.swift
[164/589] Compiling OpenCombine Publishers.CompactMap.swift
[165/589] Compiling OpenCombine Publishers.Comparison.swift
[166/589] Compiling OpenCombine Publishers.Concatenate.swift
[167/589] Compiling OpenCombine Publishers.Contains.swift
[168/589] Compiling OpenCombine Result.swift
[169/589] Compiling OpenCombine Scheduler.swift
[170/589] Compiling OpenCombine Subject+Void.swift
[171/589] Compiling OpenCombine Subscriber+Void.swift
[172/589] Compiling OpenCombine Subscribers.Assign.swift
[173/589] Compiling OpenCombine Subscribers.Completion.swift
[174/589] Compiling OpenCombine Subscribers.Demand.swift
[175/589] Compiling OpenCombine Subscribers.Sink.swift
[176/589] Compiling OpenCombine Subscribers.swift
[177/589] Compiling OpenCombine Subscription.swift
[178/589] Compiling OpenCombine Subscriptions.swift
[179/589] Compiling OpenCombine _Introspection.swift
[179/589] Compiling t1_enc.cc
[181/589] Compiling OpenCombine Publishers.Retry.swift
[182/589] Compiling OpenCombine Publishers.Scan.swift
[183/589] Compiling OpenCombine Publishers.Sequence.swift
[184/589] Compiling OpenCombine Publishers.SetFailureType.swift
[185/589] Compiling OpenCombine Publishers.Share.swift
[186/589] Compiling OpenCombine Publishers.SubscribeOn.swift
[187/589] Compiling OpenCombine Publishers.SwitchToLatest.swift
[188/589] Compiling OpenCombine Publishers.Throttle.swift
[189/589] Compiling OpenCombine Publishers.Timeout.swift
[190/589] Compiling OpenCombine Publishers.Zip.swift
[191/589] Compiling OpenCombine Publishers.swift
[192/589] Compiling OpenCombine Record.swift
[193/589] Compiling OpenCombine Result.Publisher.swift
[193/589] Compiling ssl_x509.cc
[195/590] Compiling Logging MetadataProvider.swift
[197/590] Compiling Logging Logging.swift
[198/590] Emitting module Logging
[199/590] Compiling Logging Locks.swift
[200/591] Compiling ssl_versions.cc
[201/591] Compiling ssl_transcript.cc
[202/591] Compiling ssl_stat.cc
[203/591] Compiling ssl_session.cc
[204/591] Compiling ssl_privkey.cc
[205/591] Compiling ssl_lib.cc
[206/591] Compiling ssl_key_share.cc
[207/591] Compiling ssl_file.cc
[208/591] Compiling ssl_credential.cc
[209/591] Compiling ssl_cipher.cc
[210/591] Compiling ssl_cert.cc
[211/591] Compiling ssl_buffer.cc
[212/591] Compiling ssl_asn1.cc
[213/591] Compiling ssl_aead_ctx.cc
[215/617] Compiling DequeModule Deque+CustomReflectable.swift
[216/617] Compiling DequeModule Deque+Descriptions.swift
[217/619] Compiling DequeModule _DequeBuffer.swift
[218/619] Compiling DequeModule _DequeBufferHeader.swift
[219/619] Compiling OpenCombineFoundation JSONEncoder.swift
[220/619] Compiling OpenCombineFoundation NotificationCenter.swift
[221/619] Compiling DequeModule Deque+Extras.swift
[222/619] Compiling DequeModule Deque+Hashable.swift
[222/619] Compiling s3_pkt.cc
[224/619] Compiling DequeModule _DequeSlot.swift
[225/619] Compiling DequeModule _UnsafeWrappedBuffer.swift
[226/621] Compiling DequeModule Deque+Testing.swift
[227/621] Compiling DequeModule Deque._Storage.swift
[228/621] Compiling DequeModule Deque._UnsafeHandle.swift
[229/621] Compiling DequeModule Deque.swift
[230/621] Emitting module OpenCombineDispatch
[231/621] Emitting module DequeModule
[232/621] Compiling OpenCombineFoundation Utils.swift
[233/621] Compiling OpenCombineFoundation Violations.swift
[233/622] Compiling handshake_server.cc
[235/622] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[236/623] Compiling s3_both.cc
[238/623] Compiling s3_lib.cc
[239/623] Compiling handshake.cc
[240/623] Compiling handshake_client.cc
[241/623] Compiling dtls_method.cc
[242/623] Compiling handoff.cc
[244/623] Compiling OpenCombineFoundation Timer+Publisher.swift
[244/624] Compiling encrypted_client_hello.cc
[245/624] Compiling d1_pkt.cc
[247/624] Compiling OpenCombineFoundation PropertyListEncoder.swift
[248/624] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[249/624] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[249/624] Compiling md5-x86_64-linux.S
[250/624] Compiling dtls_record.cc
[251/624] Compiling md5-x86_64-apple.S
[256/624] Compiling md5-586-linux.S
[257/624] Compiling md5-586-apple.S
[259/624] Emitting module OpenCombineFoundation
[261/624] Compiling d1_srtp.cc
[262/624] Compiling extensions.cc
[263/624] Compiling chacha20_poly1305_x86_64-linux.S
[264/624] Compiling chacha20_poly1305_armv8-win.S
[266/624] Compiling OpenCombineFoundation URLSession.swift
[266/624] Compiling chacha20_poly1305_x86_64-apple.S
[267/625] Compiling chacha20_poly1305_armv8-apple.S
[268/625] Compiling chacha-x86_64-linux.S
[270/625] Compiling chacha20_poly1305_armv8-linux.S
[271/625] Compiling chacha-x86_64-apple.S
[272/625] Compiling chacha-x86-linux.S
[273/625] Compiling chacha-armv8-win.S
[274/625] Compiling chacha-x86-apple.S
[275/625] Compiling aes128gcmsiv-x86_64-linux.S
[276/625] Compiling chacha-armv8-linux.S
[277/625] Compiling chacha-armv8-apple.S
[278/625] Compiling chacha-armv4-linux.S
[279/625] Compiling err_data.cc
[280/625] Compiling aes128gcmsiv-x86_64-apple.S
[281/625] Compiling x86_64-mont5-apple.S
[282/625] Compiling x86_64-mont5-linux.S
[283/625] Compiling x86_64-mont-linux.S
[284/625] Compiling x86_64-mont-apple.S
[285/625] Compiling vpaes-x86_64-linux.S
[286/625] Compiling x86-mont-linux.S
[287/625] Compiling x86-mont-apple.S
[288/625] Compiling vpaes-x86_64-apple.S
[289/625] Compiling vpaes-x86-apple.S
[290/625] Compiling vpaes-x86-linux.S
[291/625] Compiling bio_ssl.cc
[292/625] Compiling vpaes-armv8-linux.S
[293/625] Compiling vpaes-armv8-win.S
[294/625] Compiling vpaes-armv8-apple.S
[295/625] Compiling d1_lib.cc
[296/625] Compiling d1_both.cc
[297/625] Compiling sha512-x86_64-linux.S
[298/625] Compiling sha512-x86_64-apple.S
[299/625] Compiling vpaes-armv7-linux.S
[300/625] Compiling sha512-armv8-win.S
[301/625] Compiling sha512-armv8-apple.S
[302/625] Compiling sha512-armv4-linux.S
[302/625] Compiling sha256-x86_64-apple.S
[302/625] Compiling sha512-586-linux.S
[305/625] Compiling sha512-armv8-linux.S
[306/625] Compiling sha512-586-apple.S
[307/625] Compiling sha256-x86_64-linux.S
[308/625] Compiling sha256-armv8-win.S
[309/625] Compiling sha256-armv8-linux.S
[310/625] Compiling sha256-armv4-linux.S
[311/625] Compiling sha256-armv8-apple.S
[312/625] Compiling sha1-x86_64-linux.S
[313/625] Compiling sha1-x86_64-apple.S
[314/625] Compiling sha256-586-apple.S
[315/625] Compiling sha256-586-linux.S
[316/625] Compiling sha1-armv8-win.S
[317/625] Compiling sha1-armv8-apple.S
[318/625] Compiling sha1-armv8-linux.S
[319/625] Compiling sha1-armv4-large-linux.S
[320/625] Compiling sha1-586-linux.S
[321/625] Compiling rsaz-avx2-apple.S
[322/625] Compiling rsaz-avx2-linux.S
[323/625] Compiling sha1-586-apple.S
[324/625] Compiling p256_beeu-x86_64-asm-apple.S
[325/625] Compiling rdrand-x86_64-linux.S
[326/625] Compiling p256_beeu-armv8-asm-win.S
[327/625] Compiling p256_beeu-x86_64-asm-linux.S
[328/625] Compiling rdrand-x86_64-apple.S
[329/625] Compiling p256_beeu-armv8-asm-apple.S
[330/625] Compiling p256_beeu-armv8-asm-linux.S
[331/625] Compiling p256-x86_64-asm-linux.S
[332/625] Compiling p256-x86_64-asm-apple.S
[333/625] Compiling ghashv8-armv8-win.S
[334/625] Compiling p256-armv8-asm-win.S
[335/625] Compiling ghashv8-armv8-linux.S
[336/625] Compiling p256-armv8-asm-apple.S
[337/625] Compiling ghashv8-armv8-apple.S
[338/625] Compiling p256-armv8-asm-linux.S
[339/625] Compiling ghash-x86_64-linux.S
[340/625] Compiling ghashv8-armv7-linux.S
[341/625] Compiling ghash-x86-linux.S
[342/625] Compiling ghash-ssse3-x86_64-linux.S
[343/625] Compiling ghash-ssse3-x86_64-apple.S
[343/625] Compiling ghash-x86_64-apple.S
[345/625] Compiling ghash-ssse3-x86-linux.S
[346/625] Compiling ghash-x86-apple.S
[347/625] Compiling ghash-ssse3-x86-apple.S
[348/625] Compiling ghash-neon-armv8-apple.S
[349/625] Compiling ghash-neon-armv8-win.S
[350/625] Compiling ghash-neon-armv8-linux.S
[351/625] Compiling ghash-armv4-linux.S
[352/625] Compiling co-586-linux.S
[353/625] Compiling bn-armv8-win.S
[354/625] Compiling co-586-apple.S
[355/625] Compiling bn-armv8-linux.S
[356/625] Compiling bn-586-linux.S
[357/625] Compiling bsaes-armv7-linux.S
[357/625] Compiling armv8-mont-win.S
[359/625] Compiling bn-armv8-apple.S
[360/625] Compiling bn-586-apple.S
[361/625] Compiling armv8-mont-linux.S
[362/625] Compiling armv4-mont-linux.S
[363/625] Compiling armv8-mont-apple.S
[364/625] Compiling aesv8-gcm-armv8-win.S
[365/625] Compiling aesv8-armv8-linux.S
[365/625] Compiling aesv8-gcm-armv8-linux.S
[367/625] Compiling aesv8-armv8-apple.S
[368/625] Compiling aesv8-armv7-linux.S
[369/625] Compiling aesv8-gcm-armv8-apple.S
[370/625] Compiling aesv8-armv8-win.S
[371/625] Compiling aesni-x86_64-linux.S
[372/625] Compiling aesni-x86_64-apple.S
[373/625] Compiling aesni-x86-linux.S
[374/625] Compiling aes-gcm-avx2-x86_64-linux.S
[374/625] Compiling aesni-gcm-x86_64-linux.S
[376/625] Compiling aesni-x86-apple.S
[377/625] Compiling aes-gcm-avx2-x86_64-apple.S
[378/625] Compiling aesni-gcm-x86_64-apple.S
[379/625] Compiling aes-gcm-avx10-x86_64-apple.S
[380/625] Compiling aes-gcm-avx10-x86_64-linux.S
[381/625] Compiling x_sig.cc
[382/625] Compiling x_val.cc
[383/625] Compiling x_name.cc
[384/625] Compiling x_pubkey.cc
[385/625] Compiling x_x509a.cc
[386/625] Compiling x_req.cc
[387/625] Compiling x_spki.cc
[388/625] Compiling x_x509.cc
[389/625] Compiling x_attrib.cc
[390/625] Compiling x_exten.cc
[391/625] Compiling x_crl.cc
[392/625] Compiling x_algor.cc
[393/625] Compiling x509spki.cc
[394/625] Compiling x_all.cc
[395/625] Compiling x509rset.cc
[396/625] Compiling x509name.cc
[397/625] Compiling x509cset.cc
[398/625] Compiling x509_txt.cc
[399/625] Compiling x509_vpm.cc
[400/625] Compiling x509_v3.cc
[401/625] Compiling x509_trs.cc
[401/625] Compiling x509_vfy.cc
[401/625] Compiling x509_req.cc
[401/625] Compiling x509_obj.cc
[401/625] Compiling x509_set.cc
[406/625] Compiling x509_lu.cc
[407/625] Compiling x509_ext.cc
[408/625] Compiling x509_att.cc
[409/625] Compiling x509_cmp.cc
[410/625] Compiling x509.cc
[411/625] Compiling x509_def.cc
[412/625] Compiling x509_d2.cc
[413/625] Compiling v3_purp.cc
[414/625] Compiling v3_skey.cc
[415/625] Compiling v3_utl.cc
[416/625] Compiling v3_prn.cc
[417/625] Compiling v3_pcons.cc
[418/625] Compiling v3_pmaps.cc
[419/625] Compiling v3_lib.cc
[420/625] Compiling v3_int.cc
[421/625] Compiling v3_ocsp.cc
[422/625] Compiling v3_ncons.cc
[423/625] Compiling v3_info.cc
[424/625] Compiling v3_enum.cc
[425/625] Compiling v3_extku.cc
[426/625] Compiling v3_conf.cc
[427/625] Compiling v3_ia5.cc
[428/625] Compiling v3_genn.cc
[429/625] Compiling v3_crld.cc
[430/625] Compiling v3_bcons.cc
[431/625] Compiling v3_cpols.cc
[432/625] Compiling v3_bitst.cc
[433/625] Compiling v3_akeya.cc
[434/625] Compiling v3_alt.cc
[435/625] Compiling v3_akey.cc
[436/625] Compiling t_x509a.cc
[437/625] Compiling t_x509.cc
[438/625] Compiling i2d_pr.cc
[439/625] Compiling t_crl.cc
[440/625] Compiling t_req.cc
[441/625] Compiling rsa_pss.cc
[442/625] Compiling name_print.cc
[443/625] Compiling by_file.cc
[444/625] Compiling policy.cc
[445/625] Compiling by_dir.cc
[446/625] Compiling asn1_gen.cc
[447/625] Compiling algorithm.cc
[448/625] Compiling a_verify.cc
[449/625] Compiling a_digest.cc
[450/625] Compiling voprf.cc
[451/625] Compiling a_sign.cc
[452/625] Compiling trust_token.cc
[453/625] Compiling thread_win.cc
[454/625] Compiling thread_pthread.cc
[455/625] Compiling pmbtoken.cc
[456/625] Compiling thread_none.cc
[457/625] Compiling thread.cc
[458/625] Compiling stack.cc
[459/625] Compiling siphash.cc
[460/625] Compiling slhdsa.cc
[461/625] Compiling spake2plus.cc
[462/625] Compiling sha256.cc
[463/625] Compiling sha512.cc
[464/625] Compiling rsa_print.cc
[465/625] Compiling sha1.cc
[466/625] Compiling rsa_extra.cc
[467/625] Compiling refcount.cc
[467/625] Compiling rsa_crypt.cc
[469/625] Compiling trusty.cc
[470/625] Compiling urandom.cc
[471/625] Compiling rsa_asn1.cc
[472/625] Compiling windows.cc
[473/625] Compiling rc4.cc
[474/625] Compiling rand.cc
[475/625] Compiling ios.cc
[476/625] Compiling passive.cc
[477/625] Compiling poly1305_arm_asm.S
[478/625] Compiling getentropy.cc
[479/625] Compiling forkunsafe.cc
[480/625] Compiling deterministic.cc
[481/625] Compiling fork_detect.cc
[482/625] Compiling poly1305_vec.cc
[483/625] Compiling pool.cc
[484/625] Compiling poly1305_arm.cc
[485/625] Compiling poly1305.cc
[486/625] Compiling pkcs8_x509.cc
[487/625] Compiling pkcs7.cc
[488/625] Compiling pkcs8.cc
[489/625] Compiling pem_pkey.cc
[490/625] Compiling p5_pbev2.cc
[491/625] Compiling pkcs7_x509.cc
[492/625] Compiling pem_x509.cc
[493/625] Compiling pem_xaux.cc
[494/625] Compiling pem_oth.cc
[495/625] Compiling pem_pk8.cc
[496/625] Compiling mlkem.cc
[497/625] Compiling mldsa.cc
[498/625] Compiling obj_xref.cc
[499/625] Compiling pem_lib.cc
[500/625] Compiling pem_info.cc
[501/625] Compiling obj.cc
[502/625] Compiling pem_all.cc
[503/625] Compiling poly_rq_mul.S
[504/625] Compiling mem.cc
[505/625] Compiling fips_shared_support.cc
[506/625] Compiling md5.cc
[507/625] Compiling md4.cc
[508/625] Compiling lhash.cc
[509/625] Compiling ex_data.cc
[510/625] Compiling kyber.cc
[511/625] Compiling hrss.cc
[512/625] Compiling hpke.cc
[513/625] Compiling print.cc
[514/625] Compiling scrypt.cc
[515/625] Compiling sign.cc
[516/625] Compiling pbkdf.cc
[517/625] Compiling p_x25519.cc
[518/625] Compiling p_x25519_asn1.cc
[519/625] Compiling p_rsa_asn1.cc
[520/625] Compiling p_ed25519.cc
[521/625] Compiling p_rsa.cc
[522/625] Compiling p_hkdf.cc
[523/625] Compiling p_ed25519_asn1.cc
[524/625] Compiling p_ec_asn1.cc
[525/625] Compiling p_ec.cc
[526/625] Compiling p_dh.cc
[527/625] Compiling p_dsa_asn1.cc
[528/625] Compiling evp_ctx.cc
[529/625] Compiling p_dh_asn1.cc
[530/625] Compiling evp.cc
[531/625] Compiling err.cc
[532/625] Compiling hash_to_curve.cc
[533/625] Compiling engine.cc
[534/625] Compiling ecdh.cc
[535/625] Compiling evp_asn1.cc
[536/625] Compiling ecdsa_asn1.cc
[537/625] Compiling ec_derive.cc
[538/625] Compiling bcm.cc
[539/625] Compiling dsa.cc
[540/625] Compiling params.cc
[541/625] Compiling des.cc
[542/625] Compiling x25519-asm-arm.S
[543/625] Compiling ec_asn1.cc
[544/625] Compiling dh_asn1.cc
[545/625] Compiling digest_extra.cc
[546/625] Compiling dsa_asn1.cc
[547/625] Compiling spake25519.cc
[548/625] Compiling curve25519_64_adx.cc
[549/625] Compiling crypto.cc
[550/625] Compiling cpu_arm_linux.cc
[551/625] Compiling cpu_aarch64_win.cc
[552/625] Compiling cpu_intel.cc
[553/625] Compiling cpu_arm_freebsd.cc
[554/625] Compiling curve25519.cc
[555/625] Compiling cpu_aarch64_sysreg.cc
[556/625] Compiling cpu_aarch64_linux.cc
[557/625] Compiling cpu_aarch64_openbsd.cc
[558/625] Compiling tls_cbc.cc
[559/625] Compiling cpu_aarch64_fuchsia.cc
[560/625] Compiling conf.cc
[561/625] Compiling cpu_aarch64_apple.cc
[562/625] Compiling e_tls.cc
[563/625] Compiling e_rc2.cc
[564/625] Compiling e_rc4.cc
[565/625] Compiling get_cipher.cc
[566/625] Compiling e_null.cc
[567/625] Compiling e_des.cc
[568/625] Compiling e_aesgcmsiv.cc
[569/625] Compiling e_chacha20poly1305.cc
[570/625] Compiling chacha.cc
[571/625] Compiling e_aesctrhmac.cc
[572/625] Compiling derive_key.cc
[573/625] Compiling cbs.cc
[574/625] Compiling unicode.cc
[575/625] Compiling ber.cc
[576/625] Compiling cbb.cc
[577/625] Compiling asn1_compat.cc
[578/625] Compiling buf.cc
[579/625] Compiling blake2.cc
[580/625] Compiling socket_helper.cc
[581/625] Compiling convert.cc
[582/625] Compiling printf.cc
[582/625] Compiling socket.cc
[584/625] Compiling bn_asn1.cc
[585/625] Compiling pair.cc
[586/625] Compiling hexdump.cc
[587/625] Compiling fd.cc
[588/625] Compiling file.cc
[589/625] Compiling errno.cc
[590/625] Compiling connect.cc
[591/625] Compiling bio_mem.cc
[592/625] Compiling base64.cc
[593/625] Compiling bio.cc
[594/625] Compiling tasn_typ.cc
[595/625] Compiling tasn_fre.cc
[596/625] Compiling tasn_utl.cc
[597/625] Compiling posix_time.cc
[598/625] Compiling tasn_new.cc
[599/625] Compiling tasn_enc.cc
[600/625] Compiling f_string.cc
[601/625] Compiling f_int.cc
[602/625] Compiling tasn_dec.cc
[603/625] Compiling asn1_par.cc
[604/625] Compiling a_utctm.cc
[605/625] Compiling asn_pack.cc
[606/625] Compiling asn1_lib.cc
[607/625] Compiling a_time.cc
[608/625] Compiling a_type.cc
[609/625] Compiling a_octet.cc
[610/625] Compiling a_strex.cc
[611/625] Compiling a_strnid.cc
[612/625] Compiling a_mbstr.cc
[613/625] Compiling a_object.cc
[614/625] Compiling a_dup.cc
[615/625] Compiling a_i2d_fp.cc
[616/625] Write sources
[617/625] Compiling a_int.cc
[618/625] Write sources
[619/625] Compiling a_bool.cc
[620/635] Compiling a_gentm.cc
[621/644] Compiling a_d2i_fp.cc
[622/669] Compiling a_bitstr.cc
[624/669] Compiling Algorithms EitherSequence.swift
[625/669] Compiling Algorithms FirstNonNil.swift
[626/669] Compiling Algorithms FlattenCollection.swift
[627/671] Compiling Algorithms Joined.swift
[628/671] Compiling Algorithms Keyed.swift
[629/671] Compiling Algorithms MinMax.swift
[630/671] Compiling Algorithms Split.swift
[631/671] Compiling Algorithms Stride.swift
[632/671] Compiling Algorithms Suffix.swift
[633/671] Compiling Atomics IntegerOperations.swift
[634/671] Compiling Atomics Unmanaged extensions.swift
[635/671] Compiling Algorithms Grouped.swift
[636/671] Compiling Algorithms Indexed.swift
[637/671] Compiling Algorithms Intersperse.swift
[638/671] Compiling Algorithms Compacted.swift
[639/671] Compiling Algorithms Cycle.swift
[644/674] Compiling Algorithms Rotate.swift
[655/674] Compiling Algorithms Partition.swift
[656/674] Compiling Algorithms Permutations.swift
[657/674] Compiling Algorithms Product.swift
[658/674] Compiling Algorithms Trim.swift
[659/674] Compiling Algorithms Unique.swift
[660/674] Compiling Algorithms Windows.swift
[661/674] Compiling Algorithms AdjacentPairs.swift
[662/674] Compiling Algorithms Chain.swift
[663/674] Compiling Algorithms Chunked.swift
[664/674] Compiling Algorithms Combinations.swift
[667/674] Emitting module Atomics
[672/675] Emitting module Algorithms
[674/676] Compiling c-nioatomics.c
[675/676] Compiling c-atomics.c
[677/682] Compiling NIOConcurrencyHelpers atomics.swift
[678/682] Compiling NIOConcurrencyHelpers lock.swift
[679/682] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[680/682] Compiling NIOConcurrencyHelpers NIOLock.swift
[681/682] Emitting module NIOConcurrencyHelpers
[682/682] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[684/743] Compiling NIOCore MulticastChannel.swift
[685/743] Compiling NIOCore NIOAny.swift
[686/743] Compiling NIOCore NIOCloseOnErrorHandler.swift
[687/743] Compiling NIOCore NIOLoopBound.swift
[688/743] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[689/743] Compiling NIOCore NIOScheduledCallback.swift
[690/743] Compiling NIOCore NIOSendable.swift
[691/743] Compiling NIOCore RecvByteBufferAllocator.swift
[692/751] Compiling NIOCore IO.swift
[693/751] Compiling NIOCore IOData.swift
[694/751] Compiling NIOCore IPProtocol.swift
[695/751] Compiling NIOCore IntegerBitPacking.swift
[696/751] Compiling NIOCore IntegerTypes.swift
[697/751] Compiling NIOCore Interfaces.swift
[698/751] Compiling NIOCore Linux.swift
[699/751] Compiling NIOCore MarkedCircularBuffer.swift
[700/751] Compiling NIOCore CircularBuffer.swift
[701/751] Compiling NIOCore Codec.swift
[702/751] Compiling NIOCore ConvenienceOptionSupport.swift
[703/751] Compiling NIOCore DeadChannel.swift
[704/751] Compiling NIOCore DispatchQueue+WithFuture.swift
[705/751] Compiling NIOCore EventLoop+Deprecated.swift
[706/751] Compiling NIOCore EventLoop+SerialExecutor.swift
[707/751] Compiling NIOCore EventLoop.swift
[708/751] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[709/751] Compiling NIOCore EventLoopFuture+Deprecated.swift
[710/751] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[711/751] Compiling NIOCore EventLoopFuture.swift
[712/751] Compiling NIOCore FileDescriptor.swift
[713/751] Compiling NIOCore FileHandle.swift
[714/751] Compiling NIOCore FileRegion.swift
[715/751] Compiling NIOCore GlobalSingletons.swift
[716/751] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[717/751] Compiling NIOCore SocketAddresses.swift
[718/751] Compiling NIOCore SocketOptionProvider.swift
[719/751] Compiling NIOCore SystemCallHelpers.swift
[720/751] Compiling NIOCore TimeAmount+Duration.swift
[721/751] Compiling NIOCore TypeAssistedChannelHandler.swift
[722/751] Compiling NIOCore UniversalBootstrapSupport.swift
[723/751] Compiling NIOCore Utilities.swift
[724/751] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[725/751] Compiling NIOCore BSDSocketAPI.swift
[726/751] Compiling NIOCore ByteBuffer-aux.swift
[727/751] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[728/751] Compiling NIOCore ByteBuffer-conversions.swift
[729/751] Compiling NIOCore ByteBuffer-core.swift
[730/751] Compiling NIOCore ByteBuffer-hex.swift
[731/751] Compiling NIOCore ByteBuffer-int.swift
[732/751] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[733/751] Compiling NIOCore AddressedEnvelope.swift
[734/751] Compiling NIOCore AsyncAwaitSupport.swift
[735/751] Compiling NIOCore AsyncChannel.swift
[736/751] Compiling NIOCore AsyncChannelHandler.swift
[737/751] Compiling NIOCore AsyncChannelInboundStream.swift
[738/751] Compiling NIOCore AsyncChannelOutboundWriter.swift
[739/751] Compiling NIOCore NIOAsyncSequenceProducer.swift
[740/751] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[741/751] Compiling NIOCore NIOAsyncWriter.swift
[742/751] Emitting module NIOCore
[743/751] Compiling NIOCore ByteBuffer-multi-int.swift
[744/751] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[745/751] Compiling NIOCore ByteBuffer-views.swift
[746/751] Compiling NIOCore Channel.swift
[747/751] Compiling NIOCore ChannelHandler.swift
[748/751] Compiling NIOCore ChannelHandlers.swift
[749/751] Compiling NIOCore ChannelInvoker.swift
[750/751] Compiling NIOCore ChannelOption.swift
[751/751] Compiling NIOCore ChannelPipeline.swift
[753/802] Emitting module NIOEmbedded
[754/802] Compiling NIOEmbedded AsyncTestingChannel.swift
[755/802] Compiling NIOEmbedded Embedded.swift
[756/802] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[758/803] Compiling NIOPosix SelectableChannel.swift
[759/803] Compiling NIOPosix SelectableEventLoop.swift
[760/803] Compiling NIOPosix SelectorEpoll.swift
[761/803] Compiling NIOPosix SelectorGeneric.swift
[762/803] Compiling NIOPosix SelectorKqueue.swift
[763/803] Compiling NIOPosix SelectorUring.swift
[764/809] Compiling NIOPosix Pool.swift
[765/809] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[766/809] Compiling NIOPosix PosixSingletons.swift
[767/809] Compiling NIOPosix RawSocketBootstrap.swift
[768/809] Compiling NIOPosix Resolver.swift
[769/809] Compiling NIOPosix Selectable.swift
[770/809] Compiling NIOPosix ServerSocket.swift
[771/809] Compiling NIOPosix Socket.swift
[772/809] Compiling NIOPosix SocketChannel.swift
[773/809] Compiling NIOPosix SocketProtocols.swift
[774/809] Compiling NIOPosix System.swift
[775/809] Compiling NIOPosix Thread.swift
[776/809] Compiling NIOPosix IO.swift
[777/809] Compiling NIOPosix IntegerBitPacking.swift
[778/809] Compiling NIOPosix IntegerTypes.swift
[779/809] Compiling NIOPosix Linux.swift
[780/809] Compiling NIOPosix LinuxCPUSet.swift
[781/809] Compiling NIOPosix LinuxUring.swift
[782/809] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[783/809] Compiling NIOPosix NIOThreadPool.swift
[784/809] Compiling NIOPosix NonBlockingFileIO.swift
[785/809] Compiling NIOPosix PendingDatagramWritesManager.swift
[786/809] Compiling NIOPosix PendingWritesManager.swift
[787/809] Compiling NIOPosix PipeChannel.swift
[788/809] Compiling NIOPosix PipePair.swift
[789/809] Compiling NIOPosix ThreadPosix.swift
[790/809] Compiling NIOPosix ThreadWindows.swift
[791/809] Compiling NIOPosix UnsafeTransfer.swift
[792/809] Compiling NIOPosix Utilities.swift
[793/809] Compiling NIOPosix VsockAddress.swift
[794/809] Compiling NIOPosix VsockChannelEvents.swift
[795/809] Emitting module NIOPosix
[796/809] Compiling NIOPosix BSDSocketAPICommon.swift
[797/809] Compiling NIOPosix BSDSocketAPIPosix.swift
[798/809] Compiling NIOPosix BSDSocketAPIWindows.swift
[799/809] Compiling NIOPosix BaseSocket.swift
[800/809] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[801/809] Compiling NIOPosix BaseSocketChannel.swift
[802/809] Compiling NIOPosix BaseStreamSocketChannel.swift
[803/809] Compiling NIOPosix Bootstrap.swift
[804/809] Compiling NIOPosix ControlMessage.swift
[805/809] Compiling NIOPosix DatagramVectorReadManager.swift
[806/809] Compiling NIOPosix Errors+Any.swift
[807/809] Compiling NIOPosix FileDescriptor.swift
[808/809] Compiling NIOPosix GetaddrinfoResolver.swift
[809/809] Compiling NIOPosix HappyEyeballs.swift
[811/812] Emitting module NIO
[812/812] Compiling NIO Exports.swift
[814/852] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[815/852] Compiling NIOSOCKS ClientStateMachine.swift
[816/853] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[817/853] Compiling NIOSOCKS ServerStateMachine.swift
[818/853] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[819/853] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[820/853] Compiling NIOTLS TLSEvents.swift
[821/853] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[822/853] Compiling NIOSOCKS SOCKSResponse.swift
[823/853] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[824/853] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[825/853] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[826/853] Emitting module NIOSOCKS
[827/853] Compiling NIOTLS SNIHandler.swift
[828/853] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[829/853] Emitting module NIOTLS
[831/854] Emitting module NIOFoundationCompat
[832/854] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[833/855] Compiling NIOHTTP1 HTTPEncoder.swift
[834/855] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[835/855] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[836/855] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[837/855] Compiling NIOHTTP1 ByteCollectionUtils.swift
[838/855] Compiling NIOHTTP1 HTTPDecoder.swift
[839/856] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[840/856] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[845/859] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[846/859] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[847/909] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[848/909] Compiling NIOTransportServices NIOTSSingletons.swift
[849/909] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[850/911] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[851/911] Compiling NIOTransportServices NIOTSErrors.swift
[852/911] Compiling NIOTransportServices NIOTSEventLoop.swift
[853/911] Compiling NIOTransportServices NIOTSBootstraps.swift
[854/911] Compiling NIOTransportServices NIOTSChannelOptions.swift
[855/911] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[856/911] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[857/911] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[858/911] Compiling NIOTransportServices NIOTSListenerChannel.swift
[859/911] Compiling NIOTransportServices StateManagedChannel.swift
[860/911] Compiling NIOTransportServices StateManagedListenerChannel.swift
[861/911] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[862/911] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[863/911] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[870/911] Emitting module NIOHTTP1
[871/911] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[874/911] Compiling NIOTransportServices AcceptHandler.swift
[875/911] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[876/911] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[877/911] Compiling NIOTransportServices NIOTSDatagramListener.swift
[878/911] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[880/911] Emitting module NIOTransportServices
[885/931] Emitting module NIOSSL
[886/935] Compiling NIOHPACK IndexedHeaderTable.swift
[887/935] Compiling NIOHPACK IntegerCoding.swift
[888/936] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[889/936] Compiling NIOHPACK StaticHeaderTable.swift
[893/936] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[894/936] Compiling NIOHPACK DynamicHeaderTable.swift
[895/936] Compiling NIOHPACK HPACKDecoder.swift
[896/936] Compiling NIOHPACK HPACKEncoder.swift
[897/936] Compiling NIOHPACK HPACKErrors.swift
[898/936] Emitting module NIOHPACK
[899/936] Emitting module NIOHTTPCompression
[900/936] Compiling NIOHTTPCompression HTTPCompression.swift
[901/936] Compiling NIOHPACK HuffmanCoding.swift
[902/936] Compiling NIOHPACK HuffmanTables.swift
[903/936] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[904/936] Compiling NIOHTTPCompression HTTPDecompression.swift
[905/936] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[906/936] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[907/936] Compiling NIOHPACK HPACKHeader.swift
[908/936] Compiling NIOHPACK HeaderTables.swift
[913/937] Compiling NIOSSL SubjectAlternativeName.swift
[914/937] Compiling NIOSSL NIOSSLSecureBytes.swift
[915/937] Compiling NIOSSL RNG.swift
[916/937] Compiling NIOSSL SafeCompare.swift
[935/996] Compiling NIOHTTP2 LocallyQuiescingState.swift
[936/996] Compiling NIOHTTP2 QuiescingState.swift
[937/996] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[938/996] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[940/997] Compiling NIOHTTP2 MaySendFrames.swift
[941/997] Compiling NIOHTTP2 SendingDataState.swift
[942/997] Compiling NIOHTTP2 SendingGoawayState.swift
[943/997] Compiling NIOHTTP2 SendingHeadersState.swift
[944/997] Compiling NIOHTTP2 SendingPushPromiseState.swift
[945/997] Compiling NIOHTTP2 SendingRstStreamState.swift
[946/997] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[947/997] Compiling NIOHTTP2 HTTP2SettingsState.swift
[948/1005] Emitting module NIOHTTP2
[949/1005] Compiling NIOHTTP2 StateMachineResult.swift
[950/1005] Compiling NIOHTTP2 ContentLengthVerifier.swift
[951/1005] Compiling NIOHTTP2 DOSHeuristics.swift
[952/1005] Compiling NIOHTTP2 Error+Any.swift
[953/1005] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[954/1005] Compiling NIOHTTP2 ControlFrameBuffer.swift
[955/1005] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[956/1005] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[957/1005] Compiling NIOHTTP2 InboundWindowManager.swift
[958/1005] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[959/1005] Compiling NIOHTTP2 StreamChannelFlowController.swift
[960/1005] Compiling NIOHTTP2 StreamChannelList.swift
[961/1005] Compiling NIOHTTP2 StreamMap.swift
[962/1005] Compiling NIOHTTP2 StreamStateMachine.swift
[963/1005] Compiling NIOHTTP2 UnsafeTransfer.swift
[964/1005] Compiling NIOHTTP2 WatermarkedFlowController.swift
[965/1005] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[966/1005] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[967/1005] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[968/1005] Compiling NIOHTTP2 HTTP2StreamID.swift
[969/1005] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[970/1005] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[971/1005] Compiling NIOHTTP2 HTTP2UserEvents.swift
[972/1005] Compiling NIOHTTP2 InboundEventBuffer.swift
[973/1005] Compiling NIOHTTP2 ConnectionStateMachine.swift
[974/1005] Compiling NIOHTTP2 ConnectionStreamsState.swift
[975/1005] Compiling NIOHTTP2 MayReceiveFrames.swift
[976/1005] Compiling NIOHTTP2 ReceivingDataState.swift
[977/1005] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[978/1005] Compiling NIOHTTP2 ReceivingHeadersState.swift
[979/1005] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[980/1005] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[981/1005] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[982/1005] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[983/1005] Compiling NIOHTTP2 HTTP2Frame.swift
[984/1005] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[985/1005] Compiling NIOHTTP2 HTTP2FrameParser.swift
[986/1005] Compiling NIOHTTP2 HTTP2PingData.swift
[987/1005] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[988/1005] Compiling NIOHTTP2 HTTP2Settings.swift
[989/1005] Compiling NIOHTTP2 HTTP2Stream.swift
[990/1005] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[991/1005] Compiling NIOHTTP2 HasFlowControlWindows.swift
[992/1005] Compiling NIOHTTP2 HasLocalSettings.swift
[993/1005] Compiling NIOHTTP2 HasRemoteSettings.swift
[998/1005] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[999/1005] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1000/1005] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1001/1005] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1002/1005] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1003/1005] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1004/1005] Compiling NIOHTTP2 HTTP2Error.swift
[1005/1005] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1007/1066] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1008/1066] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1009/1066] Compiling AsyncHTTPClient Transaction.swift
[1010/1066] Compiling AsyncHTTPClient Base64.swift
[1011/1066] Compiling AsyncHTTPClient BasicAuth.swift
[1012/1066] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1013/1066] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1014/1066] Compiling AsyncHTTPClient ConnectionPool.swift
[1015/1066] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1016/1074] Compiling AsyncHTTPClient HTTPHandler.swift
[1017/1074] Compiling AsyncHTTPClient LRUCache.swift
[1018/1074] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1019/1074] Compiling AsyncHTTPClient NWErrorHandler.swift
[1020/1074] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1021/1074] Compiling AsyncHTTPClient TLSConfiguration.swift
[1022/1074] Compiling AsyncHTTPClient RedirectState.swift
[1023/1074] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1024/1074] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1025/1074] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1026/1074] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1027/1074] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1028/1074] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1029/1074] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1030/1074] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1031/1074] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1032/1074] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1033/1074] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1034/1074] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1035/1074] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1036/1074] Compiling AsyncHTTPClient HTTP1Connection.swift
[1037/1074] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1038/1074] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1039/1074] Compiling AsyncHTTPClient HTTP2Connection.swift
[1040/1074] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1041/1074] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1042/1074] Emitting module AsyncHTTPClient
[1043/1074] Compiling AsyncHTTPClient ConnectionTarget.swift
[1044/1074] Compiling AsyncHTTPClient DeconstructedURL.swift
[1045/1074] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1046/1074] Compiling AsyncHTTPClient FoundationExtensions.swift
[1047/1074] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1048/1074] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1049/1074] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1050/1074] Compiling AsyncHTTPClient HTTPClient.swift
[1051/1074] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1052/1074] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1053/1074] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1054/1074] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1055/1074] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1056/1074] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1057/1074] Compiling AsyncHTTPClient RequestBodyLength.swift
[1058/1074] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1059/1074] Compiling AsyncHTTPClient RequestOptions.swift
[1060/1074] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1061/1074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1062/1074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1063/1074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1064/1074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1065/1074] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1066/1074] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1067/1074] Compiling AsyncHTTPClient RequestBag.swift
[1068/1074] Compiling AsyncHTTPClient RequestValidation.swift
[1069/1074] Compiling AsyncHTTPClient SSLContextCache.swift
[1070/1074] Compiling AsyncHTTPClient Scheme.swift
[1071/1074] Compiling AsyncHTTPClient Singleton.swift
[1072/1074] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1073/1074] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1074/1074] Compiling AsyncHTTPClient Utils.swift
[1076/1090] Compiling Alpaca AlpacaClient+Watchlists.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1077/1090] Compiling Alpaca AlpacaClient.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1078/1090] Compiling Alpaca AlpacaClient+PortfolioHistory.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1079/1090] Compiling Alpaca AlpacaClient+Positions.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1080/1090] Compiling Alpaca AlpacaDataClient.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1081/1090] Compiling Alpaca Common.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1082/1090] Compiling Alpaca AlpacaClientProtocol.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:122:73: warning: passing non-sendable parameter 'resolver' to function expecting a @Sendable closure
119 |
120 |     private func request<T>(_ httpRequest: HTTPClient.Request) -> ResponsePublisher<T> where T: Decodable {
121 |         Future<HTTPClient.Response, Error> { resolver in
    |                                              `- note: parameter 'resolver' is implicitly non-sendable
122 |             Utils.httpClient.execute(request: httpRequest).whenComplete(resolver)
    |                                                                         `- warning: passing non-sendable parameter 'resolver' to function expecting a @Sendable closure
123 |         }
124 |             .tryMap { response in
[1083/1090] Compiling Alpaca AlpacaDataClient+Bars.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:122:73: warning: passing non-sendable parameter 'resolver' to function expecting a @Sendable closure
119 |
120 |     private func request<T>(_ httpRequest: HTTPClient.Request) -> ResponsePublisher<T> where T: Decodable {
121 |         Future<HTTPClient.Response, Error> { resolver in
    |                                              `- note: parameter 'resolver' is implicitly non-sendable
122 |             Utils.httpClient.execute(request: httpRequest).whenComplete(resolver)
    |                                                                         `- warning: passing non-sendable parameter 'resolver' to function expecting a @Sendable closure
123 |         }
124 |             .tryMap { response in
[1084/1090] Compiling Alpaca AlpacaClient+Clock.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1085/1090] Compiling Alpaca AlpacaClient+Orders.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1086/1092] Emitting module Alpaca
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1087/1092] Compiling Alpaca AlpacaClient+Assets.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1088/1092] Compiling Alpaca AlpacaClient+Calendar.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1089/1092] Compiling Alpaca AlpacaClient+Account.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1090/1092] Compiling Alpaca AlpacaClient+AccountConfigurations.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[1091/1092] Compiling Alpaca Environment.swift
[1092/1092] Compiling Alpaca Utils.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/135] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/153] Compiling RealModule Float16+Real.swift
[4/154] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/154] Compiling OpenCombine ReduceProducer.swift
[6/154] Compiling OpenCombine SubjectSubscriber.swift
[7/154] Compiling OpenCombine SubscriberTap.swift
[8/154] Compiling OpenCombine SubscriptionStatus.swift
[9/155] Compiling RealModule Float80+Real.swift
[10/155] Compiling RealModule Real.swift
[11/155] Compiling Logging MetadataProvider.swift
[12/155] Compiling RealModule ElementaryFunctions.swift
[13/155] Compiling RealModule Float+Real.swift
[14/155] Compiling NIOConcurrencyHelpers atomics.swift
[15/155] Compiling NIOConcurrencyHelpers lock.swift
[16/155] Compiling RealModule RealFunctions.swift
[17/155] Emitting module Logging
[18/155] Compiling _NIODataStructures PriorityQueue.swift
[19/155] Compiling _NIODataStructures _TinyArray.swift
[20/155] Compiling OpenCombine ConduitBase.swift
[21/155] Compiling OpenCombine ConduitList.swift
[22/155] Compiling OpenCombine DebugHook.swift
[23/155] Compiling OpenCombine FilterProducer.swift
[24/155] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/155] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/155] Compiling _NIODataStructures Heap.swift
[29/155] Compiling OpenCombine PublishedSubject.swift
[30/155] Compiling OpenCombine PublishedSubscriber.swift
[32/157] Compiling OpenCombine Cancellable.swift
[33/157] Compiling OpenCombine Codable.swift
[34/157] Compiling OpenCombine AnyPublisher.swift
[35/157] Compiling OpenCombine AnySubscriber.swift
[36/157] Emitting module RealModule
[37/158] Emitting module _NIODataStructures
[38/158] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/159] Emitting module NIOConcurrencyHelpers
[40/160] Emitting module InternalCollectionsUtilities
[48/160] Compiling OpenCombine Locking.swift
[49/160] Compiling OpenCombine PartialCompletion.swift
[51/161] Compiling _NIOBase64 Base64.swift
[52/161] Emitting module _NIOBase64
[53/162] Compiling Atomics IntegerOperations.swift
[54/162] Compiling Atomics Unmanaged extensions.swift
[58/162] Compiling OpenCombine SubscriptionTap.swift
[59/162] Compiling OpenCombine AnyCancellable.swift
[61/202] Compiling DequeModule Deque+CustomReflectable.swift
[62/202] Compiling DequeModule Deque+Descriptions.swift
[63/202] Compiling DequeModule _DequeBuffer.swift
[64/202] Compiling DequeModule _DequeBufferHeader.swift
[65/204] Compiling DequeModule Deque+Equatable.swift
[66/204] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/204] Compiling DequeModule Deque+Extras.swift
[68/204] Compiling DequeModule Deque+Hashable.swift
[69/204] Compiling Logging LogHandler.swift
[70/204] Compiling Logging Locks.swift
[71/204] Compiling Logging Logging.swift
[77/208] Compiling DequeModule _DequeSlot.swift
[78/208] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/208] Compiling DequeModule Deque+Testing.swift
[80/208] Compiling DequeModule Deque._Storage.swift
[81/208] Compiling DequeModule Deque._UnsafeHandle.swift
[82/208] Compiling DequeModule Deque.swift
[83/208] Compiling Algorithms RandomSample.swift
[84/208] Compiling Algorithms Reductions.swift
[85/208] Compiling Algorithms Rotate.swift
[86/208] Compiling Algorithms Split.swift
[87/208] Compiling Algorithms Stride.swift
[88/208] Compiling Algorithms Suffix.swift
[93/208] Emitting module DequeModule
[94/208] Compiling DequeModule Deque+Codable.swift
[95/208] Compiling DequeModule Deque+Collection.swift
[103/209] Compiling Algorithms Trim.swift
[104/209] Compiling Algorithms Unique.swift
[105/209] Compiling Algorithms Windows.swift
[106/209] Emitting module Atomics
[107/210] Emitting module OpenCombine
[113/222] Compiling Algorithms Permutations.swift
[114/222] Compiling Algorithms Product.swift
[145/282] Compiling NIOCore NIOAny.swift
[146/282] Compiling NIOCore NIOCloseOnErrorHandler.swift
[147/282] Compiling NIOCore NIOLoopBound.swift
[148/282] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[149/282] Compiling NIOCore NIOScheduledCallback.swift
[150/282] Compiling NIOCore NIOSendable.swift
[151/282] Compiling NIOCore RecvByteBufferAllocator.swift
[152/282] Compiling OpenCombine Publishers.First.swift
[153/282] Compiling OpenCombine Publishers.FlatMap.swift
[154/282] Compiling OpenCombine Publishers.HandleEvents.swift
[155/282] Compiling OpenCombine Publishers.IgnoreOutput.swift
[156/282] Compiling OpenCombine Publishers.Last.swift
[157/282] Compiling OpenCombine Publishers.MakeConnectable.swift
[158/282] Compiling OpenCombine Publishers.Map.swift
[159/282] Compiling OpenCombine Publishers.MapError.swift
[160/282] Compiling OpenCombine Publishers.MeasureInterval.swift
[161/282] Compiling OpenCombine Publishers.Multicast.swift
[162/282] Compiling OpenCombine Publishers.Output.swift
[163/282] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[164/282] Compiling OpenCombine Publishers.PrefixWhile.swift
[165/282] Compiling OpenCombine Publishers.Print.swift
[166/282] Compiling OpenCombine Publishers.ReceiveOn.swift
[167/282] Compiling OpenCombine Publishers.Reduce.swift
[168/282] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[169/282] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[170/282] Compiling OpenCombine Publishers.ReplaceError.swift
[171/282] Compiling OpenCombine Result.swift
[172/282] Compiling OpenCombine Scheduler.swift
[173/282] Compiling OpenCombine Subject+Void.swift
[174/282] Compiling OpenCombine Subscriber+Void.swift
[175/282] Compiling OpenCombine Subscribers.Assign.swift
[176/282] Compiling OpenCombine Subscribers.Completion.swift
[177/282] Compiling OpenCombine Subscribers.Demand.swift
[178/282] Compiling OpenCombine Subscribers.Sink.swift
[179/282] Compiling OpenCombine Subscribers.swift
[180/282] Compiling OpenCombine Subscription.swift
[181/282] Compiling OpenCombine Subscriptions.swift
[182/282] Compiling OpenCombine _Introspection.swift
[183/282] Compiling NIOCore NIOAsyncWriter.swift
[184/282] Compiling NIOCore CircularBuffer.swift
[185/282] Compiling NIOCore Codec.swift
[186/282] Compiling NIOCore ConvenienceOptionSupport.swift
[187/282] Compiling NIOCore DeadChannel.swift
[188/282] Compiling NIOCore DispatchQueue+WithFuture.swift
[189/282] Compiling NIOCore EventLoop+Deprecated.swift
[190/282] Compiling NIOCore EventLoop+SerialExecutor.swift
[191/282] Compiling NIOCore EventLoop.swift
[192/282] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[193/282] Compiling NIOCore EventLoopFuture+Deprecated.swift
[194/282] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[195/282] Compiling NIOCore EventLoopFuture.swift
[196/282] Compiling NIOCore FileDescriptor.swift
[197/282] Compiling NIOCore FileHandle.swift
[198/282] Compiling NIOCore FileRegion.swift
[199/282] Compiling NIOCore GlobalSingletons.swift
[200/282] Compiling NIOCore IO.swift
[201/282] Compiling NIOCore IOData.swift
[202/282] Compiling NIOCore IPProtocol.swift
[203/282] Compiling NIOCore IntegerBitPacking.swift
[204/282] Compiling NIOCore IntegerTypes.swift
[205/282] Compiling NIOCore Interfaces.swift
[206/282] Compiling NIOCore Linux.swift
[207/282] Compiling NIOCore MarkedCircularBuffer.swift
[208/282] Compiling NIOCore MulticastChannel.swift
[209/282] Emitting module Algorithms
[219/291] Compiling OpenCombine Publishers.Retry.swift
[220/291] Compiling OpenCombine Publishers.Scan.swift
[221/291] Compiling OpenCombine Publishers.Sequence.swift
[222/291] Compiling OpenCombine Publishers.SetFailureType.swift
[223/291] Compiling OpenCombine Publishers.Share.swift
[224/291] Compiling OpenCombine Publishers.SubscribeOn.swift
[225/291] Compiling OpenCombine Publishers.SwitchToLatest.swift
[226/291] Compiling OpenCombine Publishers.Throttle.swift
[227/291] Compiling OpenCombine Publishers.Timeout.swift
[228/291] Compiling OpenCombine Publishers.Zip.swift
[229/291] Compiling OpenCombine Publishers.swift
[230/291] Compiling OpenCombine Record.swift
[231/291] Compiling OpenCombine Result.Publisher.swift
[233/305] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[234/305] Compiling OpenCombineFoundation PropertyListEncoder.swift
[259/306] Compiling OpenCombineFoundation Timer+Publisher.swift
[260/306] Emitting module OpenCombineDispatch
[261/306] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[263/307] Compiling OpenCombineFoundation JSONEncoder.swift
[264/307] Compiling OpenCombineFoundation NotificationCenter.swift
[265/307] Compiling OpenCombineFoundation Utils.swift
[266/307] Compiling OpenCombineFoundation Violations.swift
[267/307] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[268/307] Emitting module OpenCombineFoundation
[269/307] Compiling OpenCombineFoundation Locking.swift
[270/307] Compiling OpenCombineFoundation Portability.swift
[271/307] Compiling OpenCombineFoundation URLSession.swift
[273/308] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[274/308] Compiling NIOCore SocketAddresses.swift
[275/308] Compiling NIOCore SocketOptionProvider.swift
[276/308] Compiling NIOCore SystemCallHelpers.swift
[277/308] Compiling NIOCore TimeAmount+Duration.swift
[278/308] Compiling NIOCore TypeAssistedChannelHandler.swift
[279/308] Compiling NIOCore UniversalBootstrapSupport.swift
[280/308] Compiling NIOCore Utilities.swift
[287/308] Compiling NIOCore ByteBuffer-hex.swift
[288/308] Compiling NIOCore ByteBuffer-int.swift
[289/308] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[290/308] Compiling NIOCore AddressedEnvelope.swift
[291/308] Compiling NIOCore AsyncAwaitSupport.swift
[292/308] Compiling NIOCore AsyncChannel.swift
[293/308] Compiling NIOCore AsyncChannelHandler.swift
[294/308] Compiling NIOCore AsyncChannelInboundStream.swift
[295/308] Compiling NIOCore AsyncChannelOutboundWriter.swift
[296/308] Compiling NIOCore NIOAsyncSequenceProducer.swift
[297/308] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[299/308] Compiling NIOCore ByteBuffer-multi-int.swift
[300/308] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[301/308] Compiling NIOCore ByteBuffer-views.swift
[302/308] Compiling NIOCore Channel.swift
[303/308] Compiling NIOCore ChannelHandler.swift
[304/308] Compiling NIOCore ChannelHandlers.swift
[305/308] Compiling NIOCore ChannelInvoker.swift
[306/308] Compiling NIOCore ChannelOption.swift
[307/308] Compiling NIOCore ChannelPipeline.swift
[308/308] Emitting module NIOCore
[310/359] Compiling NIOEmbedded AsyncTestingChannel.swift
[311/359] Emitting module NIOEmbedded
[312/359] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[313/359] Compiling NIOEmbedded Embedded.swift
[315/360] Compiling NIOPosix BSDSocketAPICommon.swift
[316/360] Compiling NIOPosix BSDSocketAPIPosix.swift
[317/360] Compiling NIOPosix BSDSocketAPIWindows.swift
[318/360] Compiling NIOPosix BaseSocket.swift
[319/360] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[320/360] Compiling NIOPosix BaseSocketChannel.swift
[321/360] Compiling NIOPosix BaseStreamSocketChannel.swift
[322/366] Compiling NIOPosix SelectableChannel.swift
[323/366] Compiling NIOPosix SelectableEventLoop.swift
[324/366] Compiling NIOPosix SelectorEpoll.swift
[325/366] Compiling NIOPosix SelectorGeneric.swift
[326/366] Compiling NIOPosix SelectorKqueue.swift
[327/366] Compiling NIOPosix SelectorUring.swift
[328/366] Compiling NIOPosix Pool.swift
[329/366] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[330/366] Compiling NIOPosix PosixSingletons.swift
[331/366] Compiling NIOPosix RawSocketBootstrap.swift
[332/366] Compiling NIOPosix Resolver.swift
[333/366] Compiling NIOPosix Selectable.swift
[334/366] Compiling NIOPosix ServerSocket.swift
[335/366] Compiling NIOPosix Socket.swift
[336/366] Compiling NIOPosix SocketChannel.swift
[337/366] Compiling NIOPosix SocketProtocols.swift
[338/366] Compiling NIOPosix System.swift
[339/366] Compiling NIOPosix Thread.swift
[340/366] Emitting module NIOPosix
[341/366] Compiling NIOPosix Bootstrap.swift
[342/366] Compiling NIOPosix ControlMessage.swift
[343/366] Compiling NIOPosix DatagramVectorReadManager.swift
[344/366] Compiling NIOPosix Errors+Any.swift
[345/366] Compiling NIOPosix FileDescriptor.swift
[346/366] Compiling NIOPosix GetaddrinfoResolver.swift
[347/366] Compiling NIOPosix HappyEyeballs.swift
[348/366] Compiling NIOPosix IO.swift
[349/366] Compiling NIOPosix IntegerBitPacking.swift
[350/366] Compiling NIOPosix IntegerTypes.swift
[351/366] Compiling NIOPosix Linux.swift
[352/366] Compiling NIOPosix LinuxCPUSet.swift
[353/366] Compiling NIOPosix LinuxUring.swift
[354/366] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[355/366] Compiling NIOPosix NIOThreadPool.swift
[356/366] Compiling NIOPosix NonBlockingFileIO.swift
[357/366] Compiling NIOPosix PendingDatagramWritesManager.swift
[358/366] Compiling NIOPosix PendingWritesManager.swift
[359/366] Compiling NIOPosix PipeChannel.swift
[360/366] Compiling NIOPosix PipePair.swift
[361/366] Compiling NIOPosix ThreadPosix.swift
[362/366] Compiling NIOPosix ThreadWindows.swift
[363/366] Compiling NIOPosix UnsafeTransfer.swift
[364/366] Compiling NIOPosix Utilities.swift
[365/366] Compiling NIOPosix VsockAddress.swift
[366/366] Compiling NIOPosix VsockChannelEvents.swift
[368/369] Emitting module NIO
[369/369] Compiling NIO Exports.swift
[371/409] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[372/409] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[373/411] Compiling NIOTLS TLSEvents.swift
[374/411] Emitting module NIOSOCKS
[375/411] Compiling NIOHTTP1 ByteCollectionUtils.swift
[376/411] Compiling NIOHTTP1 HTTPDecoder.swift
[377/412] Compiling NIOSOCKS SOCKSResponse.swift
[378/412] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[379/412] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[380/412] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[381/412] Compiling NIOSOCKS ClientStateMachine.swift
[382/412] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[383/412] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[384/412] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[385/412] Compiling NIOSOCKS ServerStateMachine.swift
[386/412] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[387/412] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[388/412] Compiling NIOHTTP1 HTTPEncoder.swift
[389/412] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[390/413] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[391/413] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[392/413] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[393/413] Compiling NIOTLS SNIHandler.swift
[394/413] Emitting module NIOTLS
[395/413] Emitting module NIOFoundationCompat
[396/413] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[397/414] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[398/414] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[399/415] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[400/415] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[401/415] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[402/415] Compiling NIOHTTP1 HTTPTypes.swift
[404/415] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[412/415] Emitting module NIOHTTP1
[417/467] Emitting module NIOTransportServices
[418/469] Compiling NIOSSL PosixPort.swift
[419/469] Compiling NIOSSL SSLCallbacks.swift
[420/469] Compiling NIOSSL AndroidCABundle.swift
[421/469] Compiling NIOSSL ByteBufferBIO.swift
[422/469] Compiling NIOSSL CustomPrivateKey.swift
[423/469] Compiling NIOSSL IdentityVerification.swift
[424/469] Compiling NIOSSL SSLCertificate.swift
[425/469] Compiling NIOSSL SSLCertificateExtensions.swift
[426/469] Compiling NIOSSL SSLCertificateName.swift
[427/469] Compiling NIOSSL SSLConnection.swift
[428/469] Compiling NIOSSL SSLContext.swift
[429/469] Compiling NIOSSL SSLErrors.swift
[430/469] Compiling NIOSSL SSLInit.swift
[431/469] Compiling NIOSSL SSLPKCS12Bundle.swift
[432/469] Compiling NIOSSL SSLPrivateKey.swift
[433/469] Compiling NIOSSL NIOSSLHandler.swift
[434/469] Compiling NIOSSL NIOSSLServerHandler.swift
[435/469] Compiling NIOSSL ObjectIdentifier.swift
[436/470] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[437/470] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[438/472] Compiling NIOHPACK DynamicHeaderTable.swift
[439/472] Compiling NIOHPACK HPACKDecoder.swift
[440/472] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[442/488] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[443/488] Emitting module NIOHPACK
[444/489] Compiling NIOHPACK IndexedHeaderTable.swift
[445/489] Compiling NIOHPACK IntegerCoding.swift
[446/489] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[449/489] Compiling NIOHTTPCompression HTTPDecompression.swift
[450/489] Compiling NIOHPACK HuffmanTables.swift
[451/489] Compiling NIOHPACK HuffmanCoding.swift
[452/489] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[453/489] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[454/489] Emitting module NIOSSL
[458/489] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[459/489] Compiling NIOSSL SubjectAlternativeName.swift
[460/489] Compiling NIOSSL NIOSSLSecureBytes.swift
[461/489] Compiling NIOSSL RNG.swift
[462/489] Compiling NIOSSL SafeCompare.swift
[463/493] Emitting module NIOHTTPCompression
[464/493] Compiling NIOHTTPCompression HTTPCompression.swift
[465/493] Compiling NIOHPACK StaticHeaderTable.swift
[468/494] Compiling NIOHPACK HPACKHeader.swift
[469/494] Compiling NIOHPACK HeaderTables.swift
[471/494] Compiling NIOHPACK HPACKEncoder.swift
[472/494] Compiling NIOHPACK HPACKErrors.swift
[492/553] Compiling NIOHTTP2 Error+Any.swift
[493/553] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[494/553] Compiling NIOHTTP2 ControlFrameBuffer.swift
[495/553] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[497/554] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[498/554] Compiling NIOHTTP2 HasFlowControlWindows.swift
[499/554] Compiling NIOHTTP2 HasLocalSettings.swift
[500/554] Compiling NIOHTTP2 HasRemoteSettings.swift
[501/554] Compiling NIOHTTP2 LocallyQuiescingState.swift
[502/554] Compiling NIOHTTP2 QuiescingState.swift
[503/554] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[504/554] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[505/562] Emitting module NIOHTTP2
[506/562] Compiling NIOHTTP2 ConnectionStateMachine.swift
[507/562] Compiling NIOHTTP2 ConnectionStreamsState.swift
[508/562] Compiling NIOHTTP2 MayReceiveFrames.swift
[509/562] Compiling NIOHTTP2 ReceivingDataState.swift
[510/562] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[511/562] Compiling NIOHTTP2 ReceivingHeadersState.swift
[512/562] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[513/562] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[514/562] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[515/562] Compiling NIOHTTP2 InboundWindowManager.swift
[516/562] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[517/562] Compiling NIOHTTP2 StreamChannelFlowController.swift
[518/562] Compiling NIOHTTP2 StreamChannelList.swift
[519/562] Compiling NIOHTTP2 StreamMap.swift
[520/562] Compiling NIOHTTP2 StreamStateMachine.swift
[521/562] Compiling NIOHTTP2 UnsafeTransfer.swift
[522/562] Compiling NIOHTTP2 WatermarkedFlowController.swift
[523/562] Compiling NIOHTTP2 StateMachineResult.swift
[524/562] Compiling NIOHTTP2 ContentLengthVerifier.swift
[525/562] Compiling NIOHTTP2 DOSHeuristics.swift
[530/562] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[531/562] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[532/562] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[533/562] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[534/562] Compiling NIOHTTP2 HTTP2StreamID.swift
[535/562] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[536/562] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[537/562] Compiling NIOHTTP2 HTTP2UserEvents.swift
[538/562] Compiling NIOHTTP2 InboundEventBuffer.swift
[539/562] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[540/562] Compiling NIOHTTP2 HTTP2Frame.swift
[541/562] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[542/562] Compiling NIOHTTP2 HTTP2FrameParser.swift
[543/562] Compiling NIOHTTP2 HTTP2PingData.swift
[544/562] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[545/562] Compiling NIOHTTP2 HTTP2Settings.swift
[546/562] Compiling NIOHTTP2 HTTP2Stream.swift
[547/562] Compiling NIOHTTP2 MaySendFrames.swift
[548/562] Compiling NIOHTTP2 SendingDataState.swift
[549/562] Compiling NIOHTTP2 SendingGoawayState.swift
[550/562] Compiling NIOHTTP2 SendingHeadersState.swift
[551/562] Compiling NIOHTTP2 SendingPushPromiseState.swift
[552/562] Compiling NIOHTTP2 SendingRstStreamState.swift
[553/562] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[554/562] Compiling NIOHTTP2 HTTP2SettingsState.swift
[555/562] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[556/562] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[557/562] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[558/562] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[559/562] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[560/562] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[561/562] Compiling NIOHTTP2 HTTP2Error.swift
[562/562] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[564/623] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[565/623] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[566/623] Compiling AsyncHTTPClient AsyncLazySequence.swift
[567/623] Compiling AsyncHTTPClient HTTPClient+execute.swift
[568/623] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[569/623] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[570/623] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[571/623] Compiling AsyncHTTPClient HTTPClientRequest.swift
[572/623] Compiling AsyncHTTPClient HTTPClientResponse.swift
[573/623] Emitting module AsyncHTTPClient
[574/631] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[575/631] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[576/631] Compiling AsyncHTTPClient Transaction.swift
[577/631] Compiling AsyncHTTPClient Base64.swift
[578/631] Compiling AsyncHTTPClient BasicAuth.swift
[579/631] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[580/631] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[581/631] Compiling AsyncHTTPClient ConnectionPool.swift
[582/631] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[583/631] Compiling AsyncHTTPClient HTTPHandler.swift
[584/631] Compiling AsyncHTTPClient LRUCache.swift
[585/631] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[586/631] Compiling AsyncHTTPClient NWErrorHandler.swift
[587/631] Compiling AsyncHTTPClient NWWaitingHandler.swift
[588/631] Compiling AsyncHTTPClient TLSConfiguration.swift
[589/631] Compiling AsyncHTTPClient RedirectState.swift
[590/631] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[591/631] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[592/631] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[593/631] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[594/631] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[595/631] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[596/631] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[597/631] Compiling AsyncHTTPClient RequestBodyLength.swift
[598/631] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[599/631] Compiling AsyncHTTPClient ConnectionTarget.swift
[600/631] Compiling AsyncHTTPClient DeconstructedURL.swift
[601/631] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[602/631] Compiling AsyncHTTPClient FoundationExtensions.swift
[603/631] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[604/631] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[605/631] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[606/631] Compiling AsyncHTTPClient HTTPClient.swift
[607/631] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[608/631] Compiling AsyncHTTPClient TLSEventsHandler.swift
[609/631] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[610/631] Compiling AsyncHTTPClient HTTP1Connection.swift
[611/631] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[612/631] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[613/631] Compiling AsyncHTTPClient HTTP2Connection.swift
[614/631] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[615/631] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[616/631] Compiling AsyncHTTPClient RequestOptions.swift
[617/631] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[618/631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[619/631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[620/631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[621/631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[622/631] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[623/631] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[624/631] Compiling AsyncHTTPClient RequestBag.swift
[625/631] Compiling AsyncHTTPClient RequestValidation.swift
[626/631] Compiling AsyncHTTPClient SSLContextCache.swift
[627/631] Compiling AsyncHTTPClient Scheme.swift
[628/631] Compiling AsyncHTTPClient Singleton.swift
[629/631] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[630/631] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[631/631] Compiling AsyncHTTPClient Utils.swift
[633/647] Compiling Alpaca AlpacaClient+Clock.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[634/647] Compiling Alpaca AlpacaClient+Orders.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[635/647] Compiling Alpaca AlpacaClient+Watchlists.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[636/647] Compiling Alpaca AlpacaClient.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[637/649] Compiling Alpaca AlpacaClient+Assets.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[638/649] Compiling Alpaca AlpacaClient+Calendar.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[639/649] Emitting module Alpaca
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[640/649] Compiling Alpaca AlpacaClient+Account.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[641/649] Compiling Alpaca AlpacaClient+AccountConfigurations.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[642/649] Compiling Alpaca AlpacaClient+PortfolioHistory.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[643/649] Compiling Alpaca AlpacaClient+Positions.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: circular reference
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:15:15: error: type alias 'ResponsePublisher' has self-referential generic requirements
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- error: type alias 'ResponsePublisher' has self-referential generic requirements
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[644/649] Compiling Alpaca AlpacaDataClient.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[645/649] Compiling Alpaca Common.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[646/649] Compiling Alpaca AlpacaClientProtocol.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[647/649] Compiling Alpaca AlpacaDataClient+Bars.swift
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
/host/spi-builder-workspace/Sources/Alpaca/AlpacaClientProtocol.swift:14:17: error: circular reference
 12 | import OpenCombine
 13 |
 14 | public protocol AlpacaClientProtocol {
    |                 |- error: circular reference
    |                 |- note: through reference here
    |                 `- note: through reference here
 15 |     typealias ResponsePublisher<T: Decodable> = AnyPublisher<T, Error>
    |               |- note: through reference here
    |               `- note: through reference here
 16 |
 17 |     typealias EmptyResponsePublisher = ResponsePublisher<EmptyResponse>
    |               |                        `- note: while resolving type 'ResponsePublisher<EmptyResponse>'
    |               `- note: through reference here
 18 |
 19 |     typealias SearchParams = [String: String?]
[648/649] Compiling Alpaca Environment.swift
[649/649] Compiling Alpaca Utils.swift
BUILD FAILURE 6.1 android