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.3.2 (ff09a0), with Swift 6.1 for Android on 11 Dec 2025 20:42:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fitomad/Monarca.git
Reference: 0.3.2
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.3.2      -> FETCH_HEAD
HEAD is now at ff09a08 Merge pull request #9 from fitomad/develop
Cloned https://github.com/fitomad/Monarca.git
Revision (git rev-parse @):
ff09a08fb1639fbfdbc297547d2f00b0256f0833
SUCCESS checkout https://github.com/fitomad/Monarca.git at 0.3.2
========================================
Build
========================================
Selected platform:         android
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/FirehoseHost.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/Actor/Profile.swift",
        "Entities/Messages/Records/Actor/Status.swift",
        "Entities/Messages/Records/AlphaTeal.swift",
        "Entities/Messages/Records/AspectRatio.swift",
        "Entities/Messages/Records/Block.swift",
        "Entities/Messages/Records/EmbedViewExternal.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/NotificationDeclaration.swift",
        "Entities/Messages/Records/Post.swift",
        "Entities/Messages/Records/PostGate.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",
        "Extensions/Formatter+Monarca.swift",
        "Extensions/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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/websocket-kit.git
[1/2632] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.49s)
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.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
[1/2809] Fetching swift-nio-transport-services
[30/4629] Fetching swift-nio-transport-services, swift-atomics
[1343/10993] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[7940/26281] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl
[10474/106962] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.89s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.89s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.89s)
[51595/95969] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.95s)
[39534/80681] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.43s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.33s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5221] Fetching swift-system
[5222/23584] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[2571/18363] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.76s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (1.07s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2568] Fetching swift-service-lifecycle
[823/4235] Fetching swift-service-lifecycle, swift-asn1
[3349/9982] Fetching swift-service-lifecycle, swift-asn1, swift-log
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
[7913/8315] Fetching swift-service-lifecycle, swift-log
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1204] Fetching swift-http-structured-headers
[423/2155] Fetching swift-http-structured-headers, swift-http-types
[2156/8196] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
[1990/7245] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.60s)
[1088/6041] Fetching swift-algorithms
[1391/11874] Fetching swift-algorithms, swift-async-algorithms
[3764/18914] Fetching swift-algorithms, swift-async-algorithms, swift-certificates
[9153/30632] Fetching swift-algorithms, swift-async-algorithms, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.85s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.85s)
[9736/18758] Fetching swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (1.01s)
[2813/11718] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.19s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.04s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.31s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.70s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.73s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.77s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.76s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (6.05s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (2.81s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.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.6.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.5.1
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.6.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.9.1
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.36.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.5.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.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.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.26.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.39.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.1.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Building for debugging...
[0/435] Write sources
[18/435] Compiling CNIOWindows shim.c
[19/435] Compiling CNIOWASI CNIOWASI.c
[20/435] Compiling CNIOPosix event_loop_id.c
[21/435] Compiling CNIOSHA1 c_nio_sha1.c
[22/435] Compiling CNIOWindows WSAStartup.c
[23/435] Compiling CNIOOpenBSD shim.c
[24/435] Compiling CNIOLinux liburing_shims.c
[25/435] Compiling _AtomicsShims.c
[26/435] Compiling CNIOLLHTTP c_nio_http.c
[27/435] Compiling CNIODarwin shim.c
[28/435] Compiling fiat_curve25519_adx_square.S
[29/435] Compiling CNIOLLHTTP c_nio_api.c
[30/435] Compiling fiat_p256_adx_sqr.S
[31/435] Compiling fiat_p256_adx_mul.S
[32/435] Compiling CNIOLinux shim.c
[33/435] Compiling fiat_curve25519_adx_mul.S
[34/435] Write swift-version-24593BA9C3E375BF.txt
[35/435] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/435] Compiling CNIOBoringSSLShims shims.c
[37/441] Compiling tls_method.cc
[38/441] Compiling tls13_enc.cc
[39/441] Compiling tls13_both.cc
[40/441] Compiling tls_record.cc
[41/441] Compiling tls13_server.cc
[42/441] Compiling tls13_client.cc
[43/457] Compiling ssl_versions.cc
[44/457] Compiling ssl_x509.cc
[45/457] Compiling ssl_stat.cc
[46/457] Compiling ssl_transcript.cc
[47/457] Compiling t1_enc.cc
[49/457] Compiling InternalCollectionsUtilities Debugging.swift
[50/457] Compiling InternalCollectionsUtilities Descriptions.swift
[51/459] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/459] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/459] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[54/459] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/459] Emitting module _NIOBase64
[56/459] Compiling _NIOBase64 Base64.swift
[57/460] Emitting module InternalCollectionsUtilities
[58/460] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/460] Compiling InternalCollectionsUtilities Integer rank.swift
[60/460] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/460] Compiling _NIODataStructures PriorityQueue.swift
[62/460] Compiling _NIODataStructures _TinyArray.swift
[63/460] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/460] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/460] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/460] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/460] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/460] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/460] Compiling _NIODataStructures Heap.swift
[70/460] Emitting module _NIODataStructures
[73/461] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[74/461] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[76/477] Compiling DequeModule _DequeBuffer.swift
[77/477] Compiling DequeModule _DequeBufferHeader.swift
[78/479] Compiling DequeModule Deque+Extras.swift
[79/479] Compiling DequeModule Deque+Hashable.swift
[80/479] Compiling DequeModule Deque+CustomReflectable.swift
[81/479] Compiling DequeModule Deque+Descriptions.swift
[82/479] Compiling DequeModule Deque+Equatable.swift
[83/479] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/479] Compiling DequeModule Deque+Testing.swift
[85/479] Compiling DequeModule Deque._Storage.swift
[85/479] Compiling ssl_privkey.cc
[87/479] Compiling DequeModule _DequeSlot.swift
[88/479] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/479] Compiling DequeModule Deque._UnsafeHandle.swift
[90/479] Compiling DequeModule Deque.swift
[90/479] Compiling ssl_session.cc
[91/479] Compiling ssl_file.cc
[92/479] Compiling ssl_key_share.cc
[94/479] Emitting module DequeModule
[95/479] Compiling DequeModule Deque+Codable.swift
[96/479] Compiling DequeModule Deque+Collection.swift
[96/480] Compiling ssl_lib.cc
[98/480] Compiling ssl_cipher.cc
[99/480] Compiling ssl_credential.cc
[100/480] Compiling ssl_buffer.cc
[101/480] Compiling ssl_cert.cc
[102/480] Compiling ssl_aead_ctx.cc
[103/480] Compiling s3_pkt.cc
[104/480] Compiling ssl_asn1.cc
[105/480] Compiling handshake_server.cc
[106/480] Compiling s3_lib.cc
[107/480] Compiling s3_both.cc
[108/480] Compiling handshake_client.cc
[109/480] Compiling encrypted_client_hello.cc
[110/480] Compiling handshake.cc
[111/480] Compiling handoff.cc
[112/480] Compiling dtls_record.cc
[113/480] Compiling extensions.cc
[114/480] Compiling md5-x86_64-linux.S
[115/480] Compiling md5-x86_64-apple.S
[116/480] Compiling md5-586-linux.S
[117/480] Compiling md5-586-apple.S
[118/480] Compiling dtls_method.cc
[119/480] Compiling chacha20_poly1305_x86_64-linux.S
[120/480] Compiling chacha20_poly1305_x86_64-apple.S
[121/480] Compiling chacha20_poly1305_armv8-win.S
[122/480] Compiling d1_srtp.cc
[123/480] Compiling chacha20_poly1305_armv8-apple.S
[124/480] Compiling chacha20_poly1305_armv8-linux.S
[125/480] Compiling chacha-x86_64-linux.S
[126/480] Compiling chacha-x86_64-apple.S
[127/480] Compiling chacha-x86-linux.S
[128/480] Compiling chacha-x86-apple.S
[129/480] Compiling chacha-armv8-win.S
[130/480] Compiling d1_pkt.cc
[131/480] Compiling chacha-armv8-linux.S
[132/480] Compiling chacha-armv8-apple.S
[133/480] Compiling d1_lib.cc
[134/480] Compiling aes128gcmsiv-x86_64-apple.S
[135/480] Compiling chacha-armv4-linux.S
[136/480] Compiling aes128gcmsiv-x86_64-linux.S
[137/480] Compiling x86_64-mont5-linux.S
[138/480] Compiling x86_64-mont5-apple.S
[139/480] Compiling x86_64-mont-linux.S
[140/480] Compiling x86-mont-linux.S
[141/480] Compiling x86_64-mont-apple.S
[142/480] Compiling err_data.cc
[143/480] Compiling x86-mont-apple.S
[144/480] Compiling vpaes-x86-linux.S
[145/480] Compiling vpaes-x86_64-linux.S
[146/480] Compiling vpaes-x86_64-apple.S
[147/480] Compiling vpaes-armv7-linux.S
[148/480] Compiling vpaes-x86-apple.S
[149/480] Compiling vpaes-armv8-win.S
[150/480] Compiling vpaes-armv8-apple.S
[151/480] Compiling bio_ssl.cc
[152/480] Compiling vpaes-armv8-linux.S
[153/480] Compiling sha512-x86_64-linux.S
[154/480] Compiling sha512-x86_64-apple.S
[155/480] Compiling sha512-armv8-win.S
[156/480] Compiling sha512-armv4-linux.S
[157/480] Compiling sha512-armv8-apple.S
[158/480] Compiling sha512-586-apple.S
[159/480] Compiling sha512-armv8-linux.S
[160/480] Compiling sha256-x86_64-linux.S
[161/480] Compiling sha512-586-linux.S
[162/480] Compiling sha256-x86_64-apple.S
[163/480] Compiling sha256-armv8-linux.S
[164/480] Compiling sha256-armv8-apple.S
[165/480] Compiling sha256-armv8-win.S
[166/480] Compiling sha256-586-linux.S
[167/480] Compiling sha256-armv4-linux.S
[168/480] Compiling sha1-x86_64-apple.S
[169/480] Compiling sha1-x86_64-linux.S
[169/480] Compiling sha256-586-apple.S
[171/480] Compiling sha1-armv8-win.S
[172/480] Compiling sha1-armv8-apple.S
[173/480] Compiling sha1-armv4-large-linux.S
[174/480] Compiling sha1-586-linux.S
[175/480] Compiling sha1-586-apple.S
[176/480] Compiling rsaz-avx2-linux.S
[177/480] Compiling sha1-armv8-linux.S
[178/480] Compiling rsaz-avx2-apple.S
[179/480] Compiling rdrand-x86_64-linux.S
[180/480] Compiling rdrand-x86_64-apple.S
[181/480] Compiling p256_beeu-armv8-asm-win.S
[182/480] Compiling p256_beeu-x86_64-asm-apple.S
[183/480] Compiling p256_beeu-x86_64-asm-linux.S
[184/480] Compiling p256_beeu-armv8-asm-apple.S
[185/480] Compiling p256_beeu-armv8-asm-linux.S
[186/480] Compiling p256-x86_64-asm-linux.S
[187/480] Compiling p256-armv8-asm-linux.S
[188/480] Compiling p256-x86_64-asm-apple.S
[189/480] Compiling ghashv8-armv8-win.S
[190/480] Compiling p256-armv8-asm-win.S
[191/480] Compiling ghashv8-armv8-linux.S
[192/480] Compiling p256-armv8-asm-apple.S
[193/480] Compiling ghashv8-armv8-apple.S
[194/480] Compiling ghashv8-armv7-linux.S
[195/480] Compiling d1_both.cc
[196/480] Compiling ghash-x86_64-linux.S
[197/480] Compiling ghash-x86_64-apple.S
[198/480] Compiling ghash-x86-linux.S
[198/480] Compiling ghash-ssse3-x86_64-linux.S
[198/480] Compiling ghash-ssse3-x86_64-apple.S
[201/480] Compiling ghash-x86-apple.S
[202/480] Compiling ghash-ssse3-x86-apple.S
[203/480] Compiling ghash-ssse3-x86-linux.S
[204/480] Compiling ghash-armv4-linux.S
[205/480] Compiling ghash-neon-armv8-linux.S
[206/480] Compiling ghash-neon-armv8-win.S
[207/480] Compiling ghash-neon-armv8-apple.S
[208/480] Compiling co-586-linux.S
[209/480] Compiling co-586-apple.S
[210/480] Compiling bn-armv8-win.S
[211/480] Compiling bsaes-armv7-linux.S
[212/480] Compiling bn-armv8-apple.S
[213/480] Compiling bn-armv8-linux.S
[214/480] Compiling armv8-mont-win.S
[215/480] Compiling bn-586-apple.S
[216/480] Compiling bn-586-linux.S
[217/480] Compiling armv8-mont-apple.S
[218/480] Compiling aesv8-gcm-armv8-win.S
[219/480] Compiling armv8-mont-linux.S
[220/480] Compiling armv4-mont-linux.S
[221/480] Compiling aesv8-gcm-armv8-apple.S
[222/480] Compiling aesv8-armv8-linux.S
[223/480] Compiling aesv8-armv8-win.S
[224/480] Compiling aesv8-armv7-linux.S
[225/480] Compiling aesv8-gcm-armv8-linux.S
[226/480] Compiling aesni-x86_64-linux.S
[227/480] Compiling aesv8-armv8-apple.S
[228/480] Compiling aesni-gcm-x86_64-linux.S
[229/480] Compiling aesni-x86-linux.S
[230/480] Compiling aesni-x86-apple.S
[231/480] Compiling aesni-gcm-x86_64-apple.S
[231/480] Compiling aesni-x86_64-apple.S
[233/480] Compiling aes-gcm-avx2-x86_64-linux.S
[234/480] Compiling aes-gcm-avx10-x86_64-linux.S
[235/480] Compiling aes-gcm-avx2-x86_64-apple.S
[236/480] Compiling aes-gcm-avx10-x86_64-apple.S
[237/480] Compiling x_val.cc
[238/480] Compiling x_x509.cc
[239/480] Compiling x_spki.cc
[240/480] Compiling x_sig.cc
[241/480] Compiling x_req.cc
[242/480] Compiling x_x509a.cc
[243/480] Compiling x_pubkey.cc
[244/480] Compiling x_name.cc
[245/480] Compiling x_all.cc
[246/480] Compiling x509rset.cc
[247/480] Compiling x_exten.cc
[248/480] Compiling x509spki.cc
[249/480] Compiling x_algor.cc
[250/480] Compiling x_attrib.cc
[251/480] Compiling x_crl.cc
[252/480] Compiling x509name.cc
[253/480] Compiling x509_txt.cc
[254/480] Compiling x509_set.cc
[255/480] Compiling x509_vpm.cc
[256/480] Compiling x509cset.cc
[257/480] Compiling x509_trs.cc
[258/480] Compiling x509_vfy.cc
[259/480] Compiling x509_req.cc
[260/480] Compiling x509_v3.cc
[261/480] Compiling x509_obj.cc
[262/480] Compiling x509_lu.cc
[263/480] Compiling x509.cc
[264/480] Compiling x509_ext.cc
[265/480] Compiling x509_cmp.cc
[266/480] Compiling x509_def.cc
[267/480] Compiling x509_att.cc
[268/480] Compiling x509_d2.cc
[269/480] Compiling v3_skey.cc
[270/480] Compiling v3_purp.cc
[271/480] Compiling v3_prn.cc
[272/480] Compiling v3_utl.cc
[273/480] Compiling v3_pmaps.cc
[274/480] Compiling v3_pcons.cc
[275/480] Compiling v3_ocsp.cc
[276/480] Compiling v3_ncons.cc
[277/480] Compiling v3_lib.cc
[278/480] Compiling v3_int.cc
[279/480] Compiling v3_info.cc
[280/480] Compiling v3_extku.cc
[281/480] Compiling v3_ia5.cc
[282/480] Compiling v3_genn.cc
[283/480] Compiling v3_crld.cc
[284/480] Compiling v3_enum.cc
[285/480] Compiling v3_cpols.cc
[286/480] Compiling v3_akeya.cc
[287/480] Compiling v3_alt.cc
[288/480] Compiling v3_conf.cc
[289/480] Compiling v3_bitst.cc
[290/480] Compiling v3_bcons.cc
[291/480] Compiling v3_akey.cc
[292/480] Compiling t_x509a.cc
[293/480] Compiling t_x509.cc
[294/480] Compiling t_crl.cc
[295/480] Compiling i2d_pr.cc
[296/480] Compiling rsa_pss.cc
[297/480] Compiling t_req.cc
[298/480] Compiling name_print.cc
[299/480] Compiling policy.cc
[300/480] Compiling by_file.cc
[301/480] Compiling by_dir.cc
[302/480] Compiling algorithm.cc
[303/480] Compiling asn1_gen.cc
[304/480] Compiling a_verify.cc
[305/480] Compiling a_sign.cc
[306/480] Compiling voprf.cc
[307/480] Compiling a_digest.cc
[308/480] Compiling thread_win.cc
[309/480] Compiling pmbtoken.cc
[310/480] Compiling trust_token.cc
[311/480] Compiling thread_none.cc
[312/480] Compiling thread_pthread.cc
[313/480] Compiling thread.cc
[314/480] Compiling siphash.cc
[315/480] Compiling sha256.cc
[316/480] Compiling stack.cc
[317/480] Compiling sha512.cc
[318/480] Compiling sha1.cc
[319/480] Compiling rsa_print.cc
[320/480] Compiling slhdsa.cc
[321/480] Compiling spake2plus.cc
[322/480] Compiling rsa_extra.cc
[323/480] Compiling refcount.cc
[324/480] Compiling rsa_crypt.cc
[325/480] Compiling rc4.cc
[326/480] Compiling windows.cc
[327/480] Compiling urandom.cc
[328/480] Compiling rsa_asn1.cc
[329/480] Compiling trusty.cc
[330/480] Compiling rand.cc
[331/480] Compiling ios.cc
[332/480] Compiling poly1305_arm_asm.S
[333/480] Compiling passive.cc
[334/480] Compiling getentropy.cc
[335/480] Compiling fork_detect.cc
[336/480] Compiling deterministic.cc
[337/480] Compiling forkunsafe.cc
[338/480] Compiling poly1305_vec.cc
[339/480] Compiling poly1305_arm.cc
[340/480] Compiling pool.cc
[341/480] Compiling poly1305.cc
[342/480] Compiling p5_pbev2.cc
[343/480] Compiling pkcs8.cc
[344/480] Compiling pkcs8_x509.cc
[345/480] Compiling pkcs7.cc
[346/480] Compiling pkcs7_x509.cc
[347/480] Compiling pem_xaux.cc
[348/480] Compiling pem_x509.cc
[349/480] Compiling pem_pkey.cc
[350/480] Compiling pem_pk8.cc
[351/480] Compiling pem_oth.cc
[352/480] Compiling mlkem.cc
[353/480] Compiling pem_lib.cc
[354/480] Compiling pem_info.cc
[355/480] Compiling pem_all.cc
[356/480] Compiling obj_xref.cc
[357/480] Compiling mldsa.cc
[358/480] Compiling poly_rq_mul.S
[359/480] Compiling obj.cc
[360/480] Compiling fips_shared_support.cc
[361/480] Compiling mem.cc
[362/480] Compiling md4.cc
[363/480] Compiling md5.cc
[364/480] Compiling lhash.cc
[365/480] Compiling kyber.cc
[366/480] Compiling sign.cc
[367/480] Compiling ex_data.cc
[368/480] Compiling scrypt.cc
[369/480] Compiling hrss.cc
[370/480] Compiling hpke.cc
[371/480] Compiling print.cc
[372/480] Compiling pbkdf.cc
[373/480] Compiling p_x25519.cc
[374/480] Compiling p_x25519_asn1.cc
[375/480] Compiling p_rsa_asn1.cc
[376/480] Compiling p_rsa.cc
[377/480] Compiling p_hkdf.cc
[378/480] Compiling p_ed25519.cc
[379/480] Compiling p_ed25519_asn1.cc
[380/480] Compiling p_ec.cc
[381/480] Compiling p_ec_asn1.cc
[382/480] Compiling p_dh_asn1.cc
[383/480] Compiling p_dh.cc
[384/480] Compiling evp_ctx.cc
[385/480] Compiling p_dsa_asn1.cc
[386/480] Compiling evp.cc
[387/480] Compiling err.cc
[388/480] Compiling evp_asn1.cc
[389/480] Compiling engine.cc
[390/480] Compiling ecdh.cc
[391/480] Compiling ecdsa_asn1.cc
[392/480] Compiling bcm.cc
[393/480] Compiling hash_to_curve.cc
[394/480] Compiling ec_derive.cc
[395/480] Compiling dsa.cc
[396/480] Compiling ec_asn1.cc
[397/480] Compiling dsa_asn1.cc
[398/480] Compiling x25519-asm-arm.S
[399/480] Compiling params.cc
[400/480] Compiling des.cc
[401/480] Compiling digest_extra.cc
[402/480] Compiling dh_asn1.cc
[403/480] Compiling curve25519_64_adx.cc
[404/480] Compiling spake25519.cc
[405/480] Compiling crypto.cc
[406/480] Compiling cpu_intel.cc
[407/480] Compiling cpu_arm_linux.cc
[408/480] Compiling cpu_arm_freebsd.cc
[409/480] Compiling curve25519.cc
[410/480] Compiling cpu_aarch64_win.cc
[411/480] Compiling cpu_aarch64_sysreg.cc
[412/480] Compiling cpu_aarch64_openbsd.cc
[413/480] Compiling cpu_aarch64_fuchsia.cc
[414/480] Compiling cpu_aarch64_linux.cc
[415/480] Compiling cpu_aarch64_apple.cc
[416/480] Compiling get_cipher.cc
[417/480] Compiling e_null.cc
[418/480] Compiling conf.cc
[419/480] Compiling e_rc2.cc
[420/480] Compiling tls_cbc.cc
[421/480] Compiling e_tls.cc
[422/480] Compiling e_rc4.cc
[423/480] Compiling e_des.cc
[424/480] Compiling e_chacha20poly1305.cc
[425/480] Compiling derive_key.cc
[426/480] Compiling e_aesgcmsiv.cc
[427/480] Compiling e_aesctrhmac.cc
[428/480] Compiling chacha.cc
[429/480] Compiling cbs.cc
[430/480] Compiling unicode.cc
[431/480] Compiling cbb.cc
[432/480] Compiling ber.cc
[433/480] Compiling asn1_compat.cc
[434/480] Compiling buf.cc
[435/480] Compiling bn_asn1.cc
[436/480] Compiling convert.cc
[437/480] Compiling file.cc
[438/480] Compiling socket_helper.cc
[439/480] Compiling blake2.cc
[440/480] Compiling socket.cc
[441/480] Compiling printf.cc
[442/480] Compiling pair.cc
[443/480] Compiling hexdump.cc
[444/480] Compiling fd.cc
[445/480] Compiling connect.cc
[446/480] Compiling errno.cc
[447/480] Compiling bio_mem.cc
[448/480] Compiling bio.cc
[449/480] Compiling base64.cc
[450/480] Compiling tasn_typ.cc
[451/480] Compiling tasn_fre.cc
[452/480] Compiling tasn_new.cc
[453/480] Compiling tasn_utl.cc
[454/480] Compiling tasn_enc.cc
[455/480] Compiling f_string.cc
[456/480] Compiling posix_time.cc
[457/480] Compiling f_int.cc
[458/480] Compiling tasn_dec.cc
[459/480] Compiling asn_pack.cc
[460/480] Compiling asn1_par.cc
[461/480] Compiling asn1_lib.cc
[462/480] Compiling a_utctm.cc
[463/480] Compiling a_octet.cc
[464/480] Compiling a_type.cc
[465/480] Compiling a_time.cc
[466/480] Compiling a_strex.cc
[467/480] Compiling a_strnid.cc
[468/480] Compiling a_object.cc
[469/480] Compiling a_i2d_fp.cc
[470/480] Compiling a_mbstr.cc
[471/480] Compiling a_int.cc
[472/480] Write sources
[473/480] Compiling a_bitstr.cc
[474/480] Compiling a_d2i_fp.cc
[475/480] Compiling a_dup.cc
[476/480] Compiling a_gentm.cc
[477/480] Compiling a_bool.cc
[479/498] Compiling Atomics AtomicStorage.swift
[480/498] Compiling Atomics AtomicValue.swift
[481/500] Compiling Atomics UnsafeAtomic.swift
[482/500] Compiling Atomics UnsafeAtomicLazyReference.swift
[483/500] Compiling Atomics AtomicMemoryOrderings.swift
[484/500] Compiling Atomics DoubleWord.swift
[485/500] Compiling Atomics ManagedAtomic.swift
[486/500] Compiling Atomics ManagedAtomicLazyReference.swift
[487/500] Compiling Atomics IntegerOperations.swift
[488/500] Compiling Atomics Unmanaged extensions.swift
[489/500] Compiling Atomics AtomicInteger.swift
[490/500] Compiling Atomics AtomicOptionalWrappable.swift
[491/500] Compiling Atomics AtomicReference.swift
[492/500] Emitting module Atomics
[493/500] Compiling Atomics OptionalRawRepresentable.swift
[494/500] Compiling Atomics RawRepresentable.swift
[495/500] Compiling Atomics AtomicBool.swift
[496/500] Compiling Atomics IntegerConformances.swift
[497/500] Compiling Atomics PointerConformances.swift
[498/500] Compiling Atomics Primitives.native.swift
[499/501] Compiling c-nioatomics.c
[500/501] Compiling c-atomics.c
[502/507] Compiling NIOConcurrencyHelpers NIOLock.swift
[503/507] Compiling NIOConcurrencyHelpers lock.swift
[504/507] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[505/507] Compiling NIOConcurrencyHelpers atomics.swift
[506/507] Emitting module NIOConcurrencyHelpers
[507/507] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[509/571] Compiling NIOCore NIOCoreSendableMetatype.swift
[510/571] Compiling NIOCore NIODecodedAsyncSequence.swift
[511/571] Compiling NIOCore NIOLoopBound.swift
[512/571] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[513/571] Compiling NIOCore NIOScheduledCallback.swift
[514/571] Compiling NIOCore NIOSendable.swift
[515/571] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[516/571] Compiling NIOCore RecvByteBufferAllocator.swift
[517/579] Compiling NIOCore IPProtocol.swift
[518/579] Compiling NIOCore IntegerBitPacking.swift
[519/579] Compiling NIOCore IntegerTypes.swift
[520/579] Compiling NIOCore Interfaces.swift
[521/579] Compiling NIOCore Linux.swift
[522/579] Compiling NIOCore MarkedCircularBuffer.swift
[523/579] Compiling NIOCore MulticastChannel.swift
[524/579] Compiling NIOCore NIOAny.swift
[525/579] Compiling NIOCore NIOCloseOnErrorHandler.swift
[526/579] Compiling NIOCore CircularBuffer.swift
[527/579] Compiling NIOCore Codec.swift
[528/579] Compiling NIOCore ConvenienceOptionSupport.swift
[529/579] Compiling NIOCore DeadChannel.swift
[530/579] Compiling NIOCore DispatchQueue+WithFuture.swift
[531/579] Compiling NIOCore EventLoop+Deprecated.swift
[532/579] Compiling NIOCore EventLoop+SerialExecutor.swift
[533/579] Compiling NIOCore EventLoop.swift
[534/579] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[535/579] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[536/579] Compiling NIOCore SocketAddresses.swift
[537/579] Compiling NIOCore SocketOptionProvider.swift
[538/579] Compiling NIOCore SystemCallHelpers.swift
[539/579] Compiling NIOCore TimeAmount+Duration.swift
[540/579] Compiling NIOCore TypeAssistedChannelHandler.swift
[541/579] Compiling NIOCore UniversalBootstrapSupport.swift
[542/579] Compiling NIOCore Utilities.swift
[543/579] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[544/579] Compiling NIOCore BSDSocketAPI.swift
[545/579] Compiling NIOCore ByteBuffer-aux.swift
[546/579] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[547/579] Compiling NIOCore ByteBuffer-conversions.swift
[548/579] Compiling NIOCore ByteBuffer-core.swift
[549/579] Compiling NIOCore ByteBuffer-hex.swift
[550/579] Compiling NIOCore ByteBuffer-int.swift
[551/579] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[552/579] Compiling NIOCore EventLoopFuture+Deprecated.swift
[553/579] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[554/579] Compiling NIOCore EventLoopFuture.swift
[555/579] Compiling NIOCore FileDescriptor.swift
[556/579] Compiling NIOCore FileHandle.swift
[557/579] Compiling NIOCore FileRegion.swift
[558/579] Compiling NIOCore GlobalSingletons.swift
[559/579] Compiling NIOCore IO.swift
[560/579] Compiling NIOCore IOData.swift
[561/579] Compiling NIOCore AddressedEnvelope.swift
[562/579] Compiling NIOCore AsyncAwaitSupport.swift
[563/579] Compiling NIOCore AsyncChannel.swift
[564/579] Compiling NIOCore AsyncChannelHandler.swift
[565/579] Compiling NIOCore AsyncChannelInboundStream.swift
[566/579] Compiling NIOCore AsyncChannelOutboundWriter.swift
[567/579] Compiling NIOCore NIOAsyncSequenceProducer.swift
[568/579] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[569/579] Compiling NIOCore NIOAsyncWriter.swift
[570/579] Compiling NIOCore ByteBuffer-multi-int.swift
[571/579] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[572/579] Compiling NIOCore ByteBuffer-views.swift
[573/579] Compiling NIOCore Channel.swift
[574/579] Compiling NIOCore ChannelHandler.swift
[575/579] Compiling NIOCore ChannelHandlers.swift
[576/579] Compiling NIOCore ChannelInvoker.swift
[577/579] Compiling NIOCore ChannelOption.swift
[578/579] Compiling NIOCore ChannelPipeline.swift
[579/579] Emitting module NIOCore
[581/634] Emitting module NIOEmbedded
[582/634] Compiling NIOEmbedded AsyncTestingChannel.swift
[583/634] Compiling NIOEmbedded Embedded.swift
[584/634] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[585/635] Compiling NIOPosix Pool.swift
[586/635] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[587/635] Compiling NIOPosix PosixSingletons.swift
[588/635] Compiling NIOPosix RawSocketBootstrap.swift
[589/635] Compiling NIOPosix Resolver.swift
[590/635] Compiling NIOPosix Selectable.swift
[591/635] Compiling NIOPosix SelectableChannel.swift
[593/641] Emitting module NIOPosix
[594/641] Compiling NIOPosix Socket.swift
[595/641] Compiling NIOPosix SocketChannel.swift
[596/641] Compiling NIOPosix SocketProtocols.swift
[597/641] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[598/641] Compiling NIOPosix System.swift
[599/641] Compiling NIOPosix Thread.swift
[600/641] Compiling NIOPosix ThreadPosix.swift
[601/641] Compiling NIOPosix ThreadWindows.swift
[602/641] Compiling NIOPosix UnsafeTransfer.swift
[603/641] Compiling NIOPosix Utilities.swift
[604/641] Compiling NIOPosix VsockAddress.swift
[605/641] Compiling NIOPosix VsockChannelEvents.swift
[606/641] Compiling NIOPosix Windows.swift
[607/641] Compiling NIOPosix SelectableEventLoop.swift
[608/641] Compiling NIOPosix SelectorEpoll.swift
[609/641] Compiling NIOPosix SelectorGeneric.swift
[610/641] Compiling NIOPosix SelectorKqueue.swift
[611/641] Compiling NIOPosix SelectorUring.swift
[612/641] Compiling NIOPosix SelectorWSAPoll.swift
[613/641] Compiling NIOPosix ServerSocket.swift
[614/641] Compiling NIOPosix IO.swift
[615/641] Compiling NIOPosix IntegerBitPacking.swift
[616/641] Compiling NIOPosix IntegerTypes.swift
[617/641] Compiling NIOPosix Linux.swift
[618/641] Compiling NIOPosix LinuxCPUSet.swift
[619/641] Compiling NIOPosix LinuxUring.swift
[620/641] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[621/641] Compiling NIOPosix NIOPosixSendableMetatype.swift
[622/641] Compiling NIOPosix NIOThreadPool.swift
[623/641] Compiling NIOPosix NonBlockingFileIO.swift
[624/641] Compiling NIOPosix PendingDatagramWritesManager.swift
[625/641] Compiling NIOPosix PendingWritesManager.swift
[626/641] Compiling NIOPosix PipeChannel.swift
[627/641] Compiling NIOPosix PipePair.swift
[628/641] Compiling NIOPosix BSDSocketAPICommon.swift
[629/641] Compiling NIOPosix BSDSocketAPIPosix.swift
[630/641] Compiling NIOPosix BSDSocketAPIWindows.swift
[631/641] Compiling NIOPosix BaseSocket.swift
[632/641] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[633/641] Compiling NIOPosix BaseSocketChannel.swift
[634/641] Compiling NIOPosix BaseStreamSocketChannel.swift
[635/641] Compiling NIOPosix Bootstrap.swift
[636/641] Compiling NIOPosix ControlMessage.swift
[637/641] Compiling NIOPosix DatagramVectorReadManager.swift
[638/641] Compiling NIOPosix Errors+Any.swift
[639/641] Compiling NIOPosix FileDescriptor.swift
[640/641] Compiling NIOPosix GetaddrinfoResolver.swift
[641/641] Compiling NIOPosix HappyEyeballs.swift
[643/644] Emitting module NIO
[644/644] Compiling NIO Exports.swift
[646/672] Emitting module NIOHTTP1
[647/674] Compiling NIOTLS TLSEvents.swift
[648/674] Emitting module NIOTLS
[649/674] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[650/674] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[651/674] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[652/674] Compiling NIOTLS SNIHandler.swift
[654/675] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[655/675] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[656/675] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[657/675] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[658/704] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[659/704] Compiling NIOSSL NIOSSLHandler.swift
[660/704] Compiling NIOSSL LinuxCABundle.swift
[661/704] Compiling NIOSSL NIOSSLClientHandler.swift
[662/704] Compiling NIOSSL SSLCertificateExtensions.swift
[663/704] Compiling NIOSSL SSLCertificateName.swift
[664/704] Compiling NIOSSL IdentityVerification.swift
[665/704] Compiling NIOSSL NIOSSLServerHandler.swift
[666/704] Compiling NIOSSL ObjectIdentifier.swift
[667/704] Compiling NIOSSL PosixPort.swift
[668/704] Compiling NIOSSL AndroidCABundle.swift
[669/704] Compiling NIOSSL ByteBufferBIO.swift
[670/704] Compiling NIOSSL CustomPrivateKey.swift
[672/715] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[673/715] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[674/715] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[675/733] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[676/733] Emitting module NIOFoundationCompat
[678/734] Emitting module NIOSSL
[679/738] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[680/738] Compiling NIOExtras NIOExtrasError.swift
[681/741] Compiling NIOWebSocket WebSocketOpcode.swift
[682/763] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[683/763] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[684/763] Compiling NIOTransportServices NIOTSErrors.swift
[685/763] Compiling NIOTransportServices NIOTSEventLoop.swift
[686/765] Compiling NIOTransportServices NIOTSSingletons.swift
[687/765] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[688/765] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[689/765] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[690/765] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[691/765] Compiling NIOTransportServices NIOTSListenerChannel.swift
[692/765] Compiling NIOTransportServices StateManagedChannel.swift
[693/765] Compiling NIOTransportServices StateManagedListenerChannel.swift
[694/765] Compiling NIOSSL SubjectAlternativeName.swift
[695/765] Compiling NIOSSL NIOSSLSecureBytes.swift
[696/765] Compiling NIOSSL RNG.swift
[697/765] Compiling NIOSSL SafeCompare.swift
[703/765] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[704/765] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[707/765] Compiling NIOTransportServices NIOTSBootstraps.swift
[708/765] Compiling NIOTransportServices NIOTSChannelOptions.swift
[710/765] Emitting module NIOTransportServices
[711/765] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[712/765] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[715/765] Compiling NIOTransportServices AcceptHandler.swift
[716/765] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[717/765] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[718/765] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[719/765] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[720/765] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[721/766] Compiling NIOWebSocket WebSocketFrame.swift
[722/766] Compiling NIOWebSocket WebSocketErrorCodes.swift
[726/766] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[727/766] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[728/766] Emitting module NIOWebSocket
[734/767] Emitting module NIOExtras
[761/767] Compiling NIOSSL SSLPKCS12Bundle.swift
[764/768] Compiling NIOSSL Zeroization.swift
[765/768] Compiling NIOSSL TLSConfiguration.swift
[766/768] Compiling NIOSSL UniversalBootstrapSupport.swift
[767/768] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[770/777] Compiling WebSocketKit Exports.swift
[771/777] Compiling WebSocketKit WebSocket+Connect.swift
[772/777] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[773/777] Compiling WebSocketKit WebSocketHandler.swift
[774/777] Compiling WebSocketKit WebSocket+Concurrency.swift
[775/777] Emitting module WebSocketKit
[776/777] Compiling WebSocketKit WebSocket.swift
[777/777] Compiling WebSocketKit WebSocketClient.swift
[779/821] Compiling Monarca FirehoseMapperError.swift
[780/821] Compiling Monarca BskyMessageManagerError.swift
[781/821] Compiling Monarca AccountMessageHandler.swift
[782/821] Compiling Monarca BskyMessageHandler.swift
[783/821] Compiling Monarca BskyMessageHandlerError.swift
[784/821] Compiling Monarca CommitMessageHandler.swift
[785/826] 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]()
[786/826] Compiling Monarca StarterPack.swift
[787/826] Compiling Monarca ThreadGate.swift
[788/826] Compiling Monarca Video.swift
[789/826] Compiling Monarca Formatter+Monarca.swift
[790/826] Compiling Monarca JSONDecoder+Monarca.swift
[791/826] Compiling Monarca BskyFirehoseSettingsMapper.swift
[792/826] Compiling Monarca BskyFirehoseClient.swift
/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]()
[793/826] Compiling Monarca BskyFirehoseClientBuilder.swift
/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]()
[794/826] Compiling Monarca BskyFirehoseError.swift
/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]()
[795/826] Compiling Monarca DefaultFirehoseClientsBuilder.swift
/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]()
[796/826] Compiling Monarca BskyCollection.swift
/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]()
[797/826] Compiling Monarca BskyFirehoseSettings.swift
/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]()
[798/826] Compiling Monarca ContentFilteredCommitMessageHandler.swift
[799/826] Compiling Monarca HashtagFilteredCommitMessageHandler.swift
[800/826] Compiling Monarca IdentityMessageHandler.swift
[801/826] Compiling Monarca AllMessagesManager.swift
[802/826] Compiling Monarca BskyMessageManager.swift
[803/826] Compiling Monarca EmbedViewExternal.swift
[804/826] Compiling Monarca Follow.swift
[805/826] Compiling Monarca Image.swift
[806/826] Compiling Monarca Like.swift
[807/826] Compiling Monarca LinkedIdentifier.swift
[808/826] Compiling Monarca ListItem.swift
[809/826] Compiling Monarca FirehoseHost.swift
[810/826] Compiling Monarca MessageSize.swift
[811/826] Compiling Monarca Playback.swift
[812/826] Compiling Monarca Account.swift
[813/826] Compiling Monarca BskyMessage.swift
[814/826] Compiling Monarca Commit.swift
[815/826] Compiling Monarca Identity.swift
[816/826] Compiling Monarca Profile.swift
[817/826] Compiling Monarca Status.swift
[818/826] Compiling Monarca AlphaTeal.swift
[819/826] Compiling Monarca AspectRatio.swift
[820/826] Compiling Monarca Block.swift
[821/826] Compiling Monarca NotificationDeclaration.swift
[822/826] Compiling Monarca Post.swift
[823/826] Compiling Monarca PostGate.swift
[824/826] Compiling Monarca Record.swift
[825/826] Compiling Monarca Reference.swift
[826/826] Compiling Monarca Repost.swift
Build complete! (321.83s)
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/FirehoseHost.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/Actor/Profile.swift",
        "Entities/Messages/Records/Actor/Status.swift",
        "Entities/Messages/Records/AlphaTeal.swift",
        "Entities/Messages/Records/AspectRatio.swift",
        "Entities/Messages/Records/Block.swift",
        "Entities/Messages/Records/EmbedViewExternal.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/NotificationDeclaration.swift",
        "Entities/Messages/Records/Post.swift",
        "Entities/Messages/Records/PostGate.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",
        "Extensions/Formatter+Monarca.swift",
        "Extensions/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.