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 Linux on 26 Apr 2025 02:01:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/13783] Fetching async-http-client
[2/22063] Fetching async-http-client, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.10s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.69s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.85s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.96s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5903] Fetching swift-algorithms
[533/11565] Fetching swift-algorithms, swift-nio-extras
[880/14184] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services
[881/15889] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services, swift-atomics
[3259/19725] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log
[8671/31217] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.06s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.07s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[14088/22936] Fetching swift-algorithms, swift-atomics, swift-log, swift-nio-http2
[22937/98367] Fetching swift-algorithms, swift-atomics, swift-log, swift-nio-http2, swift-nio
[22938/113160] Fetching swift-algorithms, swift-atomics, swift-log, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.80s)
[43951/109324] Fetching swift-algorithms, swift-atomics, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.80s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.81s)
[37097/101716] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.83s)
[26507/90224] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.13s)
[56574/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (11.02s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.39s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[1960/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.31s)
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 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.83s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.62s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.93s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.90s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.99s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.26.0
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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.25.2
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Building for debugging...
[0/444] Write sources
[25/444] Compiling CNIOWindows WSAStartup.c
[26/444] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[27/444] Compiling _NumericsShims _NumericsShims.c
[28/444] Compiling CNIOWindows shim.c
[29/444] Compiling CNIOWASI CNIOWASI.c
[30/444] Compiling _AtomicsShims.c
[31/444] Compiling CNIOLinux liburing_shims.c
[32/444] Compiling CNIOExtrasZlib empty.c
[33/444] Compiling CNIOLLHTTP c_nio_http.c
[34/444] Compiling CNIODarwin shim.c
[35/444] Compiling CNIOLLHTTP c_nio_api.c
[36/444] Compiling fiat_p256_adx_mul.S
[37/444] Compiling CNIOLinux shim.c
[38/444] Compiling fiat_p256_adx_sqr.S
[39/444] Compiling fiat_curve25519_adx_square.S
[40/444] Compiling fiat_curve25519_adx_mul.S
[41/444] Write swift-version-24593BA9C3E375BF.txt
[42/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/448] Compiling CNIOBoringSSLShims shims.c
[44/448] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[45/460] Compiling tls13_client.cc
[46/460] Compiling tls_method.cc
[47/460] Compiling tls_record.cc
[48/557] Compiling tls13_enc.cc
[49/557] Compiling tls13_server.cc
[51/574] Emitting module Logging
[52/574] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/574] Compiling InternalCollectionsUtilities Specialize.swift
[54/576] Compiling RealModule Real.swift
[55/576] Compiling RealModule Float80+Real.swift
[56/576] Compiling InternalCollectionsUtilities Debugging.swift
[57/576] Compiling InternalCollectionsUtilities Descriptions.swift
[58/577] Compiling RealModule Float16+Real.swift
[59/577] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/577] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/577] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/577] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/577] Compiling RealModule Float+Real.swift
[64/577] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/577] Compiling InternalCollectionsUtilities Integer rank.swift
[66/577] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/577] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[68/577] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[69/577] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[70/577] Emitting module InternalCollectionsUtilities
[71/577] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/577] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/577] Compiling RealModule ElementaryFunctions.swift
[87/589] Compiling _NIODataStructures _TinyArray.swift
[88/589] Compiling _NIODataStructures PriorityQueue.swift
[89/589] Compiling RealModule RealFunctions.swift
[90/589] Emitting module _NIOBase64
[91/589] Compiling _NIOBase64 Base64.swift
[91/590] Compiling t1_enc.cc
[97/590] Emitting module RealModule
[97/591] Compiling tls13_both.cc
[99/591] Emitting module OpenCombine
[102/591] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[103/591] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/607] Compiling DequeModule Deque+CustomReflectable.swift
[106/607] Compiling DequeModule Deque+Descriptions.swift
[107/609] Compiling DequeModule _DequeBuffer.swift
[108/609] Compiling DequeModule _DequeBufferHeader.swift
[109/609] Compiling Logging Locks.swift
[110/609] Compiling Logging Logging.swift
[111/609] Compiling Logging LogHandler.swift
[112/609] Compiling Logging MetadataProvider.swift
[113/609] Emitting module _NIODataStructures
[114/609] Compiling _NIODataStructures Heap.swift
[115/609] Compiling OpenCombine Result.swift
[116/609] Compiling OpenCombine Scheduler.swift
[117/609] Compiling OpenCombine Subject+Void.swift
[118/609] Compiling OpenCombine Subscriber+Void.swift
[119/609] Compiling OpenCombine Subscribers.Assign.swift
[120/609] Compiling OpenCombine Subscribers.Completion.swift
[121/609] Compiling OpenCombine Subscribers.Demand.swift
[122/609] Compiling OpenCombine Subscribers.Sink.swift
[123/609] Compiling OpenCombine Subscribers.swift
[124/609] Compiling OpenCombine Subscription.swift
[125/609] Compiling OpenCombine Subscriptions.swift
[126/609] Compiling OpenCombine _Introspection.swift
[129/611] Compiling DequeModule _DequeSlot.swift
[130/611] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/611] Compiling DequeModule Deque+Equatable.swift
[132/611] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[133/611] Compiling DequeModule Deque+Testing.swift
[134/611] Compiling DequeModule Deque._Storage.swift
[140/611] Compiling OpenCombine Published.swift
[141/611] Compiling OpenCombine Publisher+Subscribe.swift
[142/611] Compiling OpenCombine Deferred.swift
[143/611] Compiling OpenCombine Empty.swift
[144/611] Compiling OpenCombine Fail.swift
[145/611] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[146/611] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[147/611] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[148/611] Compiling OpenCombine AnyCancellable.swift
[149/611] Compiling OpenCombine AnyPublisher.swift
[150/611] Compiling OpenCombine AnySubscriber.swift
[151/611] Compiling OpenCombine Cancellable.swift
[152/611] Compiling OpenCombine Codable.swift
[153/611] Compiling OpenCombine CombineIdentifier.swift
[154/611] Compiling OpenCombine ConcurrencyHelpers.swift
[155/611] Compiling OpenCombine Future+Concurrency.swift
[156/611] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[157/611] Compiling OpenCombine CurrentValueSubject.swift
[158/611] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[159/611] Compiling OpenCombine Future.swift
[160/611] Compiling OpenCombine GENERATED-RootProtocols.swift
[161/611] Compiling DequeModule Deque+Codable.swift
[162/611] Compiling DequeModule Deque+Collection.swift
[163/611] Compiling DequeModule Deque+Extras.swift
[164/611] Compiling DequeModule Deque+Hashable.swift
[165/611] Compiling DequeModule Deque._UnsafeHandle.swift
[166/611] Compiling DequeModule Deque.swift
[167/611] Compiling OpenCombine Just.swift
[168/611] Compiling OpenCombine Optional.Publisher.swift
[169/611] Compiling OpenCombine Publishers.AllSatisfy.swift
[170/611] Compiling OpenCombine Publishers.AssertNoFailure.swift
[171/611] Compiling OpenCombine Publishers.Autoconnect.swift
[172/611] Compiling OpenCombine Publishers.Breakpoint.swift
[173/611] Compiling OpenCombine Publishers.Buffer.swift
[174/611] Compiling OpenCombine Publishers.Collect.swift
[175/611] Compiling OpenCombine Publishers.CollectByCount.swift
[176/611] Compiling OpenCombine Publishers.CompactMap.swift
[177/611] Compiling OpenCombine Publishers.Comparison.swift
[178/611] Compiling OpenCombine Publishers.Concatenate.swift
[179/611] Compiling OpenCombine Publishers.Contains.swift
[179/611] Compiling ssl_versions.cc
[180/611] Compiling ssl_transcript.cc
[181/611] Compiling ssl_x509.cc
[182/611] Compiling ssl_stat.cc
[184/611] Emitting module DequeModule
[185/612] Compiling OpenCombine Publishers.Count.swift
[186/612] Compiling OpenCombine Publishers.Debounce.swift
[187/612] Compiling OpenCombine Publishers.Delay.swift
[188/612] Compiling OpenCombine Publishers.Drop.swift
[189/612] Compiling OpenCombine Publishers.DropUntilOutput.swift
[190/612] Compiling OpenCombine Publishers.DropWhile.swift
[191/612] Compiling OpenCombine Publishers.Filter.swift
[192/612] Compiling OpenCombine Publishers.First.swift
[193/612] Compiling OpenCombine Publishers.FlatMap.swift
[194/612] Compiling OpenCombine Publishers.HandleEvents.swift
[195/612] Compiling OpenCombine Publishers.IgnoreOutput.swift
[196/612] Compiling OpenCombine Publishers.Last.swift
[197/612] Compiling OpenCombine Publishers.MakeConnectable.swift
[198/612] Compiling OpenCombine Publishers.Map.swift
[199/612] Compiling OpenCombine Publishers.MapError.swift
[200/612] Compiling OpenCombine Publishers.MeasureInterval.swift
[201/612] Compiling OpenCombine Publishers.Multicast.swift
[202/612] Compiling OpenCombine Publishers.Output.swift
[203/612] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[204/612] Compiling OpenCombine Publishers.PrefixWhile.swift
[205/612] Compiling OpenCombine Publishers.Print.swift
[206/612] Compiling OpenCombine Publishers.ReceiveOn.swift
[207/612] Compiling OpenCombine Publishers.Reduce.swift
[208/612] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[209/612] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[210/612] Compiling OpenCombine Publishers.ReplaceError.swift
[211/612] Compiling OpenCombine Publishers.Retry.swift
[212/612] Compiling OpenCombine Publishers.Scan.swift
[213/612] Compiling OpenCombine Publishers.Sequence.swift
[214/612] Compiling OpenCombine Publishers.SetFailureType.swift
[215/612] Compiling OpenCombine Publishers.Share.swift
[216/612] Compiling OpenCombine Publishers.SubscribeOn.swift
[217/612] Compiling OpenCombine Publishers.SwitchToLatest.swift
[218/612] Compiling OpenCombine Publishers.Throttle.swift
[219/612] Compiling OpenCombine Publishers.Timeout.swift
[220/612] Compiling OpenCombine Publishers.Zip.swift
[221/612] Compiling OpenCombine Publishers.swift
[222/612] Compiling OpenCombine Record.swift
[223/612] Compiling OpenCombine Result.Publisher.swift
[225/613] Compiling ssl_privkey.cc
[226/613] Compiling ssl_session.cc
[227/626] Compiling ssl_file.cc
[228/626] Compiling ssl_key_share.cc
[229/626] Compiling ssl_lib.cc
[230/626] Compiling ssl_credential.cc
[232/626] Emitting module OpenCombineDispatch
[233/626] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[233/626] Compiling ssl_cipher.cc
[234/627] Compiling ssl_cert.cc
[236/627] Compiling ssl_buffer.cc
[237/627] Compiling ssl_asn1.cc
[239/627] Compiling OpenCombineFoundation Utils.swift
[240/627] Compiling OpenCombineFoundation Violations.swift
[241/628] Emitting module OpenCombineFoundation
[241/628] Compiling ssl_aead_ctx.cc
[242/628] Compiling s3_both.cc
[243/628] Compiling s3_lib.cc
[244/628] Compiling s3_pkt.cc
[246/628] Compiling OpenCombineFoundation PropertyListEncoder.swift
[247/628] Compiling OpenCombineFoundation Locking.swift
[248/628] Compiling OpenCombineFoundation Portability.swift
[249/628] Compiling OpenCombineFoundation Timer+Publisher.swift
[250/628] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[251/628] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[252/628] Compiling OpenCombineFoundation JSONEncoder.swift
[253/628] Compiling OpenCombineFoundation NotificationCenter.swift
[254/628] Compiling OpenCombineFoundation URLSession.swift
[254/629] Compiling handshake_server.cc
[256/629] Compiling handshake.cc
[257/629] Compiling handshake_client.cc
[258/629] Compiling dtls_record.cc
[259/629] Compiling extensions.cc
[260/629] Compiling encrypted_client_hello.cc
[261/629] Compiling md5-x86_64-linux.S
[262/629] Compiling md5-x86_64-apple.S
[263/629] Compiling handoff.cc
[264/629] Compiling md5-586-apple.S
[265/629] Compiling md5-586-linux.S
[266/629] Compiling chacha20_poly1305_x86_64-linux.S
[267/629] Compiling d1_srtp.cc
[268/629] Compiling chacha20_poly1305_x86_64-apple.S
[269/629] Compiling chacha20_poly1305_armv8-win.S
[270/629] Compiling err_data.cc
[271/629] Compiling chacha20_poly1305_armv8-linux.S
[272/629] Compiling chacha20_poly1305_armv8-apple.S
[273/629] Compiling dtls_method.cc
[274/629] Compiling chacha-x86_64-linux.S
[275/629] Compiling chacha-x86_64-apple.S
[276/629] Compiling chacha-x86-apple.S
[277/629] Compiling chacha-x86-linux.S
[278/629] Compiling chacha-armv8-linux.S
[278/629] Compiling chacha-armv8-win.S
[280/629] Compiling d1_pkt.cc
[281/629] Compiling chacha-armv8-apple.S
[282/629] Compiling aes128gcmsiv-x86_64-linux.S
[283/629] Compiling chacha-armv4-linux.S
[284/629] Compiling aes128gcmsiv-x86_64-apple.S
[285/629] Compiling x86_64-mont5-linux.S
[286/629] Compiling x86_64-mont5-apple.S
[287/629] Compiling x86_64-mont-apple.S
[288/629] Compiling x86_64-mont-linux.S
[289/629] Compiling bio_ssl.cc
[290/629] Compiling x86-mont-linux.S
[291/629] Compiling x86-mont-apple.S
[292/629] Compiling vpaes-x86_64-linux.S
[293/629] Compiling vpaes-x86-linux.S
[294/629] Compiling vpaes-x86_64-apple.S
[295/629] Compiling vpaes-armv8-win.S
[296/629] Compiling vpaes-armv8-linux.S
[297/629] Compiling vpaes-x86-apple.S
[298/629] Compiling vpaes-armv8-apple.S
[299/629] Compiling vpaes-armv7-linux.S
[300/629] Compiling d1_lib.cc
[301/629] Compiling sha512-x86_64-apple.S
[302/629] Compiling sha512-armv8-win.S
[303/629] Compiling sha512-x86_64-linux.S
[304/629] Compiling sha512-armv8-apple.S
[305/629] Compiling sha512-armv8-linux.S
[306/629] Compiling sha512-armv4-linux.S
[307/629] Compiling sha512-586-apple.S
[308/629] Compiling sha512-586-linux.S
[309/629] Compiling sha256-x86_64-apple.S
[310/629] Compiling sha256-armv8-win.S
[311/629] Compiling sha256-armv8-linux.S
[312/629] Compiling sha256-x86_64-linux.S
[313/629] Compiling sha256-armv8-apple.S
[314/629] Compiling sha256-armv4-linux.S
[315/629] Compiling sha256-586-linux.S
[316/629] Compiling sha256-586-apple.S
[317/629] Compiling sha1-x86_64-apple.S
[318/629] Compiling sha1-armv8-win.S
[318/629] Compiling sha1-armv8-linux.S
[320/629] Compiling sha1-armv8-apple.S
[321/629] Compiling sha1-armv4-large-linux.S
[322/629] Compiling sha1-x86_64-linux.S
[323/629] Compiling sha1-586-linux.S
[324/629] Compiling sha1-586-apple.S
[325/629] Compiling rsaz-avx2-apple.S
[326/629] Compiling rdrand-x86_64-linux.S
[327/629] Compiling rsaz-avx2-linux.S
[328/629] Compiling rdrand-x86_64-apple.S
[329/629] Compiling p256_beeu-x86_64-asm-linux.S
[330/629] Compiling p256_beeu-x86_64-asm-apple.S
[331/629] Compiling p256_beeu-armv8-asm-win.S
[332/629] Compiling p256_beeu-armv8-asm-apple.S
[333/629] Compiling p256_beeu-armv8-asm-linux.S
[334/629] Compiling p256-x86_64-asm-apple.S
[335/629] Compiling p256-armv8-asm-win.S
[336/629] Compiling p256-x86_64-asm-linux.S
[337/629] Compiling p256-armv8-asm-linux.S
[338/629] Compiling p256-armv8-asm-apple.S
[339/629] Compiling ghashv8-armv8-win.S
[340/629] Compiling ghashv8-armv8-linux.S
[341/629] Compiling ghashv8-armv8-apple.S
[342/629] Compiling ghashv8-armv7-linux.S
[343/629] Compiling ghash-x86_64-linux.S
[344/629] Compiling ghash-x86_64-apple.S
[345/629] Compiling ghash-x86-linux.S
[346/629] Compiling ghash-x86-apple.S
[347/629] Compiling ghash-ssse3-x86_64-linux.S
[348/629] Compiling ghash-ssse3-x86_64-apple.S
[349/629] Compiling ghash-ssse3-x86-linux.S
[350/629] Compiling ghash-neon-armv8-win.S
[351/629] Compiling ghash-ssse3-x86-apple.S
[352/629] Compiling ghash-neon-armv8-linux.S
[353/629] Compiling ghash-neon-armv8-apple.S
[354/629] Compiling d1_both.cc
[355/629] Compiling ghash-armv4-linux.S
[356/629] Compiling co-586-linux.S
[357/629] Compiling bsaes-armv7-linux.S
[358/629] Compiling bn-armv8-win.S
[359/629] Compiling co-586-apple.S
[360/629] Compiling bn-armv8-linux.S
[361/629] Compiling bn-armv8-apple.S
[362/629] Compiling bn-586-linux.S
[363/629] Compiling armv8-mont-win.S
[364/629] Compiling armv8-mont-linux.S
[364/629] Compiling bn-586-apple.S
[366/629] Compiling armv4-mont-linux.S
[367/629] Compiling armv8-mont-apple.S
[368/629] Compiling aesv8-gcm-armv8-win.S
[369/629] Compiling aesv8-gcm-armv8-linux.S
[370/629] Compiling aesv8-gcm-armv8-apple.S
[371/629] Compiling aesv8-armv8-linux.S
[372/629] Compiling aesv8-armv7-linux.S
[373/629] Compiling aesv8-armv8-apple.S
[373/629] Compiling aesv8-armv8-win.S
[375/629] Compiling aesni-x86_64-linux.S
[376/629] Compiling aesni-x86_64-apple.S
[377/629] Compiling aesni-x86-linux.S
[378/629] Compiling aesni-gcm-x86_64-linux.S
[379/629] Compiling aesni-gcm-x86_64-apple.S
[380/629] Compiling aes-gcm-avx2-x86_64-linux.S
[380/629] Compiling aes-gcm-avx2-x86_64-apple.S
[380/629] Compiling aes-gcm-avx10-x86_64-linux.S
[383/629] Compiling aesni-x86-apple.S
[384/629] Compiling aes-gcm-avx10-x86_64-apple.S
[385/629] Compiling x_sig.cc
[386/629] Compiling x_spki.cc
[386/629] Compiling x_req.cc
[388/629] Compiling x_x509a.cc
[389/629] Compiling x_x509.cc
[390/629] Compiling x_val.cc
[391/629] Compiling x_pubkey.cc
[392/629] Compiling x_name.cc
[393/629] Compiling x_exten.cc
[394/629] Compiling x_attrib.cc
[395/629] Compiling x_crl.cc
[395/629] Compiling x_algor.cc
[397/629] Compiling x509spki.cc
[398/629] Compiling x_all.cc
[399/629] Compiling x509rset.cc
[400/629] Compiling x509name.cc
[401/629] Compiling x509_txt.cc
[402/629] Compiling x509cset.cc
[403/629] Compiling x509_vpm.cc
[404/629] Compiling x509_v3.cc
[405/629] Compiling x509_vfy.cc
[406/629] Compiling x509_trs.cc
[407/629] Compiling x509_set.cc
[408/629] Compiling x509_req.cc
[409/629] Compiling x509_obj.cc
[410/629] Compiling x509_def.cc
[411/629] Compiling x509_lu.cc
[412/629] Compiling x509_d2.cc
[413/629] Compiling x509_ext.cc
[414/629] Compiling x509.cc
[415/629] Compiling x509_att.cc
[416/629] Compiling x509_cmp.cc
[417/629] Compiling v3_prn.cc
[418/629] Compiling v3_skey.cc
[419/629] Compiling v3_utl.cc
[420/629] Compiling v3_pmaps.cc
[421/629] Compiling v3_purp.cc
[422/629] Compiling v3_ocsp.cc
[423/629] Compiling v3_pcons.cc
[424/629] Compiling v3_ncons.cc
[425/629] Compiling v3_int.cc
[426/629] Compiling v3_lib.cc
[427/629] Compiling v3_ia5.cc
[428/629] Compiling v3_info.cc
[429/629] Compiling v3_extku.cc
[430/629] Compiling v3_genn.cc
[431/629] Compiling v3_enum.cc
[432/629] Compiling v3_crld.cc
[433/629] Compiling v3_cpols.cc
[434/629] Compiling v3_conf.cc
[435/629] Compiling v3_bitst.cc
[436/629] Compiling v3_bcons.cc
[437/629] Compiling v3_akeya.cc
[438/629] Compiling v3_alt.cc
[439/629] Compiling v3_akey.cc
[440/629] Compiling t_x509a.cc
[441/629] Compiling i2d_pr.cc
[442/629] Compiling t_x509.cc
[443/629] Compiling t_crl.cc
[444/629] Compiling t_req.cc
[445/629] Compiling name_print.cc
[446/629] Compiling rsa_pss.cc
[447/629] Compiling policy.cc
[448/629] Compiling by_file.cc
[449/629] Compiling by_dir.cc
[450/629] Compiling voprf.cc
[451/629] Compiling a_digest.cc
[452/629] Compiling algorithm.cc
[453/629] Compiling a_verify.cc
[454/629] Compiling asn1_gen.cc
[455/629] Compiling trust_token.cc
[456/629] Compiling a_sign.cc
[457/629] Compiling thread_win.cc
[458/629] Compiling thread.cc
[459/629] Compiling thread_pthread.cc
[459/629] Compiling thread_none.cc
[461/629] Compiling stack.cc
[462/629] Compiling pmbtoken.cc
[463/629] Compiling slhdsa.cc
[464/629] Compiling sha512.cc
[465/629] Compiling siphash.cc
[466/629] Compiling sha1.cc
[467/629] Compiling sha256.cc
[468/629] Compiling spake2plus.cc
[469/629] Compiling rsa_print.cc
[470/629] Compiling rsa_extra.cc
[471/629] Compiling rc4.cc
[472/629] Compiling refcount.cc
[473/629] Compiling rsa_crypt.cc
[474/629] Compiling windows.cc
[475/629] Compiling trusty.cc
[476/629] Compiling rand.cc
[477/629] Compiling urandom.cc
[478/629] Compiling rsa_asn1.cc
[479/629] Compiling ios.cc
[480/629] Compiling passive.cc
[481/629] Compiling getentropy.cc
[482/629] Compiling poly1305_arm_asm.S
[483/629] Compiling deterministic.cc
[484/629] Compiling forkunsafe.cc
[485/629] Compiling fork_detect.cc
[486/629] Compiling poly1305_arm.cc
[487/629] Compiling poly1305.cc
[488/629] Compiling poly1305_vec.cc
[489/629] Compiling pool.cc
[490/629] Compiling pkcs7.cc
[491/629] Compiling pkcs8.cc
[492/629] Compiling p5_pbev2.cc
[493/629] Compiling pkcs8_x509.cc
[494/629] Compiling pkcs7_x509.cc
[495/629] Compiling pem_xaux.cc
[496/629] Compiling pem_x509.cc
[497/629] Compiling pem_pkey.cc
[498/629] Compiling mlkem.cc
[499/629] Compiling pem_pk8.cc
[500/629] Compiling obj_xref.cc
[501/629] Compiling pem_oth.cc
[502/629] Compiling pem_info.cc
[503/629] Compiling mldsa.cc
[504/629] Compiling pem_lib.cc
[505/629] Compiling pem_all.cc
[506/629] Compiling obj.cc
[507/629] Compiling poly_rq_mul.S
[508/629] Compiling fips_shared_support.cc
[509/629] Compiling md5.cc
[510/629] Compiling mem.cc
[511/629] Compiling md4.cc
[512/629] Compiling lhash.cc
[513/629] Compiling ex_data.cc
[514/629] Compiling sign.cc
[514/629] Compiling hrss.cc
[516/629] Compiling kyber.cc
[517/629] Compiling scrypt.cc
[518/629] Compiling hpke.cc
[519/629] Compiling print.cc
[520/629] Compiling pbkdf.cc
[520/629] Compiling p_x25519.cc
[522/629] Compiling p_x25519_asn1.cc
[523/629] Compiling p_rsa_asn1.cc
[524/629] Compiling p_ed25519.cc
[525/629] Compiling p_rsa.cc
[526/629] Compiling p_hkdf.cc
[527/629] Compiling p_ed25519_asn1.cc
[528/629] Compiling p_ec_asn1.cc
[529/629] Compiling p_ec.cc
[530/629] Compiling p_dh.cc
[531/629] Compiling evp_ctx.cc
[532/629] Compiling p_dh_asn1.cc
[533/629] Compiling p_dsa_asn1.cc
[534/629] Compiling evp.cc
[535/629] Compiling err.cc
[536/629] Compiling engine.cc
[537/629] Compiling evp_asn1.cc
[538/629] Compiling ecdh.cc
[539/629] Compiling hash_to_curve.cc
[540/629] Compiling ec_derive.cc
[541/629] Compiling ecdsa_asn1.cc
[542/629] Compiling dsa.cc
[543/629] Compiling dsa_asn1.cc
[544/629] Compiling ec_asn1.cc
[545/629] Compiling params.cc
[546/629] Compiling x25519-asm-arm.S
[547/629] Compiling des.cc
[548/629] Compiling digest_extra.cc
[549/629] Compiling dh_asn1.cc
[550/629] Compiling crypto.cc
[551/629] Compiling cpu_arm_linux.cc
[552/629] Compiling cpu_intel.cc
[553/629] Compiling spake25519.cc
[554/629] Compiling curve25519.cc
[555/629] Compiling cpu_arm_freebsd.cc
[556/629] Compiling cpu_aarch64_openbsd.cc
[557/629] Compiling cpu_aarch64_sysreg.cc
[558/629] Compiling cpu_aarch64_win.cc
[559/629] Compiling bcm.cc
[560/629] Compiling cpu_aarch64_linux.cc
[560/629] Compiling cpu_aarch64_fuchsia.cc
[560/629] Compiling curve25519_64_adx.cc
[563/629] Compiling cpu_aarch64_apple.cc
[564/629] Compiling get_cipher.cc
[565/629] Compiling tls_cbc.cc
[566/629] Compiling conf.cc
[567/629] Compiling e_rc4.cc
[568/629] Compiling e_tls.cc
[569/629] Compiling e_rc2.cc
[570/629] Compiling e_null.cc
[571/629] Compiling e_des.cc
[572/629] Compiling derive_key.cc
[573/629] Compiling e_chacha20poly1305.cc
[574/629] Compiling e_aesgcmsiv.cc
[574/629] Compiling e_aesctrhmac.cc
[576/629] Compiling chacha.cc
[577/629] Compiling unicode.cc
[578/629] Compiling cbb.cc
[579/629] Compiling buf.cc
[580/629] Compiling cbs.cc
[581/629] Compiling ber.cc
[582/629] Compiling bn_asn1.cc
[583/629] Compiling asn1_compat.cc
[584/629] Compiling blake2.cc
[585/629] Compiling convert.cc
[586/629] Compiling socket.cc
[587/629] Compiling printf.cc
[588/629] Compiling socket_helper.cc
[589/629] Compiling pair.cc
[590/629] Compiling hexdump.cc
[591/629] Compiling file.cc
[592/629] Compiling errno.cc
[592/629] Compiling fd.cc
[594/629] Compiling bio_mem.cc
[595/629] Compiling connect.cc
[596/629] Compiling bio.cc
[597/629] Compiling base64.cc
[598/629] Compiling tasn_fre.cc
[599/629] Compiling tasn_typ.cc
[600/629] Compiling tasn_enc.cc
[601/629] Compiling posix_time.cc
[602/629] Compiling tasn_utl.cc
[603/629] Compiling f_string.cc
[604/629] Compiling tasn_new.cc
[605/629] Compiling f_int.cc
[606/629] Compiling asn_pack.cc
[607/629] Compiling tasn_dec.cc
[608/629] Compiling asn1_par.cc
[609/629] Compiling a_octet.cc
[610/629] Compiling a_utctm.cc
[611/629] Compiling a_type.cc
[612/629] Compiling a_time.cc
[613/629] Compiling asn1_lib.cc
[614/629] Compiling a_strnid.cc
[615/629] Compiling a_strex.cc
[616/629] Compiling a_object.cc
[617/629] Compiling a_i2d_fp.cc
[618/629] Compiling a_dup.cc
[619/629] Compiling a_d2i_fp.cc
[620/629] Write sources
[621/629] Compiling a_mbstr.cc
[622/629] Write sources
[623/629] Compiling a_gentm.cc
[624/629] Compiling a_int.cc
[625/644] Compiling a_bool.cc
[626/653] Compiling a_bitstr.cc
[628/673] Compiling Algorithms MinMax.swift
[629/673] Compiling Algorithms Partition.swift
[630/675] Compiling Algorithms Permutations.swift
[631/675] Compiling Algorithms Product.swift
[632/675] Compiling Algorithms FlattenCollection.swift
[633/675] Compiling Algorithms Grouped.swift
[634/675] Compiling Algorithms Indexed.swift
[635/675] Compiling Algorithms Compacted.swift
[636/675] Compiling Algorithms Cycle.swift
[637/675] Compiling Algorithms EitherSequence.swift
[638/675] Compiling Algorithms Chunked.swift
[639/675] Compiling Algorithms Combinations.swift
[640/675] Compiling Atomics IntegerOperations.swift
[641/675] Compiling Atomics Unmanaged extensions.swift
[644/675] Compiling Algorithms Rotate.swift
[645/675] Compiling Algorithms Split.swift
[646/675] Compiling Algorithms Stride.swift
[647/675] Compiling Algorithms Suffix.swift
[648/678] Compiling Algorithms Joined.swift
[649/678] Compiling Algorithms Keyed.swift
[654/678] Compiling Algorithms Trim.swift
[655/678] Compiling Algorithms Unique.swift
[656/678] Compiling Algorithms Windows.swift
[660/678] Compiling Algorithms Intersperse.swift
[660/678] Compiling c-nioatomics.c
[665/678] Compiling Algorithms FirstNonNil.swift
[666/678] Compiling Algorithms AdjacentPairs.swift
[667/678] Compiling Algorithms Chain.swift
[670/678] Emitting module Atomics
[676/678] Compiling c-atomics.c
[679/685] Emitting module Algorithms
[681/686] Compiling NIOConcurrencyHelpers lock.swift
[682/686] Compiling NIOConcurrencyHelpers NIOLock.swift
[683/686] Emitting module NIOConcurrencyHelpers
[684/686] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[685/686] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[686/686] Compiling NIOConcurrencyHelpers atomics.swift
[688/746] Compiling NIOCore GlobalSingletons.swift
[689/746] Compiling NIOCore IO.swift
[690/746] Compiling NIOCore IOData.swift
[691/746] Compiling NIOCore IPProtocol.swift
[692/746] Compiling NIOCore IntegerBitPacking.swift
[693/746] Compiling NIOCore IntegerTypes.swift
[694/746] Compiling NIOCore Interfaces.swift
[695/746] Compiling NIOCore Linux.swift
[696/746] Compiling NIOCore MarkedCircularBuffer.swift
[697/746] Compiling NIOCore MulticastChannel.swift
[698/746] Compiling NIOCore NIOAny.swift
[699/746] Compiling NIOCore NIOCloseOnErrorHandler.swift
[700/746] Compiling NIOCore NIOLoopBound.swift
[701/746] Compiling NIOCore NIOScheduledCallback.swift
[702/746] Compiling NIOCore NIOSendable.swift
[703/746] Compiling NIOCore RecvByteBufferAllocator.swift
[704/754] Compiling NIOCore AddressedEnvelope.swift
[705/754] Compiling NIOCore AsyncAwaitSupport.swift
[706/754] Compiling NIOCore AsyncChannel.swift
[707/754] Compiling NIOCore AsyncChannelHandler.swift
[708/754] Compiling NIOCore AsyncChannelInboundStream.swift
[709/754] Compiling NIOCore AsyncChannelOutboundWriter.swift
[710/754] Compiling NIOCore NIOAsyncSequenceProducer.swift
[711/754] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[712/754] Compiling NIOCore NIOAsyncWriter.swift
[713/754] Compiling NIOCore ChannelPipeline.swift
[714/754] Compiling NIOCore CircularBuffer.swift
[715/754] Compiling NIOCore Codec.swift
[716/754] Compiling NIOCore ConvenienceOptionSupport.swift
[717/754] Compiling NIOCore DeadChannel.swift
[718/754] Compiling NIOCore DispatchQueue+WithFuture.swift
[719/754] Compiling NIOCore EventLoop+Deprecated.swift
[720/754] Compiling NIOCore EventLoop+SerialExecutor.swift
[721/754] Compiling NIOCore EventLoop.swift
[722/754] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[723/754] Compiling NIOCore EventLoopFuture+Deprecated.swift
[724/754] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[725/754] Compiling NIOCore EventLoopFuture.swift
[726/754] Compiling NIOCore FileDescriptor.swift
[727/754] Compiling NIOCore FileHandle.swift
[728/754] Compiling NIOCore FileRegion.swift
[729/754] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[730/754] Compiling NIOCore SocketAddresses.swift
[731/754] Compiling NIOCore SocketOptionProvider.swift
[732/754] Compiling NIOCore SystemCallHelpers.swift
[733/754] Compiling NIOCore TimeAmount+Duration.swift
[734/754] Compiling NIOCore TypeAssistedChannelHandler.swift
[735/754] Compiling NIOCore UniversalBootstrapSupport.swift
[736/754] Compiling NIOCore Utilities.swift
[737/754] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[738/754] Compiling NIOCore BSDSocketAPI.swift
[739/754] Compiling NIOCore ByteBuffer-aux.swift
[740/754] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[741/754] Compiling NIOCore ByteBuffer-conversions.swift
[742/754] Compiling NIOCore ByteBuffer-core.swift
[743/754] Compiling NIOCore ByteBuffer-hex.swift
[744/754] Compiling NIOCore ByteBuffer-int.swift
[745/754] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[746/754] Compiling NIOCore ByteBuffer-multi-int.swift
[747/754] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[748/754] Compiling NIOCore ByteBuffer-views.swift
[749/754] Compiling NIOCore Channel.swift
[750/754] Compiling NIOCore ChannelHandler.swift
[751/754] Compiling NIOCore ChannelHandlers.swift
[752/754] Compiling NIOCore ChannelInvoker.swift
[753/754] Compiling NIOCore ChannelOption.swift
[754/754] Emitting module NIOCore
[756/806] Compiling NIOEmbedded AsyncTestingChannel.swift
[757/806] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[758/806] Compiling NIOEmbedded Embedded.swift
[759/806] Emitting module NIOEmbedded
[761/807] Compiling NIOPosix BSDSocketAPICommon.swift
[762/807] Compiling NIOPosix BSDSocketAPIPosix.swift
[763/807] Compiling NIOPosix BSDSocketAPIWindows.swift
[764/807] Compiling NIOPosix BaseSocket.swift
[765/807] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[766/807] Compiling NIOPosix BaseSocketChannel.swift
[767/807] Compiling NIOPosix BaseStreamSocketChannel.swift
[768/813] Emitting module NIOPosix
[769/813] Compiling NIOPosix SelectableChannel.swift
[770/813] Compiling NIOPosix SelectableEventLoop.swift
[771/813] Compiling NIOPosix SelectorEpoll.swift
[772/813] Compiling NIOPosix SelectorGeneric.swift
[773/813] Compiling NIOPosix SelectorKqueue.swift
[774/813] Compiling NIOPosix SelectorUring.swift
[775/813] Compiling NIOPosix ServerSocket.swift
[776/813] Compiling NIOPosix Socket.swift
[777/813] Compiling NIOPosix SocketChannel.swift
[778/813] Compiling NIOPosix SocketProtocols.swift
[779/813] Compiling NIOPosix System.swift
[780/813] Compiling NIOPosix Thread.swift
[781/813] Compiling NIOPosix ThreadPosix.swift
[782/813] Compiling NIOPosix ThreadWindows.swift
[783/813] Compiling NIOPosix UnsafeTransfer.swift
[784/813] Compiling NIOPosix Utilities.swift
[785/813] Compiling NIOPosix VsockAddress.swift
[786/813] Compiling NIOPosix VsockChannelEvents.swift
[787/813] Compiling NIOPosix IO.swift
[788/813] Compiling NIOPosix IntegerBitPacking.swift
[789/813] Compiling NIOPosix IntegerTypes.swift
[790/813] Compiling NIOPosix Linux.swift
[791/813] Compiling NIOPosix LinuxCPUSet.swift
[792/813] Compiling NIOPosix LinuxUring.swift
[793/813] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[794/813] Compiling NIOPosix NIOThreadPool.swift
[795/813] Compiling NIOPosix NonBlockingFileIO.swift
[796/813] Compiling NIOPosix PendingDatagramWritesManager.swift
[797/813] Compiling NIOPosix PendingWritesManager.swift
[798/813] Compiling NIOPosix PipeChannel.swift
[799/813] Compiling NIOPosix PipePair.swift
[800/813] Compiling NIOPosix Pool.swift
[801/813] Compiling NIOPosix Bootstrap.swift
[802/813] Compiling NIOPosix ControlMessage.swift
[803/813] Compiling NIOPosix DatagramVectorReadManager.swift
[804/813] Compiling NIOPosix Errors+Any.swift
[805/813] Compiling NIOPosix FileDescriptor.swift
[806/813] Compiling NIOPosix GetaddrinfoResolver.swift
[807/813] Compiling NIOPosix HappyEyeballs.swift
[808/813] Compiling NIOPosix PooledRecvBufferAllocator.swift
[809/813] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[810/813] Compiling NIOPosix PosixSingletons.swift
[811/813] Compiling NIOPosix RawSocketBootstrap.swift
[812/813] Compiling NIOPosix Resolver.swift
[813/813] Compiling NIOPosix Selectable.swift
[815/816] Compiling NIO Exports.swift
[816/816] Emitting module NIO
[818/856] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[819/856] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[820/856] Compiling NIOTLS TLSEvents.swift
[821/856] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[822/857] Compiling NIOSOCKS ClientStateMachine.swift
[823/857] Emitting module NIOSOCKS
[824/857] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[825/857] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[826/857] Emitting module NIOFoundationCompat
[827/857] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[828/857] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[829/857] Compiling NIOSOCKS ServerStateMachine.swift
[830/858] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[831/858] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[832/858] Emitting module NIOTLS
[833/858] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[834/858] Compiling NIOTLS SNIHandler.swift
[836/859] Compiling NIOHTTP1 HTTPEncoder.swift
[837/859] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[838/859] Compiling NIOSOCKS SOCKSResponse.swift
[839/859] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[840/859] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[841/859] Compiling NIOHTTP1 ByteCollectionUtils.swift
[842/859] Compiling NIOHTTP1 HTTPDecoder.swift
[844/860] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[845/860] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[846/862] Emitting module NIOHTTP1
[848/901] Compiling NIOSSL LinuxCABundle.swift
[849/901] Compiling NIOSSL NIOSSLClientHandler.swift
[850/901] Compiling NIOSSL ByteBufferBIO.swift
[851/901] Compiling NIOSSL CustomPrivateKey.swift
[852/913] Compiling NIOSSL SSLCallbacks.swift
[853/913] Compiling NIOSSL SSLCertificate.swift
[854/913] Emitting module NIOTransportServices
[857/915] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[858/915] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[859/915] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[860/915] Compiling NIOSSL SSLContext.swift
[861/915] Compiling NIOSSL SSLPublicKey.swift
[862/915] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[864/915] Compiling NIOSSL SSLCertificateExtensions.swift
[865/915] Compiling NIOSSL SSLConnection.swift
[867/915] Compiling NIOSSL IdentityVerification.swift
[868/915] Compiling NIOSSL NIOSSLServerHandler.swift
[869/915] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[870/915] Compiling NIOSSL SubjectAlternativeName.swift
[871/915] Compiling NIOSSL SSLErrors.swift
[872/915] Compiling NIOSSL NIOSSLHandler.swift
[873/915] Compiling NIOSSL AndroidCABundle.swift
[875/915] Compiling NIOSSL ObjectIdentifier.swift
[876/915] Compiling NIOSSL PosixPort.swift
[893/935] Compiling NIOSSL NIOSSLSecureBytes.swift
[894/935] Compiling NIOSSL RNG.swift
[895/935] Compiling NIOSSL SafeCompare.swift
[896/935] Compiling NIOSSL Zeroization.swift
[900/935] Compiling NIOSSL SSLPrivateKey.swift
[901/938] Compiling NIOHPACK IndexedHeaderTable.swift
[902/938] Compiling NIOHPACK IntegerCoding.swift
[903/939] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[904/939] Emitting module NIOHTTPCompression
[905/939] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[906/939] Compiling NIOHTTPCompression HTTPCompression.swift
[907/939] Compiling NIOHTTPCompression HTTPDecompression.swift
[908/939] Compiling NIOHPACK DynamicHeaderTable.swift
[909/939] Compiling NIOHPACK HPACKDecoder.swift
[912/939] Compiling NIOHPACK HPACKHeader.swift
[913/939] Compiling NIOHPACK HeaderTables.swift
[914/939] Compiling NIOHPACK HuffmanTables.swift
[915/939] Compiling NIOHPACK StaticHeaderTable.swift
[916/939] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[917/939] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[918/940] Compiling NIOHPACK HuffmanCoding.swift
[919/940] Emitting module NIOSSL
[920/940] Emitting module NIOHPACK
[924/940] Compiling NIOHPACK HPACKEncoder.swift
[925/940] Compiling NIOHPACK HPACKErrors.swift
[927/999] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[928/999] Compiling NIOHTTP2 MaySendFrames.swift
[929/999] Compiling NIOHTTP2 SendingDataState.swift
[930/999] Compiling NIOHTTP2 SendingGoawayState.swift
[931/999] Compiling NIOHTTP2 SendingHeadersState.swift
[932/999] Compiling NIOHTTP2 SendingPushPromiseState.swift
[933/999] Compiling NIOHTTP2 SendingRstStreamState.swift
[934/999] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[935/999] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[936/999] Compiling NIOHTTP2 ReceivingHeadersState.swift
[937/999] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[938/999] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[939/999] Compiling NIOHTTP2 HTTP2FrameParser.swift
[940/999] Compiling NIOHTTP2 HTTP2PingData.swift
[941/999] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[950/1000] Compiling NIOHTTP2 HTTP2SettingsState.swift
[951/1008] Emitting module NIOHTTP2
[952/1008] Compiling NIOHTTP2 InboundWindowManager.swift
[953/1008] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[954/1008] Compiling NIOHTTP2 StreamChannelFlowController.swift
[955/1008] Compiling NIOHTTP2 StreamChannelList.swift
[956/1008] Compiling NIOHTTP2 StreamMap.swift
[957/1008] Compiling NIOHTTP2 StreamStateMachine.swift
[958/1008] Compiling NIOHTTP2 UnsafeTransfer.swift
[959/1008] Compiling NIOHTTP2 WatermarkedFlowController.swift
[960/1008] Compiling NIOHTTP2 ConnectionStateMachine.swift
[961/1008] Compiling NIOHTTP2 ConnectionStreamsState.swift
[962/1008] Compiling NIOHTTP2 MayReceiveFrames.swift
[963/1008] Compiling NIOHTTP2 ReceivingDataState.swift
[969/1008] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[970/1008] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[971/1008] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[972/1008] Compiling NIOHTTP2 HTTP2StreamID.swift
[973/1008] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[974/1008] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[975/1008] Compiling NIOHTTP2 HTTP2UserEvents.swift
[976/1008] Compiling NIOHTTP2 InboundEventBuffer.swift
[977/1008] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[978/1008] Compiling NIOHTTP2 HTTP2Frame.swift
[979/1008] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[983/1008] Compiling NIOHTTP2 HTTP2Settings.swift
[984/1008] Compiling NIOHTTP2 HTTP2Stream.swift
[985/1008] Compiling NIOHTTP2 StateMachineResult.swift
[986/1008] Compiling NIOHTTP2 ContentLengthVerifier.swift
[987/1008] Compiling NIOHTTP2 DOSHeuristics.swift
[988/1008] Compiling NIOHTTP2 Error+Any.swift
[989/1008] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[990/1008] Compiling NIOHTTP2 ControlFrameBuffer.swift
[991/1008] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[992/1008] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[993/1008] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[994/1008] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[995/1008] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[996/1008] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[997/1008] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[998/1008] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[999/1008] Compiling NIOHTTP2 HTTP2Error.swift
[1000/1008] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1001/1008] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1002/1008] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1003/1008] Compiling NIOHTTP2 HasLocalSettings.swift
[1004/1008] Compiling NIOHTTP2 HasRemoteSettings.swift
[1005/1008] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1006/1008] Compiling NIOHTTP2 QuiescingState.swift
[1007/1008] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1008/1008] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1010/1068] Emitting module AsyncHTTPClient
[1011/1076] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1012/1076] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1013/1076] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1014/1076] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1015/1076] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1016/1076] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1017/1076] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1018/1076] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1019/1076] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1020/1076] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1021/1076] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1022/1076] Compiling AsyncHTTPClient Transaction.swift
[1023/1076] Compiling AsyncHTTPClient Base64.swift
[1024/1076] Compiling AsyncHTTPClient BasicAuth.swift
[1025/1076] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1026/1076] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1027/1076] Compiling AsyncHTTPClient ConnectionPool.swift
[1028/1076] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1029/1076] Compiling AsyncHTTPClient RequestBag.swift
[1030/1076] Compiling AsyncHTTPClient RequestValidation.swift
[1031/1076] Compiling AsyncHTTPClient SSLContextCache.swift
[1032/1076] Compiling AsyncHTTPClient Scheme.swift
[1033/1076] Compiling AsyncHTTPClient Singleton.swift
[1034/1076] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1035/1076] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1036/1076] Compiling AsyncHTTPClient Utils.swift
[1037/1076] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1038/1076] Compiling AsyncHTTPClient RequestOptions.swift
[1039/1076] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1040/1076] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1041/1076] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1042/1076] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1043/1076] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1044/1076] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1045/1076] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1046/1076] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1047/1076] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1048/1076] Compiling AsyncHTTPClient HTTP1Connection.swift
[1049/1076] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1050/1076] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1051/1076] Compiling AsyncHTTPClient HTTP2Connection.swift
[1052/1076] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1053/1076] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1054/1076] Compiling AsyncHTTPClient ConnectionTarget.swift
[1055/1076] Compiling AsyncHTTPClient DeconstructedURL.swift
[1056/1076] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1057/1076] Compiling AsyncHTTPClient FoundationExtensions.swift
[1058/1076] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1059/1076] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1060/1076] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1061/1076] Compiling AsyncHTTPClient HTTPClient.swift
[1062/1076] Compiling AsyncHTTPClient HTTPHandler.swift
[1063/1076] Compiling AsyncHTTPClient LRUCache.swift
[1064/1076] Compiling AsyncHTTPClient NWErrorHandler.swift
[1065/1076] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1066/1076] Compiling AsyncHTTPClient TLSConfiguration.swift
[1067/1076] Compiling AsyncHTTPClient RedirectState.swift
[1068/1076] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1069/1076] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1070/1076] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1071/1076] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1072/1076] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1073/1076] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1074/1076] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1075/1076] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1076/1076] Compiling AsyncHTTPClient RequestBodyLength.swift
[1078/1092] 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?]
[1079/1092] 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?]
[1080/1094] 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?]
[1081/1094] 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?]
[1082/1094] 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?]
[1083/1094] 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?]
[1084/1094] 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/1094] 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?]
[1086/1094] 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
[1087/1094] 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
[1088/1094] 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?]
[1089/1094] 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?]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1090/1094] 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?]
[1091/1094] 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?]
[1092/1094] 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?]
[1093/1094] Compiling Alpaca Environment.swift
[1094/1094] 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/156] Compiling OpenCombine GENERATED-RootProtocols.swift
[3/156] Compiling OpenCombine ConduitBase.swift
[4/158] Compiling _NIODataStructures PriorityQueue.swift
[5/158] Compiling Logging MetadataProvider.swift
[6/158] Compiling OpenCombine CombineIdentifier.swift
[7/158] Compiling OpenCombine ConcurrencyHelpers.swift
[8/158] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[9/158] Compiling OpenCombine Future.swift
[10/158] Compiling OpenCombine Future+Concurrency.swift
[11/158] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[12/158] Compiling OpenCombine CurrentValueSubject.swift
[13/158] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/158] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/160] Compiling RealModule Real.swift
[16/161] Compiling OpenCombine ConduitList.swift
[17/161] Compiling OpenCombine DebugHook.swift
[20/161] Compiling RealModule Float80+Real.swift
[21/161] Emitting module _NIOBase64
[22/161] Compiling RealModule RealFunctions.swift
[23/161] Compiling RealModule Float+Real.swift
[24/161] Compiling RealModule ElementaryFunctions.swift
[25/161] Compiling RealModule Float16+Real.swift
[26/161] Compiling OpenCombine AnyCancellable.swift
[27/161] Compiling OpenCombine AnyPublisher.swift
[28/161] Compiling OpenCombine AnySubscriber.swift
[29/161] Compiling OpenCombine Cancellable.swift
[30/161] Compiling _NIODataStructures Heap.swift
[33/161] Emitting module _NIODataStructures
[34/161] Compiling NIOConcurrencyHelpers lock.swift
[35/161] Compiling NIOConcurrencyHelpers NIOLock.swift
[36/161] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[37/161] Compiling NIOConcurrencyHelpers atomics.swift
[38/161] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[39/161] Emitting module RealModule
[40/162] Compiling _NIOBase64 Base64.swift
[42/163] Compiling OpenCombine Codable.swift
[47/163] Compiling Atomics IntegerOperations.swift
[48/163] Compiling Atomics Unmanaged extensions.swift
[49/163] Emitting module NIOConcurrencyHelpers
[52/164] Compiling _NIODataStructures _TinyArray.swift
[54/165] Emitting module InternalCollectionsUtilities
[56/165] Compiling Logging Locks.swift
[57/165] Compiling Logging LogHandler.swift
[58/165] Compiling Logging Logging.swift
[59/165] Emitting module Logging
[69/207] Compiling DequeModule Deque+CustomReflectable.swift
[70/207] Compiling DequeModule Deque+Descriptions.swift
[71/207] Compiling DequeModule _DequeBuffer.swift
[72/207] Compiling DequeModule _DequeBufferHeader.swift
[73/209] Compiling DequeModule Deque+Extras.swift
[74/209] Compiling DequeModule Deque+Hashable.swift
[75/209] Compiling DequeModule Deque+Equatable.swift
[76/209] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/209] Compiling DequeModule Deque+Codable.swift
[78/209] Compiling DequeModule Deque+Collection.swift
[81/212] Compiling Algorithms RandomSample.swift
[82/212] Compiling Algorithms Reductions.swift
[83/212] Compiling Algorithms Rotate.swift
[84/212] Compiling Algorithms Split.swift
[85/212] Compiling Algorithms Stride.swift
[86/212] Compiling Algorithms Suffix.swift
[87/212] Emitting module OpenCombine
[90/224] Compiling DequeModule Deque+Testing.swift
[94/224] Compiling DequeModule _DequeSlot.swift
[95/224] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/224] Compiling Algorithms Permutations.swift
[98/224] Compiling Algorithms Product.swift
[99/224] Compiling DequeModule Deque._UnsafeHandle.swift
[100/224] Compiling DequeModule Deque.swift
[102/224] Compiling DequeModule Deque._Storage.swift
[127/224] Compiling Algorithms Trim.swift
[128/224] Compiling Algorithms Unique.swift
[129/224] Compiling Algorithms Windows.swift
[130/224] Compiling OpenCombine Violations.swift
[131/224] Compiling OpenCombine ImmediateScheduler.swift
[132/224] Compiling OpenCombine ObservableObject.swift
[133/224] Compiling OpenCombine PassthroughSubject.swift
[134/224] Compiling OpenCombine Published.swift
[135/224] Compiling OpenCombine Publisher+Subscribe.swift
[136/224] Compiling OpenCombine Deferred.swift
[137/224] Compiling OpenCombine Empty.swift
[138/224] Compiling OpenCombine Fail.swift
[139/224] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[140/224] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[141/224] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[142/224] Emitting module Atomics
[148/225] Emitting module DequeModule
[158/226] Compiling OpenCombine Just.swift
[159/226] Compiling OpenCombine Optional.Publisher.swift
[160/226] Compiling OpenCombine Publishers.AllSatisfy.swift
[161/226] Compiling OpenCombine Publishers.AssertNoFailure.swift
[162/226] Compiling OpenCombine Publishers.Autoconnect.swift
[163/226] Compiling OpenCombine Publishers.Breakpoint.swift
[164/226] Compiling OpenCombine Publishers.Buffer.swift
[165/226] Compiling OpenCombine Publishers.Collect.swift
[166/226] Compiling OpenCombine Publishers.CollectByCount.swift
[167/226] Compiling OpenCombine Publishers.CompactMap.swift
[168/226] Compiling OpenCombine Publishers.Comparison.swift
[169/226] Compiling OpenCombine Publishers.Concatenate.swift
[170/226] Compiling OpenCombine Publishers.Contains.swift
[171/226] Compiling OpenCombine Result.swift
[172/226] Compiling OpenCombine Scheduler.swift
[173/226] Compiling OpenCombine Subject+Void.swift
[174/226] Compiling OpenCombine Subscriber+Void.swift
[175/226] Compiling OpenCombine Subscribers.Assign.swift
[176/226] Compiling OpenCombine Subscribers.Completion.swift
[177/226] Compiling OpenCombine Subscribers.Demand.swift
[178/226] Compiling OpenCombine Subscribers.Sink.swift
[179/226] Compiling OpenCombine Subscribers.swift
[180/226] Compiling OpenCombine Subscription.swift
[181/226] Compiling OpenCombine Subscriptions.swift
[182/226] Compiling OpenCombine _Introspection.swift
[187/285] Compiling NIOCore EventLoopFuture+Deprecated.swift
[188/285] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[189/285] Compiling NIOCore EventLoopFuture.swift
[190/285] Compiling NIOCore FileDescriptor.swift
[191/285] Compiling NIOCore FileHandle.swift
[192/285] Compiling NIOCore FileRegion.swift
[193/285] Compiling OpenCombine Publishers.Filter.swift
[194/285] Compiling OpenCombine Publishers.First.swift
[195/285] Compiling OpenCombine Publishers.FlatMap.swift
[196/285] Compiling OpenCombine Publishers.HandleEvents.swift
[197/285] Compiling OpenCombine Publishers.IgnoreOutput.swift
[198/285] Compiling OpenCombine Publishers.Last.swift
[199/285] Compiling OpenCombine Publishers.MakeConnectable.swift
[200/285] Compiling OpenCombine Publishers.Map.swift
[201/285] Compiling OpenCombine Publishers.MapError.swift
[202/285] Compiling OpenCombine Publishers.MeasureInterval.swift
[203/285] Compiling OpenCombine Publishers.Multicast.swift
[204/285] Compiling OpenCombine Publishers.Output.swift
[205/285] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[206/285] Compiling OpenCombine Publishers.PrefixWhile.swift
[207/285] Compiling OpenCombine Publishers.Print.swift
[208/285] Compiling OpenCombine Publishers.ReceiveOn.swift
[209/285] Compiling OpenCombine Publishers.Reduce.swift
[210/285] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[211/285] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[212/285] Compiling OpenCombine Publishers.ReplaceError.swift
[213/285] Compiling OpenCombine Publishers.Retry.swift
[214/285] Compiling OpenCombine Publishers.Scan.swift
[215/285] Compiling OpenCombine Publishers.Sequence.swift
[216/285] Compiling OpenCombine Publishers.SetFailureType.swift
[217/285] Compiling OpenCombine Publishers.Share.swift
[218/285] Compiling OpenCombine Publishers.SubscribeOn.swift
[219/285] Compiling OpenCombine Publishers.SwitchToLatest.swift
[220/285] Compiling OpenCombine Publishers.Throttle.swift
[221/285] Compiling OpenCombine Publishers.Timeout.swift
[222/285] Compiling OpenCombine Publishers.Zip.swift
[223/285] Compiling OpenCombine Publishers.swift
[224/285] Compiling OpenCombine Record.swift
[225/285] Compiling OpenCombine Result.Publisher.swift
[227/298] Compiling NIOCore MarkedCircularBuffer.swift
[228/298] Compiling NIOCore MulticastChannel.swift
[229/298] Compiling NIOCore NIOAny.swift
[230/298] Compiling NIOCore NIOCloseOnErrorHandler.swift
[231/298] Compiling NIOCore NIOLoopBound.swift
[232/298] Compiling NIOCore NIOScheduledCallback.swift
[233/298] Compiling NIOCore NIOSendable.swift
[234/298] Compiling NIOCore RecvByteBufferAllocator.swift
[235/307] Emitting module Algorithms
[237/308] Compiling OpenCombineFoundation Utils.swift
[238/308] Compiling OpenCombineFoundation Violations.swift
[239/309] Compiling OpenCombineFoundation Locking.swift
[240/309] Compiling OpenCombineFoundation Portability.swift
[241/309] Emitting module OpenCombineFoundation
[242/309] Compiling OpenCombineFoundation PropertyListEncoder.swift
[243/309] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[244/309] Compiling OpenCombineFoundation Timer+Publisher.swift
[245/309] Emitting module OpenCombineDispatch
[246/309] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[251/310] Compiling OpenCombineFoundation JSONEncoder.swift
[252/310] Compiling OpenCombineFoundation NotificationCenter.swift
[253/310] Compiling NIOCore NIOAsyncSequenceProducer.swift
[254/310] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[255/310] Compiling NIOCore NIOAsyncWriter.swift
[256/310] Compiling OpenCombineFoundation URLSession.swift
[260/310] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[262/311] Compiling NIOCore GlobalSingletons.swift
[263/311] Compiling NIOCore IO.swift
[264/311] Compiling NIOCore IOData.swift
[265/311] Compiling NIOCore IPProtocol.swift
[266/311] Compiling NIOCore IntegerBitPacking.swift
[267/311] Compiling NIOCore IntegerTypes.swift
[268/311] Compiling NIOCore Interfaces.swift
[269/311] Compiling NIOCore Linux.swift
[270/311] Compiling NIOCore ChannelPipeline.swift
[271/311] Compiling NIOCore CircularBuffer.swift
[272/311] Compiling NIOCore Codec.swift
[273/311] Compiling NIOCore ConvenienceOptionSupport.swift
[274/311] Compiling NIOCore DeadChannel.swift
[275/311] Compiling NIOCore DispatchQueue+WithFuture.swift
[276/311] Compiling NIOCore EventLoop+Deprecated.swift
[277/311] Compiling NIOCore EventLoop+SerialExecutor.swift
[278/311] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[279/311] Compiling NIOCore SocketAddresses.swift
[280/311] Compiling NIOCore SocketOptionProvider.swift
[281/311] Compiling NIOCore SystemCallHelpers.swift
[282/311] Compiling NIOCore TimeAmount+Duration.swift
[283/311] Compiling NIOCore TypeAssistedChannelHandler.swift
[284/311] Compiling NIOCore UniversalBootstrapSupport.swift
[285/311] Compiling NIOCore Utilities.swift
[286/311] Compiling NIOCore EventLoop.swift
[287/311] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[294/311] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[295/311] Compiling NIOCore BSDSocketAPI.swift
[296/311] Compiling NIOCore ByteBuffer-aux.swift
[297/311] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[298/311] Compiling NIOCore ByteBuffer-conversions.swift
[299/311] Compiling NIOCore ByteBuffer-core.swift
[300/311] Compiling NIOCore ByteBuffer-hex.swift
[301/311] Compiling NIOCore ByteBuffer-int.swift
[302/311] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[303/311] Compiling NIOCore ByteBuffer-multi-int.swift
[304/311] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[305/311] Compiling NIOCore ByteBuffer-views.swift
[306/311] Compiling NIOCore Channel.swift
[307/311] Compiling NIOCore ChannelHandler.swift
[308/311] Compiling NIOCore ChannelHandlers.swift
[309/311] Compiling NIOCore ChannelInvoker.swift
[310/311] Compiling NIOCore ChannelOption.swift
[311/311] Emitting module NIOCore
[313/363] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[314/363] Compiling NIOEmbedded AsyncTestingChannel.swift
[315/363] Emitting module NIOEmbedded
[316/363] Compiling NIOEmbedded Embedded.swift
[318/364] Compiling NIOPosix BSDSocketAPICommon.swift
[319/364] Compiling NIOPosix BSDSocketAPIPosix.swift
[320/364] Compiling NIOPosix BSDSocketAPIWindows.swift
[321/364] Compiling NIOPosix BaseSocket.swift
[322/364] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[323/364] Compiling NIOPosix BaseSocketChannel.swift
[324/364] Compiling NIOPosix BaseStreamSocketChannel.swift
[325/364] Emitting module NIOPosix
[326/370] Compiling NIOPosix ServerSocket.swift
[327/370] Compiling NIOPosix Socket.swift
[328/370] Compiling NIOPosix SocketChannel.swift
[329/370] Compiling NIOPosix SocketProtocols.swift
[330/370] Compiling NIOPosix System.swift
[331/370] Compiling NIOPosix Thread.swift
[332/370] Compiling NIOPosix PooledRecvBufferAllocator.swift
[333/370] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[334/370] Compiling NIOPosix PosixSingletons.swift
[335/370] Compiling NIOPosix RawSocketBootstrap.swift
[336/370] Compiling NIOPosix Resolver.swift
[337/370] Compiling NIOPosix Selectable.swift
[338/370] Compiling NIOPosix IO.swift
[339/370] Compiling NIOPosix IntegerBitPacking.swift
[340/370] Compiling NIOPosix IntegerTypes.swift
[341/370] Compiling NIOPosix Linux.swift
[342/370] Compiling NIOPosix LinuxCPUSet.swift
[343/370] Compiling NIOPosix LinuxUring.swift
[344/370] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[345/370] Compiling NIOPosix SelectableChannel.swift
[346/370] Compiling NIOPosix SelectableEventLoop.swift
[347/370] Compiling NIOPosix SelectorEpoll.swift
[348/370] Compiling NIOPosix SelectorGeneric.swift
[349/370] Compiling NIOPosix SelectorKqueue.swift
[350/370] Compiling NIOPosix SelectorUring.swift
[351/370] Compiling NIOPosix Bootstrap.swift
[352/370] Compiling NIOPosix ControlMessage.swift
[353/370] Compiling NIOPosix DatagramVectorReadManager.swift
[354/370] Compiling NIOPosix Errors+Any.swift
[355/370] Compiling NIOPosix FileDescriptor.swift
[356/370] Compiling NIOPosix GetaddrinfoResolver.swift
[357/370] Compiling NIOPosix HappyEyeballs.swift
[358/370] Compiling NIOPosix NIOThreadPool.swift
[359/370] Compiling NIOPosix NonBlockingFileIO.swift
[360/370] Compiling NIOPosix PendingDatagramWritesManager.swift
[361/370] Compiling NIOPosix PendingWritesManager.swift
[362/370] Compiling NIOPosix PipeChannel.swift
[363/370] Compiling NIOPosix PipePair.swift
[364/370] Compiling NIOPosix Pool.swift
[365/370] Compiling NIOPosix ThreadPosix.swift
[366/370] Compiling NIOPosix ThreadWindows.swift
[367/370] Compiling NIOPosix UnsafeTransfer.swift
[368/370] Compiling NIOPosix Utilities.swift
[369/370] Compiling NIOPosix VsockAddress.swift
[370/370] Compiling NIOPosix VsockChannelEvents.swift
[372/373] Emitting module NIO
[373/373] Compiling NIO Exports.swift
[375/413] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[376/413] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[377/413] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[378/413] Compiling NIOHTTP1 HTTPEncoder.swift
[379/413] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[380/413] Compiling NIOSOCKS SOCKSResponse.swift
[381/414] Compiling NIOTLS TLSEvents.swift
[382/414] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[383/414] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[384/414] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[385/414] Compiling NIOSOCKS ClientStateMachine.swift
[386/414] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[387/414] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[388/414] Compiling NIOSOCKS ServerStateMachine.swift
[389/414] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[390/414] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[391/414] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[392/414] Compiling NIOTLS SNIHandler.swift
[393/414] Emitting module NIOTLS
[394/414] Emitting module NIOSOCKS
[395/414] Compiling NIOHTTP1 ByteCollectionUtils.swift
[396/414] Compiling NIOHTTP1 HTTPDecoder.swift
[397/416] Emitting module NIOFoundationCompat
[398/416] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[399/417] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[400/417] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[402/417] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[405/419] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[406/419] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[412/420] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[413/420] Compiling NIOHTTP1 HTTPTypes.swift
[414/470] Emitting module NIOTransportServices
[415/472] Compiling NIOSSL SSLContext.swift
[416/472] Compiling NIOSSL SSLErrors.swift
[419/472] Compiling NIOSSL SSLInit.swift
[420/472] Compiling NIOSSL SSLPKCS12Bundle.swift
[421/472] Compiling NIOSSL SSLPrivateKey.swift
[422/472] Compiling NIOSSL SSLPublicKey.swift
[423/472] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[424/472] Compiling NIOSSL NIOSSLHandler.swift
[425/472] Compiling NIOSSL NIOSSLServerHandler.swift
[426/472] Compiling NIOSSL IdentityVerification.swift
[427/472] Compiling NIOSSL LinuxCABundle.swift
[428/472] Compiling NIOSSL NIOSSLClientHandler.swift
[429/472] Compiling NIOSSL SSLCertificate.swift
[430/472] Compiling NIOSSL SSLCertificateExtensions.swift
[431/472] Compiling NIOSSL SSLConnection.swift
[432/472] Compiling NIOSSL ObjectIdentifier.swift
[433/472] Compiling NIOSSL PosixPort.swift
[434/472] Compiling NIOSSL SSLCallbacks.swift
[435/472] Emitting module NIOHTTP1
[436/472] Compiling NIOSSL AndroidCABundle.swift
[437/472] Compiling NIOSSL ByteBufferBIO.swift
[438/472] Compiling NIOSSL CustomPrivateKey.swift
[442/473] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[443/473] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[449/474] Compiling NIOSSL SubjectAlternativeName.swift
[450/474] Compiling NIOSSL NIOSSLSecureBytes.swift
[451/474] Compiling NIOSSL RNG.swift
[452/474] Compiling NIOSSL SafeCompare.swift
[453/474] Compiling NIOSSL Zeroization.swift
[454/492] Emitting module NIOSSL
[455/495] Compiling NIOHPACK HPACKEncoder.swift
[456/495] Compiling NIOHPACK HPACKErrors.swift
[457/495] Compiling NIOHPACK DynamicHeaderTable.swift
[458/495] Compiling NIOHPACK HPACKDecoder.swift
[463/495] Emitting module NIOHTTPCompression
[464/495] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[465/495] Compiling NIOHPACK IndexedHeaderTable.swift
[466/495] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[467/496] Compiling NIOHPACK IntegerCoding.swift
[468/496] Compiling NIOHPACK HuffmanTables.swift
[469/496] Compiling NIOHPACK StaticHeaderTable.swift
[470/496] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[471/496] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[472/496] Compiling NIOHTTPCompression HTTPCompression.swift
[473/496] Compiling NIOHTTPCompression HTTPDecompression.swift
[475/497] Compiling NIOHPACK HuffmanCoding.swift
[480/497] Emitting module NIOHPACK
[481/497] Compiling NIOHPACK HPACKHeader.swift
[482/497] Compiling NIOHPACK HeaderTables.swift
[484/498] Compiling NIOSSL TLSConfiguration.swift
[485/498] Compiling NIOSSL UniversalBootstrapSupport.swift
[486/498] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[500/557] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[501/557] Compiling NIOHTTP2 HasFlowControlWindows.swift
[502/557] Compiling NIOHTTP2 HasLocalSettings.swift
[503/557] Compiling NIOHTTP2 HasRemoteSettings.swift
[504/557] Compiling NIOHTTP2 LocallyQuiescingState.swift
[505/557] Compiling NIOHTTP2 QuiescingState.swift
[506/557] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[507/557] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[508/565] Emitting module NIOHTTP2
[509/565] Compiling NIOHTTP2 InboundWindowManager.swift
[510/565] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[511/565] Compiling NIOHTTP2 StreamChannelFlowController.swift
[512/565] Compiling NIOHTTP2 StreamChannelList.swift
[513/565] Compiling NIOHTTP2 StreamMap.swift
[514/565] Compiling NIOHTTP2 StreamStateMachine.swift
[515/565] Compiling NIOHTTP2 UnsafeTransfer.swift
[516/565] Compiling NIOHTTP2 WatermarkedFlowController.swift
[517/565] Compiling NIOHTTP2 ConnectionStateMachine.swift
[518/565] Compiling NIOHTTP2 ConnectionStreamsState.swift
[519/565] Compiling NIOHTTP2 MayReceiveFrames.swift
[520/565] Compiling NIOHTTP2 ReceivingDataState.swift
[521/565] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[522/565] Compiling NIOHTTP2 ReceivingHeadersState.swift
[523/565] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[524/565] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[525/565] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[526/565] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[527/565] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[528/565] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[529/565] Compiling NIOHTTP2 HTTP2StreamID.swift
[530/565] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[531/565] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[532/565] Compiling NIOHTTP2 HTTP2UserEvents.swift
[533/565] Compiling NIOHTTP2 InboundEventBuffer.swift
[534/565] Compiling NIOHTTP2 StateMachineResult.swift
[535/565] Compiling NIOHTTP2 ContentLengthVerifier.swift
[536/565] Compiling NIOHTTP2 DOSHeuristics.swift
[537/565] Compiling NIOHTTP2 Error+Any.swift
[538/565] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[539/565] Compiling NIOHTTP2 ControlFrameBuffer.swift
[540/565] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[541/565] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[542/565] Compiling NIOHTTP2 MaySendFrames.swift
[543/565] Compiling NIOHTTP2 SendingDataState.swift
[544/565] Compiling NIOHTTP2 SendingGoawayState.swift
[545/565] Compiling NIOHTTP2 SendingHeadersState.swift
[546/565] Compiling NIOHTTP2 SendingPushPromiseState.swift
[547/565] Compiling NIOHTTP2 SendingRstStreamState.swift
[548/565] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[549/565] Compiling NIOHTTP2 HTTP2SettingsState.swift
[550/565] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[551/565] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[552/565] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[553/565] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[554/565] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[555/565] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[556/565] Compiling NIOHTTP2 HTTP2Error.swift
[557/565] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[558/565] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[559/565] Compiling NIOHTTP2 HTTP2Frame.swift
[560/565] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[561/565] Compiling NIOHTTP2 HTTP2FrameParser.swift
[562/565] Compiling NIOHTTP2 HTTP2PingData.swift
[563/565] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[564/565] Compiling NIOHTTP2 HTTP2Settings.swift
[565/565] Compiling NIOHTTP2 HTTP2Stream.swift
[567/625] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[568/625] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[569/625] Compiling AsyncHTTPClient AsyncLazySequence.swift
[570/625] Compiling AsyncHTTPClient HTTPClient+execute.swift
[571/625] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[572/625] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[573/625] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[574/625] Compiling AsyncHTTPClient HTTPClientRequest.swift
[575/625] Compiling AsyncHTTPClient HTTPClientResponse.swift
[576/633] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[577/633] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[578/633] Compiling AsyncHTTPClient Transaction.swift
[579/633] Compiling AsyncHTTPClient Base64.swift
[580/633] Compiling AsyncHTTPClient BasicAuth.swift
[581/633] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[582/633] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[583/633] Compiling AsyncHTTPClient ConnectionPool.swift
[584/633] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[585/633] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[586/633] Compiling AsyncHTTPClient ConnectionTarget.swift
[587/633] Compiling AsyncHTTPClient DeconstructedURL.swift
[588/633] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[589/633] Compiling AsyncHTTPClient FoundationExtensions.swift
[590/633] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[591/633] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[592/633] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[593/633] Emitting module AsyncHTTPClient
[594/633] Compiling AsyncHTTPClient RequestBag.swift
[595/633] Compiling AsyncHTTPClient RequestValidation.swift
[596/633] Compiling AsyncHTTPClient SSLContextCache.swift
[597/633] Compiling AsyncHTTPClient Scheme.swift
[598/633] Compiling AsyncHTTPClient Singleton.swift
[599/633] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[600/633] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[601/633] Compiling AsyncHTTPClient Utils.swift
[602/633] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[603/633] Compiling AsyncHTTPClient RequestOptions.swift
[604/633] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[605/633] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[606/633] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[607/633] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[608/633] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[609/633] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[610/633] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[611/633] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[612/633] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[613/633] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[614/633] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[615/633] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[616/633] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[617/633] Compiling AsyncHTTPClient RequestBodyLength.swift
[618/633] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[619/633] Compiling AsyncHTTPClient TLSEventsHandler.swift
[620/633] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[621/633] Compiling AsyncHTTPClient HTTP1Connection.swift
[622/633] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[623/633] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[624/633] Compiling AsyncHTTPClient HTTP2Connection.swift
[625/633] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[626/633] Compiling AsyncHTTPClient HTTPClient.swift
[627/633] Compiling AsyncHTTPClient HTTPHandler.swift
[628/633] Compiling AsyncHTTPClient LRUCache.swift
[629/633] Compiling AsyncHTTPClient NWErrorHandler.swift
[630/633] Compiling AsyncHTTPClient NWWaitingHandler.swift
[631/633] Compiling AsyncHTTPClient TLSConfiguration.swift
[632/633] Compiling AsyncHTTPClient RedirectState.swift
[633/633] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[635/649] 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/649] 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+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?]
[638/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?]
[639/651] 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?]
[640/651] 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?]
[641/651] 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?]
[642/651] 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?]
[643/651] 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?]
[644/651] 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)
[645/651] 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?]
[646/651] 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?]
[647/651] 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?]
[648/651] 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?]
[649/651] 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?]
[650/651] Compiling Alpaca Environment.swift
[651/651] Compiling Alpaca Utils.swift
BUILD FAILURE 6.1 linux