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 0.2.0 (cf1293), with Swift 6.1 for Linux on 7 Jul 2025 15:04:57 UTC.

Swift 6 data race errors: 0

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 -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: 0.2.0
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
 * tag               0.2.0      -> FETCH_HEAD
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 0.2.0
========================================
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-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 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
71ac09bc7d67: Download complete
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
240c7ccadfed: 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.38s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.10s)
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
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1807] Fetching swift-atomics
[182/4480] Fetching swift-atomics, swift-nio-transport-services
[183/10512] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[8289/25442] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
[12305/101882] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.09s)
[34958/99209] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (6.30s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.30s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.42s)
Fetched https://github.com/apple/swift-nio.git from cache (8.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (15.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (7.12s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4495] Fetching swift-system
[4496/21235] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (5.87s)
Fetched https://github.com/apple/swift-collections.git from cache (5.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (12.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (5.81s)
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 (6.65s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.68s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.93s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2426] Fetching swift-service-lifecycle
[2355/8670] Fetching swift-service-lifecycle, swift-certificates
[2356/13660] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
[2357/15276] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-asn1
[2354/2426] Fetching swift-service-lifecycle
[2469/15276] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-asn1
[2470/21235] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-asn1, swift-algorithms
[2445/15276] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-asn1
[2559/21235] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-asn1, swift-algorithms
[2635/25068] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-asn1, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms.git from cache (1.36s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.36s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.36s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.36s)
Fetched https://github.com/apple/swift-log.git from cache (1.36s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.36s)
[1/1169] Fetching swift-http-structured-headers
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
[1/904] Fetching swift-http-types
[905/12498] Fetching swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (1.26s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.22s)
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.90s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.82s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (4.33s)
Fetching https://github.com/apple/swift-crypto.git
[1/15683] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.15s)
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.74s)
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.82s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.85s)
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.71s)
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-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-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.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-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/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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/433] Write sources
[14/433] Compiling CNIOWASI CNIOWASI.c
[15/433] Write sources
[19/433] Compiling CNIOWindows shim.c
[20/433] Compiling CNIOWindows WSAStartup.c
[21/433] Compiling CNIOLinux liburing_shims.c
[22/433] Compiling _AtomicsShims.c
[23/433] Compiling CNIODarwin shim.c
[24/433] Compiling CNIOSHA1 c_nio_sha1.c
[25/433] Compiling CNIOLLHTTP c_nio_http.c
[26/433] Compiling CNIOLinux shim.c
[27/433] Compiling CNIOLLHTTP c_nio_api.c
[28/433] Compiling fiat_p256_adx_sqr.S
[29/433] Compiling fiat_p256_adx_mul.S
[30/433] Compiling fiat_curve25519_adx_square.S
[31/433] Compiling fiat_curve25519_adx_mul.S
[32/433] Write swift-version-24593BA9C3E375BF.txt
[33/433] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/433] Compiling CNIOBoringSSLShims shims.c
[35/439] Compiling tls_record.cc
[36/439] Compiling tls13_both.cc
[37/453] Compiling tls13_server.cc
[38/453] Compiling tls_method.cc
[39/453] Compiling tls13_enc.cc
[40/453] Compiling tls13_client.cc
[41/453] Compiling t1_enc.cc
[42/453] Compiling ssl_versions.cc
[43/453] Compiling ssl_transcript.cc
[44/453] Compiling ssl_stat.cc
[45/453] Compiling ssl_x509.cc
[47/453] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[48/453] Compiling InternalCollectionsUtilities Integer rank.swift
[49/454] Compiling _NIOBase64 Base64.swift
[50/454] Emitting module _NIOBase64
[51/455] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/455] Compiling InternalCollectionsUtilities Descriptions.swift
[53/455] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[54/455] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/455] Compiling InternalCollectionsUtilities Debugging.swift
[57/455] Compiling _NIODataStructures _TinyArray.swift
[58/455] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/455] Emitting module InternalCollectionsUtilities
[62/455] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/455] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/455] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/455] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/456] Compiling _NIODataStructures PriorityQueue.swift
[68/456] Emitting module _NIODataStructures
[69/456] Compiling _NIODataStructures Heap.swift
[69/457] Compiling ssl_session.cc
[71/457] Compiling ssl_privkey.cc
[72/457] Compiling ssl_key_share.cc
[73/457] Compiling ssl_file.cc
[74/457] Compiling ssl_lib.cc
[75/457] Compiling ssl_credential.cc
[76/472] Compiling ssl_cipher.cc
[77/472] Compiling ssl_cert.cc
[79/472] Compiling DequeModule Deque+CustomReflectable.swift
[80/472] Compiling DequeModule Deque+Descriptions.swift
[81/474] Compiling DequeModule _DequeBuffer.swift
[82/474] Compiling DequeModule _DequeBufferHeader.swift
[82/474] Compiling ssl_buffer.cc
[83/474] Compiling ssl_asn1.cc
[85/474] Compiling DequeModule Deque+Extras.swift
[86/474] Compiling DequeModule Deque+Hashable.swift
[87/474] Compiling DequeModule Deque+Equatable.swift
[88/474] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/474] Compiling DequeModule _DequeSlot.swift
[90/474] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/474] Compiling s3_lib.cc
[92/474] Compiling DequeModule Deque+Testing.swift
[93/474] Compiling DequeModule Deque._Storage.swift
[94/474] Compiling DequeModule Deque._UnsafeHandle.swift
[95/474] Compiling DequeModule Deque.swift
[95/474] Compiling ssl_aead_ctx.cc
[97/474] Compiling DequeModule Deque+Codable.swift
[98/474] Compiling DequeModule Deque+Collection.swift
[99/474] Emitting module DequeModule
[99/475] Compiling s3_pkt.cc
[101/475] Compiling handshake_server.cc
[102/475] Compiling s3_both.cc
[103/475] Compiling handshake_client.cc
[104/475] Compiling handshake.cc
[105/475] Compiling handoff.cc
[106/475] Compiling dtls_record.cc
[107/475] Compiling extensions.cc
[108/475] Compiling encrypted_client_hello.cc
[109/475] Compiling md5-x86_64-linux.S
[110/475] Compiling md5-x86_64-apple.S
[111/475] Compiling md5-586-linux.S
[112/475] Compiling md5-586-apple.S
[113/475] Compiling chacha20_poly1305_x86_64-linux.S
[114/475] Compiling chacha20_poly1305_x86_64-apple.S
[115/475] Compiling dtls_method.cc
[116/475] Compiling err_data.cc
[117/475] Compiling chacha20_poly1305_armv8-linux.S
[118/475] Compiling d1_srtp.cc
[118/475] Compiling chacha20_poly1305_armv8-win.S
[120/475] Compiling chacha20_poly1305_armv8-apple.S
[121/475] Compiling chacha-x86_64-apple.S
[122/475] Compiling chacha-x86_64-linux.S
[123/475] Compiling chacha-x86-linux.S
[124/475] Compiling chacha-x86-apple.S
[125/475] Compiling chacha-armv8-linux.S
[126/475] Compiling chacha-armv8-win.S
[127/475] Compiling chacha-armv8-apple.S
[128/475] Compiling chacha-armv4-linux.S
[129/475] Compiling d1_lib.cc
[130/475] Compiling d1_pkt.cc
[131/475] Compiling aes128gcmsiv-x86_64-linux.S
[132/475] Compiling aes128gcmsiv-x86_64-apple.S
[133/475] Compiling x86_64-mont-apple.S
[134/475] Compiling x86_64-mont5-apple.S
[135/475] Compiling x86-mont-linux.S
[136/475] Compiling x86_64-mont5-linux.S
[137/475] Compiling x86_64-mont-linux.S
[138/475] Compiling x86-mont-apple.S
[139/475] Compiling vpaes-x86_64-apple.S
[140/475] Compiling bio_ssl.cc
[141/475] Compiling vpaes-x86_64-linux.S
[142/475] Compiling vpaes-x86-linux.S
[143/475] Compiling vpaes-armv8-win.S
[144/475] Compiling vpaes-armv8-linux.S
[145/475] Compiling vpaes-armv8-apple.S
[146/475] Compiling vpaes-armv7-linux.S
[147/475] Compiling vpaes-x86-apple.S
[148/475] Compiling sha512-x86_64-linux.S
[149/475] Compiling sha512-armv8-win.S
[150/475] Compiling sha512-x86_64-apple.S
[151/475] Compiling sha512-armv8-linux.S
[152/475] Compiling sha512-586-linux.S
[152/475] Compiling sha512-armv8-apple.S
[154/475] Compiling sha512-armv4-linux.S
[155/475] Compiling sha512-586-apple.S
[156/475] Compiling sha256-armv8-linux.S
[157/475] Compiling sha256-x86_64-linux.S
[158/475] Compiling sha256-x86_64-apple.S
[159/475] Compiling sha256-armv8-apple.S
[160/475] Compiling sha256-armv8-win.S
[161/475] Compiling sha256-armv4-linux.S
[162/475] Compiling sha256-586-linux.S
[163/475] Compiling sha256-586-apple.S
[164/475] Compiling sha1-x86_64-apple.S
[165/475] Compiling sha1-x86_64-linux.S
[166/475] Compiling sha1-armv8-win.S
[167/475] Compiling sha1-armv8-linux.S
[168/475] Compiling sha1-586-linux.S
[169/475] Compiling sha1-armv8-apple.S
[170/475] Compiling sha1-armv4-large-linux.S
[170/475] Compiling sha1-586-apple.S
[172/475] Compiling rsaz-avx2-apple.S
[173/475] Compiling rdrand-x86_64-linux.S
[174/475] Compiling p256_beeu-armv8-asm-win.S
[174/475] Compiling rdrand-x86_64-apple.S
[175/475] Compiling d1_both.cc
[177/475] Compiling p256_beeu-x86_64-asm-apple.S
[178/475] Compiling rsaz-avx2-linux.S
[178/475] Compiling p256_beeu-x86_64-asm-linux.S
[180/475] Compiling p256_beeu-armv8-asm-apple.S
[181/475] Compiling p256_beeu-armv8-asm-linux.S
[182/475] Compiling ghashv8-armv8-win.S
[183/475] Compiling p256-x86_64-asm-apple.S
[184/475] Compiling p256-armv8-asm-apple.S
[185/475] Compiling p256-x86_64-asm-linux.S
[186/475] Compiling p256-armv8-asm-linux.S
[187/475] Compiling p256-armv8-asm-win.S
[188/475] Compiling ghashv8-armv8-linux.S
[189/475] Compiling ghashv8-armv8-apple.S
[190/475] Compiling ghashv8-armv7-linux.S
[191/475] Compiling ghash-x86_64-linux.S
[192/475] Compiling ghash-x86_64-apple.S
[193/475] Compiling ghash-x86-apple.S
[194/475] Compiling ghash-x86-linux.S
[195/475] Compiling ghash-ssse3-x86_64-linux.S
[196/475] Compiling ghash-ssse3-x86_64-apple.S
[196/475] Compiling ghash-neon-armv8-win.S
[198/475] Compiling ghash-ssse3-x86-apple.S
[198/475] Compiling ghash-neon-armv8-linux.S
[198/475] Compiling ghash-ssse3-x86-linux.S
[201/475] Compiling ghash-neon-armv8-apple.S
[202/475] Compiling ghash-armv4-linux.S
[203/475] Compiling co-586-linux.S
[204/475] Compiling bn-armv8-apple.S
[205/475] Compiling co-586-apple.S
[205/475] Compiling bsaes-armv7-linux.S
[207/475] Compiling bn-armv8-linux.S
[208/475] Compiling bn-armv8-win.S
[209/475] Compiling bn-586-apple.S
[210/475] Compiling bn-586-linux.S
[211/475] Compiling armv8-mont-linux.S
[212/475] Compiling armv8-mont-apple.S
[213/475] Compiling aesv8-gcm-armv8-win.S
[214/475] Compiling armv8-mont-win.S
[215/475] Compiling aesv8-gcm-armv8-linux.S
[216/475] Compiling aesv8-gcm-armv8-apple.S
[217/475] Compiling aesv8-armv8-win.S
[218/475] Compiling armv4-mont-linux.S
[219/475] Compiling aesv8-armv7-linux.S
[220/475] Compiling aesv8-armv8-apple.S
[220/475] Compiling aesv8-armv8-linux.S
[222/475] Compiling aesni-x86-linux.S
[223/475] Compiling aesni-x86_64-apple.S
[224/475] Compiling aesni-x86_64-linux.S
[224/475] Compiling aesni-x86-apple.S
[226/475] Compiling aes-gcm-avx2-x86_64-apple.S
[227/475] Compiling aesni-gcm-x86_64-linux.S
[228/475] Compiling aes-gcm-avx2-x86_64-linux.S
[229/475] Compiling aesni-gcm-x86_64-apple.S
[230/475] Compiling aes-gcm-avx10-x86_64-apple.S
[231/475] Compiling aes-gcm-avx10-x86_64-linux.S
[232/475] Compiling x_spki.cc
[233/475] Compiling x_sig.cc
[234/475] Compiling x_x509.cc
[235/475] Compiling x_name.cc
[236/475] Compiling x_req.cc
[237/475] Compiling x_x509a.cc
[238/475] Compiling x_val.cc
[239/475] Compiling x_pubkey.cc
[240/475] Compiling x_exten.cc
[241/475] Compiling x509rset.cc
[242/475] Compiling x_crl.cc
[243/475] Compiling x_all.cc
[244/475] Compiling x_algor.cc
[245/475] Compiling x509spki.cc
[246/475] Compiling x_attrib.cc
[247/475] Compiling x509name.cc
[248/475] Compiling x509_v3.cc
[249/475] Compiling x509_trs.cc
[250/475] Compiling x509_vpm.cc
[251/475] Compiling x509_txt.cc
[252/475] Compiling x509_set.cc
[253/475] Compiling x509cset.cc
[254/475] Compiling x509_vfy.cc
[255/475] Compiling x509_req.cc
[256/475] Compiling x509_d2.cc
[257/475] Compiling x509_def.cc
[258/475] Compiling x509_ext.cc
[259/475] Compiling x509_obj.cc
[260/475] Compiling x509_lu.cc
[261/475] Compiling x509_att.cc
[262/475] Compiling x509_cmp.cc
[263/475] Compiling x509.cc
[264/475] Compiling v3_utl.cc
[265/475] Compiling v3_skey.cc
[266/475] Compiling v3_ocsp.cc
[267/475] Compiling v3_prn.cc
[268/475] Compiling v3_purp.cc
[269/475] Compiling v3_pcons.cc
[270/475] Compiling v3_pmaps.cc
[271/475] Compiling v3_lib.cc
[272/475] Compiling v3_ncons.cc
[273/475] Compiling v3_int.cc
[274/475] Compiling v3_genn.cc
[275/475] Compiling v3_extku.cc
[276/475] Compiling v3_info.cc
[277/475] Compiling v3_enum.cc
[278/475] Compiling v3_ia5.cc
[279/475] Compiling v3_crld.cc
[280/475] Compiling v3_cpols.cc
[281/475] Compiling v3_bcons.cc
[282/475] Compiling v3_conf.cc
[283/475] Compiling v3_bitst.cc
[284/475] Compiling t_x509a.cc
[285/475] Compiling v3_alt.cc
[286/475] Compiling v3_akey.cc
[287/475] Compiling v3_akeya.cc
[288/475] Compiling t_x509.cc
[289/475] Compiling i2d_pr.cc
[290/475] Compiling name_print.cc
[291/475] Compiling t_req.cc
[292/475] Compiling t_crl.cc
[293/475] Compiling policy.cc
[294/475] Compiling rsa_pss.cc
[295/475] Compiling by_file.cc
[296/475] Compiling voprf.cc
[297/475] Compiling by_dir.cc
[298/475] Compiling a_verify.cc
[299/475] Compiling algorithm.cc
[300/475] Compiling a_digest.cc
[301/475] Compiling asn1_gen.cc
[302/475] Compiling a_sign.cc
[303/475] Compiling thread_win.cc
[304/475] Compiling thread.cc
[305/475] Compiling stack.cc
[306/475] Compiling thread_none.cc
[307/475] Compiling thread_pthread.cc
[308/475] Compiling sha512.cc
[309/475] Compiling trust_token.cc
[310/475] Compiling slhdsa.cc
[311/475] Compiling siphash.cc
[312/475] Compiling sha256.cc
[313/475] Compiling rsa_print.cc
[314/475] Compiling rsa_extra.cc
[315/475] Compiling pmbtoken.cc
[316/475] Compiling spake2plus.cc
[317/475] Compiling sha1.cc
[318/475] Compiling refcount.cc
[319/475] Compiling rand.cc
[320/475] Compiling windows.cc
[321/475] Compiling rsa_crypt.cc
[322/475] Compiling rc4.cc
[323/475] Compiling rsa_asn1.cc
[324/475] Compiling trusty.cc
[325/475] Compiling urandom.cc
[326/475] Compiling ios.cc
[327/475] Compiling deterministic.cc
[328/475] Compiling fork_detect.cc
[329/475] Compiling poly1305_arm_asm.S
[330/475] Compiling getentropy.cc
[331/475] Compiling passive.cc
[332/475] Compiling poly1305_arm.cc
[333/475] Compiling forkunsafe.cc
[334/475] Compiling poly1305_vec.cc
[335/475] Compiling poly1305.cc
[336/475] Compiling pool.cc
[337/475] Compiling pkcs8_x509.cc
[338/475] Compiling pkcs7.cc
[339/475] Compiling p5_pbev2.cc
[340/475] Compiling pkcs7_x509.cc
[341/475] Compiling pem_pkey.cc
[342/475] Compiling pkcs8.cc
[343/475] Compiling pem_x509.cc
[344/475] Compiling pem_xaux.cc
[345/475] Compiling pem_pk8.cc
[346/475] Compiling mlkem.cc
[347/475] Compiling obj_xref.cc
[348/475] Compiling pem_oth.cc
[349/475] Compiling pem_lib.cc
[350/475] Compiling mldsa.cc
[351/475] Compiling pem_info.cc
[352/475] Compiling mem.cc
[353/475] Compiling md5.cc
[354/475] Compiling pem_all.cc
[355/475] Compiling obj.cc
[356/475] Compiling poly_rq_mul.S
[357/475] Compiling fips_shared_support.cc
[358/475] Compiling md4.cc
[359/475] Compiling lhash.cc
[360/475] Compiling ex_data.cc
[361/475] Compiling sign.cc
[362/475] Compiling kyber.cc
[363/475] Compiling hrss.cc
[364/475] Compiling hpke.cc
[365/475] Compiling pbkdf.cc
[366/475] Compiling scrypt.cc
[367/475] Compiling print.cc
[368/475] Compiling p_x25519.cc
[369/475] Compiling p_x25519_asn1.cc
[370/475] Compiling p_ed25519.cc
[371/475] Compiling p_rsa.cc
[372/475] Compiling p_rsa_asn1.cc
[373/475] Compiling p_ed25519_asn1.cc
[374/475] Compiling p_hkdf.cc
[375/475] Compiling p_dh.cc
[376/475] Compiling p_ec_asn1.cc
[377/475] Compiling p_ec.cc
[378/475] Compiling p_dh_asn1.cc
[379/475] Compiling p_dsa_asn1.cc
[380/475] Compiling evp_ctx.cc
[381/475] Compiling evp.cc
[382/475] Compiling err.cc
[383/475] Compiling evp_asn1.cc
[384/475] Compiling engine.cc
[385/475] Compiling ec_derive.cc
[386/475] Compiling ecdh.cc
[387/475] Compiling hash_to_curve.cc
[388/475] Compiling dsa_asn1.cc
[389/475] Compiling ecdsa_asn1.cc
[390/475] Compiling ec_asn1.cc
[391/475] Compiling digest_extra.cc
[392/475] Compiling dsa.cc
[393/475] Compiling params.cc
[394/475] Compiling x25519-asm-arm.S
[395/475] Compiling curve25519.cc
[396/475] Compiling des.cc
[397/475] Compiling crypto.cc
[398/475] Compiling spake25519.cc
[399/475] Compiling dh_asn1.cc
[400/475] Compiling cpu_intel.cc
[401/475] Compiling cpu_arm_freebsd.cc
[402/475] Compiling cpu_arm_linux.cc
[403/475] Compiling bcm.cc
[404/475] Compiling cpu_aarch64_sysreg.cc
[405/475] Compiling cpu_aarch64_win.cc
[406/475] Compiling cpu_aarch64_openbsd.cc
[407/475] Compiling cpu_aarch64_fuchsia.cc
[408/475] Compiling cpu_aarch64_linux.cc
[409/475] Compiling curve25519_64_adx.cc
[410/475] Compiling cpu_aarch64_apple.cc
[411/475] Compiling conf.cc
[412/475] Compiling tls_cbc.cc
[413/475] Compiling get_cipher.cc
[414/475] Compiling e_tls.cc
[415/475] Compiling e_rc4.cc
[416/475] Compiling e_rc2.cc
[417/475] Compiling e_null.cc
[418/475] Compiling e_des.cc
[419/475] Compiling e_chacha20poly1305.cc
[420/475] Compiling derive_key.cc
[421/475] Compiling chacha.cc
[422/475] Compiling e_aesctrhmac.cc
[423/475] Compiling e_aesgcmsiv.cc
[424/475] Compiling buf.cc
[425/475] Compiling unicode.cc
[426/475] Compiling ber.cc
[427/475] Compiling cbb.cc
[428/475] Compiling cbs.cc
[429/475] Compiling bn_asn1.cc
[430/475] Compiling blake2.cc
[431/475] Compiling asn1_compat.cc
[431/475] Compiling socket_helper.cc
[433/475] Compiling convert.cc
[434/475] Compiling printf.cc
[435/475] Compiling pair.cc
[436/475] Compiling socket.cc
[437/475] Compiling hexdump.cc
[438/475] Compiling errno.cc
[439/475] Compiling file.cc
[440/475] Compiling fd.cc
[441/475] Compiling bio_mem.cc
[442/475] Compiling connect.cc
[442/475] Compiling bio.cc
[442/475] Compiling tasn_fre.cc
[442/475] Compiling base64.cc
[446/475] Compiling tasn_typ.cc
[447/475] Compiling tasn_utl.cc
[448/475] Compiling tasn_enc.cc
[449/475] Compiling f_int.cc
[450/475] Compiling posix_time.cc
[451/475] Compiling tasn_dec.cc
[452/475] Compiling asn_pack.cc
[453/475] Compiling f_string.cc
[454/475] Compiling tasn_new.cc
[455/475] Compiling asn1_par.cc
[456/475] Compiling a_utctm.cc
[457/475] Compiling a_octet.cc
[458/475] Compiling asn1_lib.cc
[459/475] Compiling a_strnid.cc
[460/475] Compiling a_time.cc
[461/475] Compiling a_type.cc
[462/475] Compiling a_i2d_fp.cc
[463/475] Compiling a_int.cc
[464/475] Compiling a_object.cc
[465/475] Compiling a_mbstr.cc
[466/475] Compiling a_strex.cc
[467/475] Write sources
[468/475] Compiling a_dup.cc
[469/475] Compiling a_d2i_fp.cc
[470/491] Compiling a_gentm.cc
[472/493] Compiling Atomics UnsafeAtomic.swift
[473/493] Compiling Atomics UnsafeAtomicLazyReference.swift
[474/495] Compiling Atomics ManagedAtomic.swift
[475/495] Compiling Atomics ManagedAtomicLazyReference.swift
[475/495] Compiling a_bitstr.cc
[477/495] Compiling Atomics AtomicStorage.swift
[478/495] Compiling Atomics AtomicValue.swift
[479/495] Compiling Atomics AtomicMemoryOrderings.swift
[480/495] Compiling Atomics DoubleWord.swift
[480/495] Compiling a_bool.cc
[482/495] Compiling Atomics IntegerOperations.swift
[483/495] Compiling Atomics Unmanaged extensions.swift
[484/495] Compiling Atomics AtomicInteger.swift
[485/495] Compiling Atomics AtomicOptionalWrappable.swift
[486/495] Compiling Atomics AtomicReference.swift
[487/495] Emitting module Atomics
[487/495] Compiling c-nioatomics.c
[489/495] Compiling Atomics OptionalRawRepresentable.swift
[490/495] Compiling Atomics RawRepresentable.swift
[491/495] Compiling Atomics AtomicBool.swift
[492/495] Compiling Atomics IntegerConformances.swift
[493/495] Compiling Atomics PointerConformances.swift
[494/495] Compiling Atomics Primitives.native.swift
[495/496] Compiling c-atomics.c
[497/502] Compiling NIOConcurrencyHelpers lock.swift
[498/502] Compiling NIOConcurrencyHelpers NIOLock.swift
[499/502] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[500/502] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[501/502] Emitting module NIOConcurrencyHelpers
[502/502] Compiling NIOConcurrencyHelpers atomics.swift
[504/564] Compiling NIOCore IOData.swift
[505/564] Compiling NIOCore IPProtocol.swift
[506/564] Compiling NIOCore IntegerBitPacking.swift
[507/564] Compiling NIOCore IntegerTypes.swift
[508/564] Compiling NIOCore Interfaces.swift
[509/564] Compiling NIOCore Linux.swift
[510/564] Compiling NIOCore MarkedCircularBuffer.swift
[511/564] Compiling NIOCore MulticastChannel.swift
[512/572] Compiling NIOCore EventLoopFuture+Deprecated.swift
[513/572] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[514/572] Compiling NIOCore EventLoopFuture.swift
[515/572] Compiling NIOCore FileDescriptor.swift
[516/572] Compiling NIOCore FileHandle.swift
[517/572] Compiling NIOCore FileRegion.swift
[518/572] Compiling NIOCore GlobalSingletons.swift
[519/572] Compiling NIOCore IO.swift
[520/572] Compiling NIOCore AddressedEnvelope.swift
[521/572] Compiling NIOCore AsyncAwaitSupport.swift
[522/572] Compiling NIOCore AsyncChannel.swift
[523/572] Compiling NIOCore AsyncChannelHandler.swift
[524/572] Compiling NIOCore AsyncChannelInboundStream.swift
[525/572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[526/572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[527/572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[528/572] Compiling NIOCore NIOAsyncWriter.swift
[529/572] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[530/572] Compiling NIOCore SocketAddresses.swift
[531/572] Compiling NIOCore SocketOptionProvider.swift
[532/572] Compiling NIOCore SystemCallHelpers.swift
[533/572] Compiling NIOCore TimeAmount+Duration.swift
[534/572] Compiling NIOCore TypeAssistedChannelHandler.swift
[535/572] Compiling NIOCore UniversalBootstrapSupport.swift
[536/572] Compiling NIOCore Utilities.swift
[537/572] Compiling NIOCore CircularBuffer.swift
[538/572] Compiling NIOCore Codec.swift
[539/572] Compiling NIOCore ConvenienceOptionSupport.swift
[540/572] Compiling NIOCore DeadChannel.swift
[541/572] Compiling NIOCore DispatchQueue+WithFuture.swift
[542/572] Compiling NIOCore EventLoop+Deprecated.swift
[543/572] Compiling NIOCore EventLoop+SerialExecutor.swift
[544/572] Compiling NIOCore EventLoop.swift
[545/572] Compiling NIOCore EventLoopFuture+AssumeIsolated.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 NIOAny.swift
[556/572] Compiling NIOCore NIOCloseOnErrorHandler.swift
[557/572] Compiling NIOCore NIOCoreSendableMetatype.swift
[558/572] Compiling NIOCore NIOLoopBound.swift
[559/572] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[560/572] Compiling NIOCore NIOScheduledCallback.swift
[561/572] Compiling NIOCore NIOSendable.swift
[562/572] Compiling NIOCore RecvByteBufferAllocator.swift
[563/572] Compiling NIOCore ByteBuffer-multi-int.swift
[564/572] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[565/572] Compiling NIOCore ByteBuffer-views.swift
[566/572] Compiling NIOCore Channel.swift
[567/572] Compiling NIOCore ChannelHandler.swift
[568/572] Compiling NIOCore ChannelHandlers.swift
[569/572] Compiling NIOCore ChannelInvoker.swift
[570/572] Compiling NIOCore ChannelOption.swift
[571/572] Compiling NIOCore ChannelPipeline.swift
[572/572] Emitting module NIOCore
[574/624] Compiling NIOEmbedded AsyncTestingChannel.swift
[575/624] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[576/624] Emitting module NIOEmbedded
[577/624] Compiling NIOEmbedded Embedded.swift
[579/625] Emitting module NIOPosix
[580/631] Compiling NIOPosix ServerSocket.swift
[581/631] Compiling NIOPosix Socket.swift
[582/631] Compiling NIOPosix SocketChannel.swift
[583/631] Compiling NIOPosix SocketProtocols.swift
[584/631] Compiling NIOPosix System.swift
[585/631] Compiling NIOPosix Thread.swift
[586/631] Compiling NIOPosix SelectableChannel.swift
[587/631] Compiling NIOPosix SelectableEventLoop.swift
[588/631] Compiling NIOPosix SelectorEpoll.swift
[589/631] Compiling NIOPosix SelectorGeneric.swift
[590/631] Compiling NIOPosix SelectorKqueue.swift
[591/631] Compiling NIOPosix SelectorUring.swift
[592/631] Compiling NIOPosix Pool.swift
[593/631] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[594/631] Compiling NIOPosix PosixSingletons.swift
[595/631] Compiling NIOPosix RawSocketBootstrap.swift
[596/631] Compiling NIOPosix Resolver.swift
[597/631] Compiling NIOPosix Selectable.swift
[598/631] Compiling NIOPosix ThreadPosix.swift
[599/631] Compiling NIOPosix ThreadWindows.swift
[600/631] Compiling NIOPosix UnsafeTransfer.swift
[601/631] Compiling NIOPosix Utilities.swift
[602/631] Compiling NIOPosix VsockAddress.swift
[603/631] Compiling NIOPosix VsockChannelEvents.swift
[604/631] Compiling NIOPosix Bootstrap.swift
[605/631] Compiling NIOPosix ControlMessage.swift
[606/631] Compiling NIOPosix DatagramVectorReadManager.swift
[607/631] Compiling NIOPosix Errors+Any.swift
[608/631] Compiling NIOPosix FileDescriptor.swift
[609/631] Compiling NIOPosix GetaddrinfoResolver.swift
[610/631] Compiling NIOPosix HappyEyeballs.swift
[611/631] Compiling NIOPosix BSDSocketAPICommon.swift
[612/631] Compiling NIOPosix BSDSocketAPIPosix.swift
[613/631] Compiling NIOPosix BSDSocketAPIWindows.swift
[614/631] Compiling NIOPosix BaseSocket.swift
[615/631] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[616/631] Compiling NIOPosix BaseSocketChannel.swift
[617/631] Compiling NIOPosix BaseStreamSocketChannel.swift
[618/631] Compiling NIOPosix IO.swift
[619/631] Compiling NIOPosix IntegerBitPacking.swift
[620/631] Compiling NIOPosix IntegerTypes.swift
[621/631] Compiling NIOPosix Linux.swift
[622/631] Compiling NIOPosix LinuxCPUSet.swift
[623/631] Compiling NIOPosix LinuxUring.swift
[624/631] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[625/631] Compiling NIOPosix NIOPosixSendableMetatype.swift
[626/631] Compiling NIOPosix NIOThreadPool.swift
[627/631] Compiling NIOPosix NonBlockingFileIO.swift
[628/631] Compiling NIOPosix PendingDatagramWritesManager.swift
[629/631] Compiling NIOPosix PendingWritesManager.swift
[630/631] Compiling NIOPosix PipeChannel.swift
[631/631] Compiling NIOPosix PipePair.swift
[633/634] Compiling NIO Exports.swift
[634/634] Emitting module NIO
[636/662] Compiling NIOTLS TLSEvents.swift
[637/662] Emitting module NIOTLS
[638/662] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[639/662] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[640/662] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[641/662] Compiling NIOTLS SNIHandler.swift
[643/663] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[644/663] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[645/665] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[646/665] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[647/665] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[648/665] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[649/665] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[650/665] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[651/665] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[652/665] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[653/665] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[654/665] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[655/665] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[656/665] Compiling NIOHTTP1 HTTPTypes.swift
[657/665] Emitting module NIOHTTP1
[658/665] Compiling NIOHTTP1 ByteCollectionUtils.swift
[659/665] Compiling NIOHTTP1 HTTPDecoder.swift
[660/665] Compiling NIOHTTP1 HTTPEncoder.swift
[662/695] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[663/695] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[664/695] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[665/695] Emitting module NIOFoundationCompat
[666/695] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[668/724] Emitting module NIOSSL
[669/728] Compiling NIOExtras NIOLengthFieldBitLength.swift
[670/728] Compiling NIOExtras NIORequestIdentifiable.swift
[671/752] Emitting module NIOTransportServices
[672/754] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[673/754] Compiling NIOTransportServices NIOTSSingletons.swift
[674/754] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[675/754] Compiling NIOTransportServices StateManagedChannel.swift
[676/754] Compiling NIOTransportServices StateManagedListenerChannel.swift
[677/754] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[678/754] Compiling NIOTransportServices NIOTSEventLoop.swift
[679/754] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[680/754] Compiling NIOWebSocket WebSocketOpcode.swift
[681/754] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[682/754] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[683/755] Compiling NIOTransportServices NIOTSBootstraps.swift
[684/755] Compiling NIOTransportServices NIOTSChannelOptions.swift
[685/755] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[687/755] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[688/755] Compiling NIOTransportServices NIOTSListenerChannel.swift
[689/755] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[690/755] Compiling NIOTransportServices NIOTSErrors.swift
[695/755] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[696/755] Compiling NIOSSL SubjectAlternativeName.swift
[697/755] Compiling NIOSSL NIOSSLSecureBytes.swift
[698/755] Compiling NIOSSL RNG.swift
[699/755] Compiling NIOSSL SafeCompare.swift
[703/755] Compiling NIOTransportServices AcceptHandler.swift
[704/755] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[705/755] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[706/755] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[707/755] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[716/755] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[717/755] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[723/756] Compiling NIOWebSocket WebSocketErrorCodes.swift
[724/756] Compiling NIOWebSocket WebSocketFrame.swift
[740/756] Emitting module NIOExtras
[744/756] Compiling NIOSSL Zeroization.swift
[745/756] Compiling NIOSSL TLSConfiguration.swift
[746/756] Compiling NIOSSL UniversalBootstrapSupport.swift
[747/756] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[752/758] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[753/758] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[756/758] Emitting module NIOWebSocket
[760/767] Compiling WebSocketKit WebSocket+Connect.swift
[761/767] Compiling WebSocketKit Exports.swift
[762/767] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[763/767] Compiling WebSocketKit WebSocketHandler.swift
[764/767] Emitting module WebSocketKit
[765/767] Compiling WebSocketKit WebSocket+Concurrency.swift
[766/767] Compiling WebSocketKit WebSocketClient.swift
[767/767] Compiling WebSocketKit WebSocket.swift
[769/807] 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]()
[770/812] Compiling Monarca BskyMessageManagerError.swift
[771/812] Compiling Monarca AccountMessageHandler.swift
[772/812] Compiling Monarca BskyMessageHandler.swift
[773/812] Compiling Monarca BskyMessageHandlerError.swift
[774/812] Compiling Monarca CommitMessageHandler.swift
[775/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]()
[776/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]()
[777/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]()
[778/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]()
[779/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]()
[780/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]()
[781/812] Compiling Monarca Record.swift
[782/812] Compiling Monarca Reference.swift
[783/812] Compiling Monarca Repost.swift
[784/812] Compiling Monarca StarterPack.swift
[785/812] Compiling Monarca ThreadGate.swift
[786/812] Compiling Monarca Identity.swift
[787/812] Compiling Monarca AspectRatio.swift
[788/812] Compiling Monarca Block.swift
[789/812] Compiling Monarca Follow.swift
[790/812] Compiling Monarca Image.swift
[791/812] Compiling Monarca Like.swift
[792/812] Compiling Monarca FireshoseHost.swift
[793/812] Compiling Monarca MessageSize.swift
[794/812] Compiling Monarca Playback.swift
[795/812] Compiling Monarca Account.swift
[796/812] Compiling Monarca BskyMessage.swift
[797/812] Compiling Monarca Commit.swift
[798/812] Compiling Monarca Video.swift
[799/812] Compiling Monarca Formatter+Monarca.swift
[800/812] Compiling Monarca JSONDecoder+Monarca.swift
[801/812] Compiling Monarca BskyFirehoseSettingsMapper.swift
[802/812] Compiling Monarca FirehoseMapperError.swift
[803/812] Compiling Monarca LinkedIdentifier.swift
[804/812] Compiling Monarca ListItem.swift
[805/812] Compiling Monarca Post.swift
[806/812] Compiling Monarca PostGate.swift
[807/812] Compiling Monarca Profile.swift
[808/812] Compiling Monarca ContentFilteredCommitMessageHandler.swift
[809/812] Compiling Monarca HashtagFilteredCommitMessageHandler.swift
[810/812] Compiling Monarca IdentityMessageHandler.swift
[811/812] Compiling Monarca AllMessagesManager.swift
[812/812] Compiling Monarca BskyMessageManager.swift
Build complete! (261.51s)
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.