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

Successful build of Monarca, reference main (cf1293), with Swift 6.1 for Linux on 7 Jul 2025 14:54:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fitomad/Monarca.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/fitomad/Monarca
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf12939 Merge pull request #7 from fitomad/develop
Cloned https://github.com/fitomad/Monarca.git
Revision (git rev-parse @):
cf129390918d3ddeeb2ec6471c7e29c625ae97fa
SUCCESS checkout https://github.com/fitomad/Monarca.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fitomad/Monarca.git
https://github.com/fitomad/Monarca.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.16.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "Monarca",
  "name" : "Monarca",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Monarca",
      "targets" : [
        "Monarca"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonarcaTests",
      "module_type" : "SwiftTarget",
      "name" : "MonarcaTests",
      "path" : "Tests/MonarcaTests",
      "sources" : [
        "FirehoseClientBuilderTests.swift",
        "MapperTests.swift",
        "MessageHandlerTests.swift",
        "Mocks/MockMessageManager.swift",
        "Mocks/MockMessages.swift",
        "MonarcaTests.swift",
        "SettingsTests.swift"
      ],
      "target_dependencies" : [
        "Monarca"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Monarca",
      "module_type" : "SwiftTarget",
      "name" : "Monarca",
      "path" : "Sources/Monarca",
      "product_dependencies" : [
        "WebSocketKit"
      ],
      "product_memberships" : [
        "Monarca"
      ],
      "sources" : [
        "BskyFirehoseClient.swift",
        "BskyFirehoseClientBuilder.swift",
        "BskyFirehoseError.swift",
        "DefaultFirehoseClientsBuilder.swift",
        "Entities/BskyCollection.swift",
        "Entities/Firehose/BskyFirehoseSettings.swift",
        "Entities/Firehose/FireshoseHost.swift",
        "Entities/Firehose/MessageSize.swift",
        "Entities/Firehose/Playback.swift",
        "Entities/Messages/Account.swift",
        "Entities/Messages/BskyMessage.swift",
        "Entities/Messages/Commit.swift",
        "Entities/Messages/Identity.swift",
        "Entities/Messages/Records/AspectRatio.swift",
        "Entities/Messages/Records/Block.swift",
        "Entities/Messages/Records/Follow.swift",
        "Entities/Messages/Records/Image.swift",
        "Entities/Messages/Records/Like.swift",
        "Entities/Messages/Records/LinkedIdentifier.swift",
        "Entities/Messages/Records/ListItem.swift",
        "Entities/Messages/Records/Post.swift",
        "Entities/Messages/Records/PostGate.swift",
        "Entities/Messages/Records/Profile.swift",
        "Entities/Messages/Records/Record.swift",
        "Entities/Messages/Records/Reference.swift",
        "Entities/Messages/Records/Repost.swift",
        "Entities/Messages/Records/StarterPack.swift",
        "Entities/Messages/Records/ThreadGate.swift",
        "Entities/Messages/Records/Video.swift",
        "Extensiones/Formatter+Monarca.swift",
        "Extensiones/JSONDecoder+Monarca.swift",
        "Mappers/BskyFirehoseSettingsMapper.swift",
        "Mappers/FirehoseMapperError.swift",
        "Subscription/BskyMessageManagerError.swift",
        "Subscription/Handlers/AccountMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandlerError.swift",
        "Subscription/Handlers/CommitMessageHandler.swift",
        "Subscription/Handlers/ContentFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/HashtagFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/IdentityMessageHandler.swift",
        "Subscription/Manager/AllMessagesManager.swift",
        "Subscription/Manager/BskyMessageManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
0347e81243ca: Pulling fs layer
955ae20f829c: Pulling fs layer
2574e4b2ede5: Pulling fs layer
71ac09bc7d67: Pulling fs layer
240c7ccadfed: Pulling fs layer
71ac09bc7d67: Waiting
240c7ccadfed: Waiting
2574e4b2ede5: Verifying Checksum
2574e4b2ede5: Download complete
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
240c7ccadfed: Verifying Checksum
240c7ccadfed: Download complete
71ac09bc7d67: Verifying Checksum
71ac09bc7d67: Download complete
955ae20f829c: Verifying Checksum
955ae20f829c: Download complete
0347e81243ca: Pull complete
955ae20f829c: Pull complete
2574e4b2ede5: Pull complete
71ac09bc7d67: Pull complete
240c7ccadfed: Pull complete
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/websocket-kit.git
[1/2609] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.52s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.55s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/6032] Fetching swift-nio-extras
[967/7839] Fetching swift-nio-extras, swift-atomics
[2023/10512] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services
[10513/25442] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-nio-ssl
[11708/101882] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.08s)
[14003/100075] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.18s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.19s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.24s)
[53508/76440] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (11.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (3.79s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4495] Fetching swift-system
[4182/21235] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
[4353/16740] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.14s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (0.88s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (4.43s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/3833] Fetching swift-log
[308/9792] Fetching swift-log, swift-algorithms
[666/11408] Fetching swift-log, swift-algorithms, swift-asn1
[812/17652] Fetching swift-log, swift-algorithms, swift-asn1, swift-certificates
[994/22642] Fetching swift-log, swift-algorithms, swift-asn1, swift-certificates, swift-async-algorithms
[1219/25068] Fetching swift-log, swift-algorithms, swift-asn1, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.90s)
[19496/22642] Fetching swift-log, swift-algorithms, swift-asn1, swift-certificates, swift-async-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
Fetching https://github.com/apple/swift-http-types.git
[1/1169] Fetching swift-http-structured-headers
[25/2073] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-asn1.git from cache (1.93s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.93s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.74s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.06s)
[1/11594] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.84s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.83s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.01s)
Fetching https://github.com/apple/swift-crypto.git
[1/15683] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.63s)
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.88s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.87s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.88s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.0
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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.28.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.37.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.2.0
Building for debugging...
[0/433] Write sources
[15/433] Compiling CNIOLinux liburing_shims.c
[16/433] Compiling CNIOWASI CNIOWASI.c
[17/433] Write sources
[20/433] Compiling CNIOWindows shim.c
[21/433] Write sources
[22/433] Compiling CNIOWindows WSAStartup.c
[23/433] Compiling _AtomicsShims.c
[24/433] Compiling CNIOSHA1 c_nio_sha1.c
[25/433] Compiling CNIODarwin shim.c
[26/433] Compiling CNIOLinux shim.c
[27/433] Compiling CNIOLLHTTP c_nio_http.c
[28/433] Compiling CNIOLLHTTP c_nio_api.c
[29/433] Compiling fiat_p256_adx_sqr.S
[30/433] Compiling fiat_curve25519_adx_mul.S
[31/433] Compiling fiat_curve25519_adx_square.S
[32/433] Compiling fiat_p256_adx_mul.S
[33/433] Write swift-version-24593BA9C3E375BF.txt
[34/433] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/433] Compiling CNIOBoringSSLShims shims.c
[37/439] Emitting module _NIOBase64
[37/439] Compiling tls_method.cc
[38/439] Compiling tls_record.cc
[39/439] Compiling tls13_server.cc
[40/453] Compiling tls13_both.cc
[41/453] Compiling tls13_enc.cc
[42/471] Compiling tls13_client.cc
[44/471] Compiling _NIOBase64 Base64.swift
[44/472] Compiling t1_enc.cc
[46/472] Compiling Atomics RawRepresentable.swift
[47/472] Compiling Atomics AtomicBool.swift
[48/472] Compiling Atomics AtomicStorage.swift
[49/472] Compiling Atomics AtomicValue.swift
[50/472] Compiling Atomics Primitives.native.swift
[51/472] Compiling Atomics OptionalRawRepresentable.swift
[52/472] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/472] Compiling Atomics UnsafeAtomic.swift
[54/472] Compiling Atomics UnsafeAtomicLazyReference.swift
[55/472] Emitting module InternalCollectionsUtilities
[56/472] Compiling Atomics AtomicInteger.swift
[57/472] Compiling Atomics AtomicOptionalWrappable.swift
[58/472] Compiling Atomics IntegerConformances.swift
[59/472] Compiling Atomics PointerConformances.swift
[61/472] Compiling Atomics AtomicReference.swift
[62/472] Compiling Atomics AtomicMemoryOrderings.swift
[64/475] Compiling Atomics DoubleWord.swift
[70/475] Compiling Atomics ManagedAtomic.swift
[71/475] Compiling Atomics ManagedAtomicLazyReference.swift
[72/475] Compiling _NIODataStructures PriorityQueue.swift
[73/475] Compiling _NIODataStructures _TinyArray.swift
[73/475] Compiling ssl_x509.cc
[74/475] Compiling ssl_versions.cc
[76/475] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/476] Compiling ssl_transcript.cc
[79/476] Compiling Atomics IntegerOperations.swift
[80/476] Compiling Atomics Unmanaged extensions.swift
[81/491] Emitting module Atomics
[82/491] Compiling DequeModule Deque+Collection.swift
[83/491] Compiling DequeModule Deque+Equatable.swift
[84/491] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/491] Compiling DequeModule Deque+CustomReflectable.swift
[86/491] Compiling DequeModule Deque+Descriptions.swift
[87/491] Compiling DequeModule Deque+Codable.swift
[92/494] Emitting module _NIODataStructures
[93/494] Compiling _NIODataStructures Heap.swift
[94/495] Compiling DequeModule Deque+Testing.swift
[95/495] Compiling DequeModule Deque._Storage.swift
[97/495] Compiling DequeModule _DequeBuffer.swift
[98/495] Compiling DequeModule _DequeBufferHeader.swift
[100/495] Compiling DequeModule Deque+Extras.swift
[101/495] Compiling DequeModule Deque+Hashable.swift
[101/495] Compiling ssl_stat.cc
[103/495] Compiling DequeModule Deque._UnsafeHandle.swift
[104/495] Compiling DequeModule Deque.swift
[105/495] Compiling DequeModule _DequeSlot.swift
[106/495] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/495] Compiling ssl_session.cc
[110/495] Emitting module DequeModule
[110/496] Compiling ssl_privkey.cc
[112/496] Compiling ssl_lib.cc
[113/496] Compiling ssl_key_share.cc
[114/496] Compiling ssl_cipher.cc
[115/496] Compiling ssl_credential.cc
[116/496] Compiling ssl_file.cc
[117/496] Compiling ssl_asn1.cc
[118/496] Compiling ssl_cert.cc
[119/496] Compiling ssl_buffer.cc
[120/496] Compiling ssl_aead_ctx.cc
[121/496] Compiling s3_pkt.cc
[122/496] Compiling s3_lib.cc
[123/496] Compiling s3_both.cc
[124/496] Compiling handoff.cc
[125/496] Compiling handshake.cc
[126/496] Compiling handshake_client.cc
[127/496] Compiling handshake_server.cc
[128/496] Compiling encrypted_client_hello.cc
[129/496] Compiling extensions.cc
[130/496] Compiling md5-x86_64-linux.S
[131/496] Compiling md5-x86_64-apple.S
[132/496] Compiling dtls_method.cc
[133/496] Compiling dtls_record.cc
[134/496] Compiling md5-586-linux.S
[135/496] Compiling md5-586-apple.S
[136/496] Compiling d1_srtp.cc
[137/496] Compiling chacha20_poly1305_armv8-win.S
[138/496] Compiling chacha20_poly1305_x86_64-apple.S
[139/496] Compiling d1_pkt.cc
[140/496] Compiling chacha20_poly1305_x86_64-linux.S
[141/496] Compiling chacha20_poly1305_armv8-linux.S
[142/496] Compiling chacha20_poly1305_armv8-apple.S
[143/496] Compiling chacha-x86_64-apple.S
[144/496] Compiling bio_ssl.cc
[145/496] Compiling chacha-x86_64-linux.S
[146/496] Compiling chacha-x86-linux.S
[147/496] Compiling err_data.cc
[148/496] Compiling d1_lib.cc
[149/496] Compiling chacha-x86-apple.S
[150/496] Compiling d1_both.cc
[151/496] Compiling chacha-armv8-win.S
[152/496] Compiling chacha-armv8-linux.S
[153/496] Compiling chacha-armv8-apple.S
[154/496] Compiling chacha-armv4-linux.S
[155/496] Compiling aes128gcmsiv-x86_64-linux.S
[156/496] Compiling x86_64-mont5-apple.S
[157/496] Compiling aes128gcmsiv-x86_64-apple.S
[158/496] Compiling x86_64-mont5-linux.S
[159/496] Compiling x86_64-mont-linux.S
[160/496] Compiling x86-mont-linux.S
[161/496] Compiling x86_64-mont-apple.S
[162/496] Compiling x86-mont-apple.S
[163/496] Compiling vpaes-x86_64-linux.S
[164/496] Compiling vpaes-x86_64-apple.S
[165/496] Compiling vpaes-armv8-win.S
[166/496] Compiling vpaes-armv8-linux.S
[166/496] Compiling vpaes-x86-linux.S
[168/496] Compiling vpaes-x86-apple.S
[169/496] Compiling vpaes-armv8-apple.S
[170/496] Compiling vpaes-armv7-linux.S
[171/496] Compiling sha512-x86_64-apple.S
[172/496] Compiling sha512-x86_64-linux.S
[173/496] Compiling sha512-armv8-win.S
[174/496] Compiling sha512-armv8-linux.S
[175/496] Compiling sha512-armv8-apple.S
[176/496] Compiling sha512-586-linux.S
[177/496] Compiling sha512-armv4-linux.S
[178/496] Compiling sha512-586-apple.S
[179/496] Compiling sha256-x86_64-linux.S
[179/496] Compiling sha256-x86_64-apple.S
[181/496] Compiling sha256-armv8-win.S
[182/496] Compiling sha256-armv8-apple.S
[183/496] Compiling sha256-armv8-linux.S
[184/496] Compiling sha256-586-linux.S
[185/496] Compiling sha256-armv4-linux.S
[186/496] Compiling sha256-586-apple.S
[187/496] Compiling sha1-x86_64-linux.S
[188/496] Compiling sha1-armv8-win.S
[189/496] Compiling sha1-x86_64-apple.S
[190/496] Compiling sha1-armv4-large-linux.S
[191/496] Compiling sha1-586-apple.S
[192/496] Compiling sha1-armv8-linux.S
[193/496] Compiling sha1-armv8-apple.S
[193/496] Compiling sha1-586-linux.S
[195/496] Compiling rsaz-avx2-apple.S
[195/496] Compiling rsaz-avx2-linux.S
[197/496] Compiling rdrand-x86_64-apple.S
[198/496] Compiling p256_beeu-x86_64-asm-apple.S
[199/496] Compiling p256_beeu-x86_64-asm-linux.S
[200/496] Compiling rdrand-x86_64-linux.S
[201/496] Compiling p256_beeu-armv8-asm-win.S
[202/496] Compiling p256_beeu-armv8-asm-apple.S
[203/496] Compiling p256_beeu-armv8-asm-linux.S
[204/496] Compiling p256-armv8-asm-win.S
[205/496] Compiling p256-x86_64-asm-apple.S
[206/496] Compiling p256-x86_64-asm-linux.S
[207/496] Compiling p256-armv8-asm-linux.S
[208/496] Compiling p256-armv8-asm-apple.S
[209/496] Compiling ghashv8-armv8-win.S
[210/496] Compiling ghashv8-armv8-apple.S
[211/496] Compiling ghashv8-armv8-linux.S
[212/496] Compiling ghash-x86_64-linux.S
[213/496] Compiling ghashv8-armv7-linux.S
[214/496] Compiling ghash-x86-linux.S
[215/496] Compiling ghash-x86_64-apple.S
[216/496] Compiling ghash-x86-apple.S
[217/496] Compiling ghash-ssse3-x86_64-linux.S
[218/496] Compiling ghash-ssse3-x86-linux.S
[219/496] Compiling ghash-ssse3-x86-apple.S
[220/496] Compiling ghash-ssse3-x86_64-apple.S
[221/496] Compiling ghash-neon-armv8-linux.S
[222/496] Compiling ghash-neon-armv8-apple.S
[223/496] Compiling ghash-armv4-linux.S
[224/496] Compiling ghash-neon-armv8-win.S
[225/496] Compiling co-586-linux.S
[226/496] Compiling co-586-apple.S
[227/496] Compiling bsaes-armv7-linux.S
[228/496] Compiling bn-armv8-win.S
[229/496] Compiling bn-armv8-apple.S
[230/496] Compiling bn-armv8-linux.S
[231/496] Compiling bn-586-apple.S
[232/496] Compiling bn-586-linux.S
[233/496] Compiling armv8-mont-win.S
[234/496] Compiling armv4-mont-linux.S
[235/496] Compiling armv8-mont-linux.S
[236/496] Compiling armv8-mont-apple.S
[236/496] Compiling aesv8-gcm-armv8-win.S
[238/496] Compiling aesv8-gcm-armv8-apple.S
[239/496] Compiling aesv8-gcm-armv8-linux.S
[240/496] Compiling aesv8-armv8-win.S
[241/496] Compiling aesv8-armv8-linux.S
[242/496] Compiling aesv8-armv7-linux.S
[243/496] Compiling aesni-x86_64-linux.S
[244/496] Compiling aesv8-armv8-apple.S
[245/496] Compiling aesni-x86_64-apple.S
[246/496] Compiling aesni-x86-linux.S
[246/496] Compiling aesni-x86-apple.S
[248/496] Compiling aesni-gcm-x86_64-apple.S
[249/496] Compiling aesni-gcm-x86_64-linux.S
[250/496] Compiling aes-gcm-avx2-x86_64-apple.S
[251/496] Compiling aes-gcm-avx2-x86_64-linux.S
[252/496] Compiling aes-gcm-avx10-x86_64-linux.S
[253/496] Compiling aes-gcm-avx10-x86_64-apple.S
[254/496] Compiling x_x509.cc
[255/496] Compiling x_x509a.cc
[256/496] Compiling x_spki.cc
[257/496] Compiling x_req.cc
[258/496] Compiling x_val.cc
[259/496] Compiling x_sig.cc
[260/496] Compiling x_pubkey.cc
[261/496] Compiling x_name.cc
[262/496] Compiling x509spki.cc
[263/496] Compiling x_algor.cc
[264/496] Compiling x_exten.cc
[265/496] Compiling x_all.cc
[266/496] Compiling x_attrib.cc
[267/496] Compiling x_crl.cc
[268/496] Compiling x509rset.cc
[269/496] Compiling x509name.cc
[270/496] Compiling x509cset.cc
[271/496] Compiling x509_vpm.cc
[272/496] Compiling x509_trs.cc
[273/496] Compiling x509_vfy.cc
[274/496] Compiling x509_v3.cc
[275/496] Compiling x509_txt.cc
[276/496] Compiling x509_set.cc
[277/496] Compiling x509_lu.cc
[278/496] Compiling x509_req.cc
[279/496] Compiling x509_obj.cc
[280/496] Compiling x509_def.cc
[281/496] Compiling x509_ext.cc
[282/496] Compiling x509_d2.cc
[283/496] Compiling x509_cmp.cc
[284/496] Compiling x509_att.cc
[285/496] Compiling x509.cc
[286/496] Compiling v3_skey.cc
[287/496] Compiling v3_utl.cc
[288/496] Compiling v3_purp.cc
[289/496] Compiling v3_prn.cc
[290/496] Compiling v3_pmaps.cc
[291/496] Compiling v3_pcons.cc
[292/496] Compiling v3_ocsp.cc
[293/496] Compiling v3_lib.cc
[294/496] Compiling v3_ncons.cc
[295/496] Compiling v3_int.cc
[296/496] Compiling v3_info.cc
[297/496] Compiling v3_ia5.cc
[298/496] Compiling v3_genn.cc
[299/496] Compiling v3_extku.cc
[300/496] Compiling v3_enum.cc
[301/496] Compiling v3_crld.cc
[302/496] Compiling v3_conf.cc
[303/496] Compiling v3_bitst.cc
[304/496] Compiling v3_cpols.cc
[305/496] Compiling v3_bcons.cc
[306/496] Compiling v3_alt.cc
[307/496] Compiling v3_akeya.cc
[308/496] Compiling v3_akey.cc
[309/496] Compiling t_x509a.cc
[310/496] Compiling t_crl.cc
[311/496] Compiling i2d_pr.cc
[312/496] Compiling t_req.cc
[313/496] Compiling t_x509.cc
[314/496] Compiling rsa_pss.cc
[315/496] Compiling name_print.cc
[316/496] Compiling policy.cc
[317/496] Compiling by_file.cc
[318/496] Compiling by_dir.cc
[319/496] Compiling a_verify.cc
[320/496] Compiling asn1_gen.cc
[321/496] Compiling algorithm.cc
[322/496] Compiling a_sign.cc
[323/496] Compiling voprf.cc
[324/496] Compiling a_digest.cc
[325/496] Compiling thread_win.cc
[326/496] Compiling thread_pthread.cc
[327/496] Compiling thread.cc
[328/496] Compiling thread_none.cc
[329/496] Compiling trust_token.cc
[330/496] Compiling pmbtoken.cc
[331/496] Compiling stack.cc
[332/496] Compiling sha512.cc
[333/496] Compiling siphash.cc
[334/496] Compiling sha256.cc
[335/496] Compiling sha1.cc
[336/496] Compiling slhdsa.cc
[337/496] Compiling rsa_print.cc
[338/496] Compiling spake2plus.cc
[339/496] Compiling rsa_extra.cc
[340/496] Compiling rc4.cc
[341/496] Compiling refcount.cc
[342/496] Compiling rsa_crypt.cc
[343/496] Compiling windows.cc
[344/496] Compiling trusty.cc
[345/496] Compiling rand.cc
[346/496] Compiling urandom.cc
[347/496] Compiling rsa_asn1.cc
[348/496] Compiling passive.cc
[349/496] Compiling ios.cc
[350/496] Compiling getentropy.cc
[351/496] Compiling forkunsafe.cc
[351/496] Compiling deterministic.cc
[353/496] Compiling fork_detect.cc
[354/496] Compiling poly1305_arm_asm.S
[355/496] Compiling poly1305.cc
[356/496] Compiling poly1305_arm.cc
[357/496] Compiling pool.cc
[358/496] Compiling poly1305_vec.cc
[359/496] Compiling pkcs7.cc
[360/496] Compiling p5_pbev2.cc
[361/496] Compiling pkcs8_x509.cc
[362/496] Compiling pkcs8.cc
[363/496] Compiling pem_xaux.cc
[364/496] Compiling pkcs7_x509.cc
[365/496] Compiling pem_pkey.cc
[366/496] Compiling pem_x509.cc
[367/496] Compiling mlkem.cc
[368/496] Compiling pem_pk8.cc
[369/496] Compiling pem_oth.cc
[370/496] Compiling mldsa.cc
[371/496] Compiling obj_xref.cc
[372/496] Compiling pem_lib.cc
[373/496] Compiling pem_info.cc
[374/496] Compiling pem_all.cc
[375/496] Compiling obj.cc
[376/496] Compiling mem.cc
[377/496] Compiling fips_shared_support.cc
[378/496] Compiling poly_rq_mul.S
[379/496] Compiling md5.cc
[380/496] Compiling lhash.cc
[381/496] Compiling md4.cc
[382/496] Compiling kyber.cc
[382/496] Compiling hrss.cc
[384/496] Compiling sign.cc
[385/496] Compiling ex_data.cc
[386/496] Compiling hpke.cc
[387/496] Compiling scrypt.cc
[388/496] Compiling print.cc
[389/496] Compiling pbkdf.cc
[390/496] Compiling p_x25519.cc
[391/496] Compiling p_x25519_asn1.cc
[392/496] Compiling p_ed25519.cc
[393/496] Compiling p_rsa_asn1.cc
[394/496] Compiling p_hkdf.cc
[394/496] Compiling p_ec.cc
[396/496] Compiling p_ec_asn1.cc
[397/496] Compiling p_rsa.cc
[398/496] Compiling p_ed25519_asn1.cc
[399/496] Compiling bcm.cc
[400/496] Compiling p_dh.cc
[401/496] Compiling p_dh_asn1.cc
[402/496] Compiling evp_ctx.cc
[403/496] Compiling err.cc
[404/496] Compiling evp.cc
[405/496] Compiling engine.cc
[406/496] Compiling p_dsa_asn1.cc
[407/496] Compiling ecdh.cc
[408/496] Compiling ec_derive.cc
[409/496] Compiling hash_to_curve.cc
[410/496] Compiling evp_asn1.cc
[411/496] Compiling ecdsa_asn1.cc
[412/496] Compiling ec_asn1.cc
[413/496] Compiling dsa.cc
[414/496] Compiling params.cc
[415/496] Compiling des.cc
[415/496] Compiling dh_asn1.cc
[417/496] Compiling digest_extra.cc
[418/496] Compiling dsa_asn1.cc
[419/496] Compiling x25519-asm-arm.S
[420/496] Compiling crypto.cc
[421/496] Compiling cpu_intel.cc
[422/496] Compiling curve25519.cc
[423/496] Compiling spake25519.cc
[424/496] Compiling cpu_arm_linux.cc
[425/496] Compiling cpu_aarch64_win.cc
[426/496] Compiling curve25519_64_adx.cc
[427/496] Compiling cpu_arm_freebsd.cc
[428/496] Compiling cpu_aarch64_sysreg.cc
[429/496] Compiling cpu_aarch64_fuchsia.cc
[430/496] Compiling cpu_aarch64_linux.cc
[431/496] Compiling cpu_aarch64_openbsd.cc
[432/496] Compiling cpu_aarch64_apple.cc
[433/496] Compiling get_cipher.cc
[434/496] Compiling conf.cc
[435/496] Compiling tls_cbc.cc
[436/496] Compiling e_rc2.cc
[437/496] Compiling e_tls.cc
[438/496] Compiling e_null.cc
[439/496] Compiling e_rc4.cc
[440/496] Compiling e_des.cc
[441/496] Compiling e_chacha20poly1305.cc
[442/496] Compiling e_aesgcmsiv.cc
[443/496] Compiling e_aesctrhmac.cc
[444/496] Compiling derive_key.cc
[445/496] Compiling chacha.cc
[446/496] Compiling unicode.cc
[447/496] Compiling cbs.cc
[448/496] Compiling buf.cc
[449/496] Compiling cbb.cc
[450/496] Compiling ber.cc
[451/496] Compiling asn1_compat.cc
[452/496] Compiling blake2.cc
[453/496] Compiling bn_asn1.cc
[454/496] Compiling convert.cc
[454/496] Compiling socket.cc
[454/496] Compiling socket_helper.cc
[454/496] Compiling printf.cc
[454/496] Compiling file.cc
[454/496] Compiling pair.cc
[454/496] Compiling hexdump.cc
[454/496] Compiling errno.cc
[454/496] Compiling fd.cc
[454/496] Compiling connect.cc
[454/496] Compiling bio_mem.cc
[454/496] Compiling base64.cc
[454/496] Compiling bio.cc
[454/496] Compiling tasn_typ.cc
[468/496] Compiling posix_time.cc
[469/496] Compiling tasn_fre.cc
[470/496] Compiling tasn_enc.cc
[471/496] Compiling f_string.cc
[472/496] Compiling tasn_utl.cc
[473/496] Compiling tasn_new.cc
[474/496] Compiling tasn_dec.cc
[475/496] Compiling f_int.cc
[476/496] Compiling asn1_par.cc
[477/496] Compiling asn_pack.cc
[478/496] Compiling a_utctm.cc
[478/496] Compiling asn1_lib.cc
[480/496] Compiling a_time.cc
[481/496] Compiling a_type.cc
[482/496] Compiling a_strnid.cc
[483/496] Compiling a_octet.cc
[484/496] Compiling a_strex.cc
[485/496] Compiling a_dup.cc
[486/496] Compiling a_i2d_fp.cc
[487/496] Compiling a_object.cc
[488/496] Compiling a_d2i_fp.cc
[489/496] Compiling a_mbstr.cc
[490/496] Compiling a_gentm.cc
[491/496] Compiling a_int.cc
[492/496] Compiling a_bitstr.cc
[493/496] Compiling a_bool.cc
[494/496] Compiling c-nioatomics.c
[495/496] Compiling c-atomics.c
[497/502] Compiling NIOConcurrencyHelpers lock.swift
[498/502] Emitting module NIOConcurrencyHelpers
[499/502] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[500/502] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[501/502] Compiling NIOConcurrencyHelpers atomics.swift
[502/502] Compiling NIOConcurrencyHelpers NIOLock.swift
[504/564] Compiling NIOCore EventLoopFuture+Deprecated.swift
[505/564] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[506/564] Compiling NIOCore EventLoopFuture.swift
[507/564] Compiling NIOCore FileDescriptor.swift
[508/564] Compiling NIOCore FileHandle.swift
[509/564] Compiling NIOCore FileRegion.swift
[510/564] Compiling NIOCore GlobalSingletons.swift
[511/564] Compiling NIOCore IO.swift
[512/572] Compiling NIOCore AddressedEnvelope.swift
[513/572] Compiling NIOCore AsyncAwaitSupport.swift
[514/572] Compiling NIOCore AsyncChannel.swift
[515/572] Compiling NIOCore AsyncChannelHandler.swift
[516/572] Compiling NIOCore AsyncChannelInboundStream.swift
[517/572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[518/572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[519/572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[520/572] Compiling NIOCore NIOAsyncWriter.swift
[521/572] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[522/572] Compiling NIOCore SocketAddresses.swift
[523/572] Compiling NIOCore SocketOptionProvider.swift
[524/572] Compiling NIOCore SystemCallHelpers.swift
[525/572] Compiling NIOCore TimeAmount+Duration.swift
[526/572] Compiling NIOCore TypeAssistedChannelHandler.swift
[527/572] Compiling NIOCore UniversalBootstrapSupport.swift
[528/572] Compiling NIOCore Utilities.swift
[529/572] Emitting module NIOCore
[530/572] Compiling NIOCore NIOAny.swift
[531/572] Compiling NIOCore NIOCloseOnErrorHandler.swift
[532/572] Compiling NIOCore NIOCoreSendableMetatype.swift
[533/572] Compiling NIOCore NIOLoopBound.swift
[534/572] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[535/572] Compiling NIOCore NIOScheduledCallback.swift
[536/572] Compiling NIOCore NIOSendable.swift
[537/572] Compiling NIOCore RecvByteBufferAllocator.swift
[538/572] Compiling NIOCore IOData.swift
[539/572] Compiling NIOCore IPProtocol.swift
[540/572] Compiling NIOCore IntegerBitPacking.swift
[541/572] Compiling NIOCore IntegerTypes.swift
[542/572] Compiling NIOCore Interfaces.swift
[543/572] Compiling NIOCore Linux.swift
[544/572] Compiling NIOCore MarkedCircularBuffer.swift
[545/572] Compiling NIOCore MulticastChannel.swift
[546/572] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[547/572] Compiling NIOCore BSDSocketAPI.swift
[548/572] Compiling NIOCore ByteBuffer-aux.swift
[549/572] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[550/572] Compiling NIOCore ByteBuffer-conversions.swift
[551/572] Compiling NIOCore ByteBuffer-core.swift
[552/572] Compiling NIOCore ByteBuffer-hex.swift
[553/572] Compiling NIOCore ByteBuffer-int.swift
[554/572] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[555/572] Compiling NIOCore CircularBuffer.swift
[556/572] Compiling NIOCore Codec.swift
[557/572] Compiling NIOCore ConvenienceOptionSupport.swift
[558/572] Compiling NIOCore DeadChannel.swift
[559/572] Compiling NIOCore DispatchQueue+WithFuture.swift
[560/572] Compiling NIOCore EventLoop+Deprecated.swift
[561/572] Compiling NIOCore EventLoop+SerialExecutor.swift
[562/572] Compiling NIOCore EventLoop.swift
[563/572] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[564/572] Compiling NIOCore ByteBuffer-multi-int.swift
[565/572] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[566/572] Compiling NIOCore ByteBuffer-views.swift
[567/572] Compiling NIOCore Channel.swift
[568/572] Compiling NIOCore ChannelHandler.swift
[569/572] Compiling NIOCore ChannelHandlers.swift
[570/572] Compiling NIOCore ChannelInvoker.swift
[571/572] Compiling NIOCore ChannelOption.swift
[572/572] Compiling NIOCore ChannelPipeline.swift
[574/624] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[575/624] Emitting module NIOEmbedded
[576/624] Compiling NIOEmbedded AsyncTestingChannel.swift
[577/624] Compiling NIOEmbedded Embedded.swift
[579/625] Compiling NIOPosix IO.swift
[580/625] Compiling NIOPosix IntegerBitPacking.swift
[581/625] Compiling NIOPosix IntegerTypes.swift
[582/625] Compiling NIOPosix Linux.swift
[583/625] Compiling NIOPosix LinuxCPUSet.swift
[584/625] Compiling NIOPosix LinuxUring.swift
[585/625] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[586/631] Emitting module NIOPosix
[587/631] Compiling NIOPosix ThreadPosix.swift
[588/631] Compiling NIOPosix ThreadWindows.swift
[589/631] Compiling NIOPosix UnsafeTransfer.swift
[590/631] Compiling NIOPosix Utilities.swift
[591/631] Compiling NIOPosix VsockAddress.swift
[592/631] Compiling NIOPosix VsockChannelEvents.swift
[593/631] Compiling NIOPosix Pool.swift
[594/631] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[595/631] Compiling NIOPosix PosixSingletons.swift
[596/631] Compiling NIOPosix RawSocketBootstrap.swift
[597/631] Compiling NIOPosix Resolver.swift
[598/631] Compiling NIOPosix Selectable.swift
[599/631] Compiling NIOPosix NIOPosixSendableMetatype.swift
[600/631] Compiling NIOPosix NIOThreadPool.swift
[601/631] Compiling NIOPosix NonBlockingFileIO.swift
[602/631] Compiling NIOPosix PendingDatagramWritesManager.swift
[603/631] Compiling NIOPosix PendingWritesManager.swift
[604/631] Compiling NIOPosix PipeChannel.swift
[605/631] Compiling NIOPosix PipePair.swift
[606/631] Compiling NIOPosix SelectableChannel.swift
[607/631] Compiling NIOPosix SelectableEventLoop.swift
[608/631] Compiling NIOPosix SelectorEpoll.swift
[609/631] Compiling NIOPosix SelectorGeneric.swift
[610/631] Compiling NIOPosix SelectorKqueue.swift
[611/631] Compiling NIOPosix SelectorUring.swift
[612/631] Compiling NIOPosix ServerSocket.swift
[613/631] Compiling NIOPosix Socket.swift
[614/631] Compiling NIOPosix SocketChannel.swift
[615/631] Compiling NIOPosix SocketProtocols.swift
[616/631] Compiling NIOPosix System.swift
[617/631] Compiling NIOPosix Thread.swift
[618/631] Compiling NIOPosix BSDSocketAPICommon.swift
[619/631] Compiling NIOPosix BSDSocketAPIPosix.swift
[620/631] Compiling NIOPosix BSDSocketAPIWindows.swift
[621/631] Compiling NIOPosix BaseSocket.swift
[622/631] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[623/631] Compiling NIOPosix BaseSocketChannel.swift
[624/631] Compiling NIOPosix BaseStreamSocketChannel.swift
[625/631] Compiling NIOPosix Bootstrap.swift
[626/631] Compiling NIOPosix ControlMessage.swift
[627/631] Compiling NIOPosix DatagramVectorReadManager.swift
[628/631] Compiling NIOPosix Errors+Any.swift
[629/631] Compiling NIOPosix FileDescriptor.swift
[630/631] Compiling NIOPosix GetaddrinfoResolver.swift
[631/631] Compiling NIOPosix HappyEyeballs.swift
[633/634] Emitting module NIO
[634/634] Compiling NIO Exports.swift
[636/662] Compiling NIOTLS TLSEvents.swift
[637/662] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[638/662] Emitting module NIOTLS
[639/662] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[640/662] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[641/662] Compiling NIOTLS SNIHandler.swift
[643/692] Compiling NIOSSL SSLPublicKey.swift
[644/692] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[645/694] Compiling NIOSSL IdentityVerification.swift
[646/694] Compiling NIOSSL SSLPrivateKey.swift
[647/694] Compiling NIOSSL SSLCallbacks.swift
[648/694] Compiling NIOSSL AndroidCABundle.swift
[649/694] Compiling NIOSSL ByteBufferBIO.swift
[650/694] Compiling NIOSSL CustomPrivateKey.swift
[651/694] Compiling NIOSSL NIOSSLHandler.swift
[652/694] Compiling NIOSSL NIOSSLServerHandler.swift
[653/694] Compiling NIOSSL ObjectIdentifier.swift
[654/694] Compiling NIOSSL PosixPort.swift
[655/694] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[656/694] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[657/694] Emitting module NIOHTTP1
[658/694] Compiling NIOSSL LinuxCABundle.swift
[659/694] Compiling NIOSSL NIOSSLClientHandler.swift
[660/694] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[661/695] Emitting module NIOSSL
[667/699] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[668/699] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[669/709] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[670/709] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[671/709] Emitting module NIOFoundationCompat
[673/728] Compiling NIOExtras DebugInboundEventsHandler.swift
[674/728] Compiling NIOExtras DebugOutboundEventsHandler.swift
[675/728] Compiling NIOExtras FixedLengthFrameDecoder.swift
[676/728] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[677/728] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[678/728] Compiling NIOExtras JSONRPCFraming.swift
[679/728] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[680/728] Compiling NIOExtras LengthFieldPrepender.swift
[681/728] Compiling NIOExtras LineBasedFrameDecoder.swift
[682/728] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[683/728] Compiling NIOExtras NIOExtrasError.swift
[684/728] Compiling NIOExtras NIOLengthFieldBitLength.swift
[685/728] Compiling NIOWebSocket WebSocketOpcode.swift
[688/753] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[689/753] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[690/753] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[691/753] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[692/753] Compiling NIOTransportServices NIOTSListenerChannel.swift
[693/753] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[694/753] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[695/753] Emitting module NIOTransportServices
[696/753] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[697/753] Compiling NIOTransportServices NIOTSSingletons.swift
[698/753] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[699/753] Compiling NIOTransportServices StateManagedChannel.swift
[700/753] Compiling NIOTransportServices StateManagedListenerChannel.swift
[701/753] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[702/755] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[703/755] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[705/755] Compiling NIOTransportServices NIOTSErrors.swift
[706/755] Compiling NIOTransportServices NIOTSEventLoop.swift
[709/755] Compiling NIOTransportServices NIOTSBootstraps.swift
[710/755] Compiling NIOTransportServices NIOTSChannelOptions.swift
[711/755] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[715/755] Emitting module NIOWebSocket
[716/755] Compiling NIOTransportServices AcceptHandler.swift
[717/755] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[722/755] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[723/755] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[724/755] Compiling NIOWebSocket WebSocketErrorCodes.swift
[725/755] Compiling NIOWebSocket WebSocketFrame.swift
[726/756] Emitting module NIOExtras
[727/756] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[728/756] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[739/757] Compiling NIOSSL SSLPKCS12Bundle.swift
[740/757] Compiling NIOSSL SSLCertificate.swift
[741/757] Compiling NIOSSL SSLCertificateExtensions.swift
[742/757] Compiling NIOSSL SSLCertificateName.swift
[743/757] Compiling NIOSSL SSLConnection.swift
[752/757] Compiling NIOSSL Zeroization.swift
[753/757] Compiling NIOSSL TLSConfiguration.swift
[754/757] Compiling NIOSSL UniversalBootstrapSupport.swift
[755/757] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[760/767] Compiling WebSocketKit WebSocketHandler.swift
[761/767] Emitting module WebSocketKit
[762/767] Compiling WebSocketKit WebSocket+Concurrency.swift
[763/767] Compiling WebSocketKit Exports.swift
[764/767] Compiling WebSocketKit WebSocket+Connect.swift
[765/767] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[766/767] Compiling WebSocketKit WebSocketClient.swift
[767/767] Compiling WebSocketKit WebSocket.swift
[769/807] Compiling Monarca BskyMessageManagerError.swift
[770/807] Compiling Monarca AccountMessageHandler.swift
[771/807] Compiling Monarca BskyMessageHandler.swift
[772/807] Compiling Monarca BskyMessageHandlerError.swift
[773/807] Compiling Monarca CommitMessageHandler.swift
[774/812] Compiling Monarca Video.swift
[775/812] Compiling Monarca Formatter+Monarca.swift
[776/812] Compiling Monarca JSONDecoder+Monarca.swift
[777/812] Compiling Monarca BskyFirehoseSettingsMapper.swift
[778/812] Compiling Monarca FirehoseMapperError.swift
[779/812] Compiling Monarca Identity.swift
[780/812] Compiling Monarca AspectRatio.swift
[781/812] Compiling Monarca Block.swift
[782/812] Compiling Monarca Follow.swift
[783/812] Compiling Monarca Image.swift
[784/812] Compiling Monarca Like.swift
[785/812] Compiling Monarca Record.swift
[786/812] Compiling Monarca Reference.swift
[787/812] Compiling Monarca Repost.swift
[788/812] Compiling Monarca StarterPack.swift
[789/812] Compiling Monarca ThreadGate.swift
[790/812] Emitting module Monarca
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[791/812] Compiling Monarca ContentFilteredCommitMessageHandler.swift
[792/812] Compiling Monarca HashtagFilteredCommitMessageHandler.swift
[793/812] Compiling Monarca IdentityMessageHandler.swift
[794/812] Compiling Monarca AllMessagesManager.swift
[795/812] Compiling Monarca BskyMessageManager.swift
[796/812] Compiling Monarca FireshoseHost.swift
[797/812] Compiling Monarca MessageSize.swift
[798/812] Compiling Monarca Playback.swift
[799/812] Compiling Monarca Account.swift
[800/812] Compiling Monarca BskyMessage.swift
[801/812] Compiling Monarca Commit.swift
[802/812] Compiling Monarca BskyFirehoseClient.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[803/812] Compiling Monarca BskyFirehoseClientBuilder.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[804/812] Compiling Monarca BskyFirehoseError.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[805/812] Compiling Monarca DefaultFirehoseClientsBuilder.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[806/812] Compiling Monarca BskyCollection.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[807/812] Compiling Monarca BskyFirehoseSettings.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[808/812] Compiling Monarca LinkedIdentifier.swift
[809/812] Compiling Monarca ListItem.swift
[810/812] Compiling Monarca Post.swift
[811/812] Compiling Monarca PostGate.swift
[812/812] Compiling Monarca Profile.swift
Build complete! (210.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.16.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "Monarca",
  "name" : "Monarca",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Monarca",
      "targets" : [
        "Monarca"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonarcaTests",
      "module_type" : "SwiftTarget",
      "name" : "MonarcaTests",
      "path" : "Tests/MonarcaTests",
      "sources" : [
        "FirehoseClientBuilderTests.swift",
        "MapperTests.swift",
        "MessageHandlerTests.swift",
        "Mocks/MockMessageManager.swift",
        "Mocks/MockMessages.swift",
        "MonarcaTests.swift",
        "SettingsTests.swift"
      ],
      "target_dependencies" : [
        "Monarca"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Monarca",
      "module_type" : "SwiftTarget",
      "name" : "Monarca",
      "path" : "Sources/Monarca",
      "product_dependencies" : [
        "WebSocketKit"
      ],
      "product_memberships" : [
        "Monarca"
      ],
      "sources" : [
        "BskyFirehoseClient.swift",
        "BskyFirehoseClientBuilder.swift",
        "BskyFirehoseError.swift",
        "DefaultFirehoseClientsBuilder.swift",
        "Entities/BskyCollection.swift",
        "Entities/Firehose/BskyFirehoseSettings.swift",
        "Entities/Firehose/FireshoseHost.swift",
        "Entities/Firehose/MessageSize.swift",
        "Entities/Firehose/Playback.swift",
        "Entities/Messages/Account.swift",
        "Entities/Messages/BskyMessage.swift",
        "Entities/Messages/Commit.swift",
        "Entities/Messages/Identity.swift",
        "Entities/Messages/Records/AspectRatio.swift",
        "Entities/Messages/Records/Block.swift",
        "Entities/Messages/Records/Follow.swift",
        "Entities/Messages/Records/Image.swift",
        "Entities/Messages/Records/Like.swift",
        "Entities/Messages/Records/LinkedIdentifier.swift",
        "Entities/Messages/Records/ListItem.swift",
        "Entities/Messages/Records/Post.swift",
        "Entities/Messages/Records/PostGate.swift",
        "Entities/Messages/Records/Profile.swift",
        "Entities/Messages/Records/Record.swift",
        "Entities/Messages/Records/Reference.swift",
        "Entities/Messages/Records/Repost.swift",
        "Entities/Messages/Records/StarterPack.swift",
        "Entities/Messages/Records/ThreadGate.swift",
        "Entities/Messages/Records/Video.swift",
        "Extensiones/Formatter+Monarca.swift",
        "Extensiones/JSONDecoder+Monarca.swift",
        "Mappers/BskyFirehoseSettingsMapper.swift",
        "Mappers/FirehoseMapperError.swift",
        "Subscription/BskyMessageManagerError.swift",
        "Subscription/Handlers/AccountMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandlerError.swift",
        "Subscription/Handlers/CommitMessageHandler.swift",
        "Subscription/Handlers/ContentFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/HashtagFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/IdentityMessageHandler.swift",
        "Subscription/Manager/AllMessagesManager.swift",
        "Subscription/Manager/BskyMessageManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.