The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Monarca, reference main (ff09a0), with Swift 6.1 for macOS (SPM) on 12 Dec 2025 12:53:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fitomad/Monarca.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fitomad/Monarca
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fitomad/Monarca.git
https://github.com/fitomad/Monarca.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/437] Write sources
[10/437] Copying PrivacyInfo.xcprivacy
[12/437] Write sources
[17/437] Copying PrivacyInfo.xcprivacy
[17/437] Write sources
[20/437] Compiling CNIOWASI CNIOWASI.c
[20/437] Compiling CNIOWindows shim.c
[20/437] Compiling CNIOWindows WSAStartup.c
[23/437] Compiling CNIOLinux shim.c
[23/437] Compiling CNIOOpenBSD shim.c
[25/437] Write swift-version-2F0A5646E1D333AE.txt
[26/437] Compiling CNIOLinux liburing_shims.c
[27/437] Compiling fiat_p256_adx_sqr.S
[28/441] Compiling _AtomicsShims.c
[29/442] Compiling CNIOPosix event_loop_id.c
[30/443] Compiling fiat_p256_adx_mul.S
[31/443] Compiling CNIOLLHTTP c_nio_http.c
[32/443] Compiling fiat_curve25519_adx_square.S
[33/443] Compiling fiat_curve25519_adx_mul.S
[34/443] Compiling CNIOSHA1 c_nio_sha1.c
[35/460] Compiling CNIOLLHTTP c_nio_api.c
[36/460] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/460] Compiling CNIODarwin shim.c
[38/460] Compiling CNIOBoringSSLShims shims.c
[40/460] Emitting module _NIOBase64
[41/460] Compiling _NIOBase64 Base64.swift
[42/460] Compiling InternalCollectionsUtilities Descriptions.swift
[43/460] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[44/460] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[45/460] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/460] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/460] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/460] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/460] Compiling InternalCollectionsUtilities Debugging.swift
[50/461] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[51/461] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[52/461] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/461] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/461] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/461] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/461] Compiling InternalCollectionsUtilities Integer rank.swift
[57/461] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/461] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/461] Emitting module InternalCollectionsUtilities
[60/461] Compiling _NIODataStructures PriorityQueue.swift
[60/461] Compiling t1_enc.cc
[61/461] Compiling tls13_enc.cc
[62/461] Compiling tls13_server.cc
[62/461] Compiling tls13_client.cc
[62/461] Compiling tls_method.cc
[62/461] Compiling tls_record.cc
[62/461] Compiling tls13_both.cc
[68/461] Compiling _NIODataStructures _TinyArray.swift
[69/461] Compiling _NIODataStructures Heap.swift
[70/461] Emitting module _NIODataStructures
[70/461] Compiling ssl_x509.cc
[71/475] Compiling ssl_versions.cc
[73/477] Compiling DequeModule _DequeBufferHeader.swift
[74/477] Compiling DequeModule _DequeSlot.swift
[75/478] Compiling DequeModule _DequeBuffer.swift
[76/478] Compiling DequeModule Deque+Extras.swift
[77/478] Compiling DequeModule Deque+Hashable.swift
[78/478] Compiling DequeModule Deque+Equatable.swift
[79/478] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/478] Compiling DequeModule Deque+CustomReflectable.swift
[81/478] Compiling DequeModule Deque+Descriptions.swift
[82/478] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/478] Compiling DequeModule Deque+Testing.swift
[84/478] Compiling DequeModule Deque._Storage.swift
[85/478] Compiling DequeModule Deque._UnsafeHandle.swift
[86/478] Compiling DequeModule Deque.swift
[87/478] Compiling DequeModule Deque+Codable.swift
[88/478] Compiling DequeModule Deque+Collection.swift
[88/478] Compiling ssl_stat.cc
[89/478] Compiling ssl_transcript.cc
[91/478] Emitting module DequeModule
[91/478] Compiling ssl_privkey.cc
[92/478] Compiling ssl_session.cc
[93/478] Compiling ssl_key_share.cc
[93/478] Compiling ssl_file.cc
[95/478] Compiling ssl_credential.cc
[96/478] Compiling ssl_cipher.cc
[97/478] Compiling ssl_lib.cc
[98/478] Compiling ssl_buffer.cc
[99/478] Compiling ssl_aead_ctx.cc
[100/478] Compiling ssl_cert.cc
[101/478] Compiling ssl_asn1.cc
[102/478] Compiling s3_pkt.cc
[103/478] Compiling s3_lib.cc
[104/478] Compiling s3_both.cc
[105/478] Compiling handshake_server.cc
[106/478] Compiling handshake_client.cc
[107/478] Compiling handshake.cc
[108/478] Compiling d1_srtp.cc
[109/478] Compiling dtls_method.cc
[110/478] Compiling handoff.cc
[111/478] Compiling md5-x86_64-linux.S
[112/478] Compiling md5-x86_64-apple.S
[113/478] Compiling d1_pkt.cc
[114/478] Compiling encrypted_client_hello.cc
[115/478] Compiling md5-586-linux.S
[116/478] Compiling dtls_record.cc
[117/478] Compiling d1_lib.cc
[118/478] Compiling md5-586-apple.S
[119/478] Compiling extensions.cc
[120/478] Compiling chacha20_poly1305_x86_64-linux.S
[121/478] Compiling bio_ssl.cc
[122/478] Compiling chacha20_poly1305_x86_64-apple.S
[123/478] Compiling chacha20_poly1305_armv8-win.S
[124/478] Compiling chacha20_poly1305_armv8-linux.S
[125/478] Compiling chacha-x86_64-apple.S
[126/478] Compiling chacha-x86_64-linux.S
[127/478] Compiling chacha-armv8-win.S
[128/478] Compiling chacha-x86-linux.S
[128/478] Compiling chacha-x86-apple.S
[130/478] Compiling chacha-armv8-linux.S
[131/478] Compiling chacha20_poly1305_armv8-apple.S
[132/478] Compiling chacha-armv8-apple.S
[133/478] Compiling chacha-armv4-linux.S
[134/478] Compiling aes128gcmsiv-x86_64-linux.S
[135/478] Compiling x86_64-mont5-linux.S
[135/478] Compiling x86_64-mont5-apple.S
[137/478] Compiling aes128gcmsiv-x86_64-apple.S
[137/478] Compiling x86_64-mont-linux.S
[139/478] Compiling d1_both.cc
[140/478] Compiling x86-mont-linux.S
[141/478] Compiling x86_64-mont-apple.S
[142/478] Compiling vpaes-armv8-linux.S
[143/478] Compiling vpaes-x86_64-apple.S
[143/478] Compiling x86-mont-apple.S
[145/478] Compiling vpaes-x86-apple.S
[145/478] Compiling vpaes-x86-linux.S
[145/478] Compiling vpaes-x86_64-linux.S
[148/478] Compiling vpaes-armv8-win.S
[149/478] Compiling vpaes-armv7-linux.S
[150/478] Compiling vpaes-armv8-apple.S
[151/478] Compiling sha512-x86_64-linux.S
[152/478] Compiling sha512-armv8-win.S
[153/478] Compiling err_data.cc
[154/478] Compiling sha512-armv4-linux.S
[155/478] Compiling sha512-armv8-linux.S
[156/478] Compiling sha512-586-linux.S
[157/478] Compiling sha512-x86_64-apple.S
[158/478] Compiling sha512-armv8-apple.S
[159/478] Compiling sha512-586-apple.S
[160/478] Compiling sha256-x86_64-linux.S
[161/478] Compiling sha256-x86_64-apple.S
[162/478] Compiling sha256-armv8-linux.S
[163/478] Compiling sha256-armv8-win.S
[164/478] Compiling sha256-586-apple.S
[165/478] Compiling sha256-586-linux.S
[166/478] Compiling sha256-armv4-linux.S
[167/478] Compiling sha256-armv8-apple.S
[168/478] Compiling sha1-x86_64-linux.S
[169/478] Compiling sha1-x86_64-apple.S
[170/478] Compiling sha1-armv8-win.S
[171/478] Compiling sha1-armv8-linux.S
[172/478] Compiling sha1-armv4-large-linux.S
[173/478] Compiling sha1-586-linux.S
[174/478] Compiling sha1-armv8-apple.S
[175/478] Compiling rsaz-avx2-linux.S
[176/478] Compiling sha1-586-apple.S
[177/478] Compiling rsaz-avx2-apple.S
[178/478] Compiling rdrand-x86_64-linux.S
[179/478] Compiling p256_beeu-x86_64-asm-linux.S
[180/478] Compiling rdrand-x86_64-apple.S
[181/478] Compiling p256_beeu-x86_64-asm-apple.S
[182/478] Compiling p256_beeu-armv8-asm-linux.S
[183/478] Compiling p256_beeu-armv8-asm-apple.S
[184/478] Compiling p256_beeu-armv8-asm-win.S
[185/478] Compiling p256-x86_64-asm-linux.S
[186/478] Compiling p256-armv8-asm-win.S
[187/478] Compiling p256-x86_64-asm-apple.S
[188/478] Compiling p256-armv8-asm-linux.S
[189/478] Compiling p256-armv8-asm-apple.S
[190/478] Compiling ghashv8-armv8-win.S
[191/478] Compiling ghashv8-armv8-linux.S
[192/478] Compiling ghashv8-armv8-apple.S
[193/478] Compiling ghash-x86_64-linux.S
[194/478] Compiling ghashv8-armv7-linux.S
[195/478] Compiling ghash-x86-linux.S
[196/478] Compiling ghash-x86_64-apple.S
[197/478] Compiling ghash-x86-apple.S
[197/478] Compiling ghash-ssse3-x86_64-linux.S
[199/478] Compiling ghash-ssse3-x86-linux.S
[200/478] Compiling ghash-ssse3-x86_64-apple.S
[201/478] Compiling ghash-ssse3-x86-apple.S
[202/478] Compiling ghash-neon-armv8-win.S
[203/478] Compiling ghash-neon-armv8-linux.S
[204/478] Compiling co-586-linux.S
[204/478] Compiling ghash-neon-armv8-apple.S
[206/478] Compiling ghash-armv4-linux.S
[207/478] Compiling bsaes-armv7-linux.S
[208/478] Compiling co-586-apple.S
[209/478] Compiling bn-armv8-win.S
[210/478] Compiling bn-armv8-linux.S
[211/478] Compiling bn-armv8-apple.S
[212/478] Compiling bn-586-linux.S
[213/478] Compiling armv8-mont-linux.S
[214/478] Compiling armv8-mont-win.S
[214/478] Compiling bn-586-apple.S
[216/478] Compiling armv4-mont-linux.S
[217/478] Compiling armv8-mont-apple.S
[218/478] Compiling aesv8-gcm-armv8-linux.S
[219/478] Compiling aesv8-gcm-armv8-win.S
[220/478] Compiling aesv8-gcm-armv8-apple.S
[221/478] Compiling aesv8-armv8-win.S
[222/478] Compiling aesv8-armv8-linux.S
[223/478] Compiling aesv8-armv8-apple.S
[224/478] Compiling aesni-x86_64-linux.S
[225/478] Compiling aesni-x86_64-apple.S
[226/478] Compiling aesni-x86-linux.S
[227/478] Compiling aesv8-armv7-linux.S
[228/478] Compiling aesni-gcm-x86_64-linux.S
[229/478] Compiling aesni-x86-apple.S
[230/478] Compiling aesni-gcm-x86_64-apple.S
[231/478] Compiling aes-gcm-avx2-x86_64-linux.S
[232/478] Compiling aes-gcm-avx2-x86_64-apple.S
[233/478] Compiling aes-gcm-avx10-x86_64-linux.S
[234/478] Compiling aes-gcm-avx10-x86_64-apple.S
[235/478] Compiling x_val.cc
[236/478] Compiling x_x509a.cc
[237/478] Compiling x_sig.cc
[238/478] Compiling x_spki.cc
[239/478] Compiling x_req.cc
[240/478] Compiling x_pubkey.cc
[241/478] Compiling x_x509.cc
[242/478] Compiling x_exten.cc
[243/478] Compiling x_crl.cc
[244/478] Compiling x_name.cc
[245/478] Compiling x509spki.cc
[246/478] Compiling x_attrib.cc
[247/478] Compiling x_algor.cc
[248/478] Compiling x509name.cc
[249/478] Compiling x_all.cc
[250/478] Compiling x509rset.cc
[251/478] Compiling x509cset.cc
[252/478] Compiling x509_v3.cc
[253/478] Compiling x509_vpm.cc
[254/478] Compiling x509_vfy.cc
[255/478] Compiling x509_trs.cc
[256/478] Compiling x509_txt.cc
[257/478] Compiling x509_set.cc
[258/478] Compiling x509_req.cc
[259/478] Compiling x509_obj.cc
[260/478] Compiling x509_lu.cc
[261/478] Compiling x509_def.cc
[262/478] Compiling x509_d2.cc
[263/478] Compiling x509_ext.cc
[264/478] Compiling x509_cmp.cc
[265/478] Compiling x509_att.cc
[266/478] Compiling x509.cc
[267/478] Compiling v3_skey.cc
[268/478] Compiling v3_prn.cc
[269/478] Compiling v3_ocsp.cc
[270/478] Compiling v3_purp.cc
[271/478] Compiling v3_pcons.cc
[272/478] Compiling v3_pmaps.cc
[273/478] Compiling v3_utl.cc
[274/478] Compiling v3_ncons.cc
[275/478] Compiling v3_lib.cc
[276/478] Compiling v3_int.cc
[277/478] Compiling v3_ia5.cc
[278/478] Compiling v3_genn.cc
[279/478] Compiling v3_info.cc
[280/478] Compiling v3_enum.cc
[281/478] Compiling v3_extku.cc
[282/478] Compiling v3_crld.cc
[283/478] Compiling v3_cpols.cc
[284/478] Compiling v3_conf.cc
[285/478] Compiling v3_bitst.cc
[286/478] Compiling v3_bcons.cc
[287/478] Compiling v3_akeya.cc
[288/478] Compiling t_x509a.cc
[289/478] Compiling v3_akey.cc
[290/478] Compiling v3_alt.cc
[291/478] Compiling t_crl.cc
[292/478] Compiling t_req.cc
[293/478] Compiling t_x509.cc
[294/478] Compiling rsa_pss.cc
[295/478] Compiling i2d_pr.cc
[296/478] Compiling name_print.cc
[297/478] Compiling policy.cc
[298/478] Compiling by_file.cc
[299/478] Compiling by_dir.cc
[300/478] Compiling a_digest.cc
[301/478] Compiling asn1_gen.cc
[302/478] Compiling a_sign.cc
[303/478] Compiling a_verify.cc
[304/478] Compiling algorithm.cc
[305/478] Compiling voprf.cc
[306/478] Compiling thread_win.cc
[307/478] Compiling trust_token.cc
[308/478] Compiling thread.cc
[309/478] Compiling thread_pthread.cc
[310/478] Compiling thread_none.cc
[311/478] Compiling stack.cc
[312/478] Compiling pmbtoken.cc
[313/478] Compiling slhdsa.cc
[314/478] Compiling spake2plus.cc
[315/478] Compiling sha512.cc
[316/478] Compiling siphash.cc
[317/478] Compiling sha256.cc
[318/478] Compiling rsa_print.cc
[319/478] Compiling sha1.cc
[320/478] Compiling rsa_extra.cc
[321/478] Compiling rsa_crypt.cc
[322/478] Compiling refcount.cc
[323/478] Compiling rc4.cc
[324/478] Compiling rsa_asn1.cc
[325/478] Compiling urandom.cc
[326/478] Compiling windows.cc
[327/478] Compiling trusty.cc
[328/478] Compiling rand.cc
[329/478] Compiling poly1305_arm_asm.S
[330/478] Compiling ios.cc
[330/478] Compiling passive.cc
[332/478] Compiling getentropy.cc
[333/478] Compiling forkunsafe.cc
[334/478] Compiling deterministic.cc
[335/478] Compiling fork_detect.cc
[336/478] Compiling poly1305_arm.cc
[337/478] Compiling poly1305_vec.cc
[338/478] Compiling poly1305.cc
[339/478] Compiling pool.cc
[340/478] Compiling pkcs8.cc
[341/478] Compiling pkcs8_x509.cc
[342/478] Compiling pkcs7.cc
[343/478] Compiling p5_pbev2.cc
[344/478] Compiling pkcs7_x509.cc
[345/478] Compiling pem_xaux.cc
[346/478] Compiling pem_pkey.cc
[347/478] Compiling pem_x509.cc
[348/478] Compiling pem_pk8.cc
[349/478] Compiling pem_oth.cc
[350/478] Compiling obj_xref.cc
[351/478] Compiling mlkem.cc
[352/478] Compiling mldsa.cc
[353/478] Compiling pem_info.cc
[354/478] Compiling pem_all.cc
[355/478] Compiling pem_lib.cc
[356/478] Compiling mem.cc
[357/478] Compiling poly_rq_mul.S
[358/478] Compiling fips_shared_support.cc
[359/478] Compiling md5.cc
[360/478] Compiling obj.cc
[361/478] Compiling md4.cc
[362/478] Compiling lhash.cc
[363/478] Compiling kyber.cc
[364/478] Compiling ex_data.cc
[365/478] Compiling sign.cc
[366/478] Compiling scrypt.cc
[367/478] Compiling print.cc
[368/478] Compiling hpke.cc
[369/478] Compiling pbkdf.cc
[370/478] Compiling hrss.cc
[371/478] Compiling p_x25519_asn1.cc
[372/478] Compiling p_x25519.cc
[373/478] Compiling p_ed25519.cc
[374/478] Compiling p_hkdf.cc
[375/478] Compiling p_rsa_asn1.cc
[376/478] Compiling p_rsa.cc
[377/478] Compiling p_ec.cc
[378/478] Compiling p_ec_asn1.cc
[379/478] Compiling p_ed25519_asn1.cc
[380/478] Compiling p_dh_asn1.cc
[381/478] Compiling p_dh.cc
[382/478] Compiling p_dsa_asn1.cc
[383/478] Compiling evp_ctx.cc
[384/478] Compiling evp.cc
[384/478] Compiling err.cc
[386/478] Compiling engine.cc
[387/478] Compiling evp_asn1.cc
[388/478] Compiling ecdsa_asn1.cc
[389/478] Compiling ecdh.cc
[390/478] Compiling hash_to_curve.cc
[391/478] Compiling ec_derive.cc
[392/478] Compiling bcm.cc
[393/478] Compiling dsa.cc
[394/478] Compiling x25519-asm-arm.S
[395/478] Compiling ec_asn1.cc
[396/478] Compiling dsa_asn1.cc
[397/478] Compiling params.cc
[398/478] Compiling digest_extra.cc
[399/478] Compiling des.cc
[400/478] Compiling dh_asn1.cc
[401/478] Compiling curve25519_64_adx.cc
[402/478] Compiling spake25519.cc
[403/478] Compiling cpu_intel.cc
[404/478] Compiling crypto.cc
[405/478] Compiling curve25519.cc
[406/478] Compiling cpu_arm_freebsd.cc
[407/478] Compiling cpu_arm_linux.cc
[408/478] Compiling cpu_aarch64_win.cc
[409/478] Compiling cpu_aarch64_sysreg.cc
[410/478] Compiling cpu_aarch64_openbsd.cc
[411/478] Compiling cpu_aarch64_linux.cc
[412/478] Compiling cpu_aarch64_fuchsia.cc
[413/478] Compiling cpu_aarch64_apple.cc
[414/478] Compiling tls_cbc.cc
[415/478] Compiling get_cipher.cc
[416/478] Compiling e_tls.cc
[417/478] Compiling conf.cc
[418/478] Compiling e_rc4.cc
[419/478] Compiling e_rc2.cc
[420/478] Compiling e_null.cc
[421/478] Compiling e_des.cc
[422/478] Compiling e_chacha20poly1305.cc
[423/478] Compiling e_aesgcmsiv.cc
[424/478] Compiling derive_key.cc
[425/478] Compiling chacha.cc
[426/478] Compiling e_aesctrhmac.cc
[427/478] Compiling unicode.cc
[428/478] Compiling cbs.cc
[429/478] Compiling ber.cc
[430/478] Compiling cbb.cc
[431/478] Compiling buf.cc
[432/478] Compiling asn1_compat.cc
[433/478] Compiling blake2.cc
[434/478] Compiling socket_helper.cc
[435/478] Compiling convert.cc
[436/478] Compiling bn_asn1.cc
[437/478] Compiling socket.cc
[438/478] Compiling printf.cc
[439/478] Compiling pair.cc
[440/478] Compiling hexdump.cc
[441/478] Compiling file.cc
[442/478] Compiling fd.cc
[443/478] Compiling errno.cc
[444/478] Compiling connect.cc
[445/478] Compiling bio_mem.cc
[446/478] Compiling base64.cc
[447/478] Compiling bio.cc
[448/478] Compiling tasn_typ.cc
[449/478] Compiling tasn_fre.cc
[450/478] Compiling tasn_utl.cc
[451/478] Compiling tasn_enc.cc
[452/478] Compiling tasn_new.cc
[453/478] Compiling posix_time.cc
[454/478] Compiling f_string.cc
[455/478] Compiling asn_pack.cc
[456/478] Compiling f_int.cc
[457/478] Compiling tasn_dec.cc
[458/478] Compiling asn1_par.cc
[459/478] Compiling a_utctm.cc
[460/478] Compiling asn1_lib.cc
[461/478] Compiling a_type.cc
[462/478] Compiling a_time.cc
[463/478] Compiling a_strnid.cc
[464/478] Compiling a_octet.cc
[465/478] Compiling a_strex.cc
[466/478] Compiling a_object.cc
[467/478] Compiling a_mbstr.cc
[468/478] Write sources
[469/478] Compiling a_int.cc
[470/478] Compiling a_i2d_fp.cc
[471/478] Compiling a_d2i_fp.cc
[472/478] Compiling a_dup.cc
[473/497] Compiling a_gentm.cc
[474/497] Compiling a_bitstr.cc
[475/497] Compiling a_bool.cc
[477/497] Compiling Atomics UnsafeAtomicLazyReference.swift
[478/497] Compiling Atomics IntegerOperations.swift
[479/498] Compiling Atomics AtomicInteger.swift
[480/498] Compiling Atomics AtomicOptionalWrappable.swift
[481/498] Compiling Atomics ManagedAtomicLazyReference.swift
[482/498] Compiling Atomics UnsafeAtomic.swift
[483/498] Compiling Atomics DoubleWord.swift
[484/498] Compiling Atomics ManagedAtomic.swift
[485/498] Compiling Atomics AtomicValue.swift
[486/498] Compiling Atomics AtomicMemoryOrderings.swift
[487/498] Compiling Atomics Unmanaged extensions.swift
[488/498] Compiling Atomics AtomicReference.swift
[489/498] Compiling Atomics AtomicStorage.swift
[490/498] Compiling Atomics AtomicBool.swift
[491/498] Compiling Atomics IntegerConformances.swift
[492/498] Compiling Atomics OptionalRawRepresentable.swift
[493/498] Compiling Atomics RawRepresentable.swift
[494/498] Compiling Atomics PointerConformances.swift
[495/498] Compiling Atomics Primitives.native.swift
[496/498] Emitting module Atomics
[496/498] Compiling c-nioatomics.c
[497/498] Compiling c-atomics.c
[499/504] Compiling NIOConcurrencyHelpers lock.swift
[500/504] Compiling NIOConcurrencyHelpers NIOLock.swift
[501/504] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[502/504] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[503/504] Compiling NIOConcurrencyHelpers atomics.swift
[504/504] Emitting module NIOConcurrencyHelpers
[505/568] Compiling NIOCore NIOLoopBound.swift
[506/568] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[507/568] Compiling NIOCore NIOScheduledCallback.swift
[508/568] Compiling NIOCore NIOSendable.swift
[509/568] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[510/568] Compiling NIOCore RecvByteBufferAllocator.swift
[511/568] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[512/575] Compiling NIOCore GlobalSingletons.swift
[513/575] Compiling NIOCore IO.swift
[514/575] Compiling NIOCore IOData.swift
[515/575] Compiling NIOCore IPProtocol.swift
[516/575] Compiling NIOCore IntegerBitPacking.swift
[517/575] Compiling NIOCore IntegerTypes.swift
[518/575] Compiling NIOCore Interfaces.swift
[519/575] Compiling NIOCore AddressedEnvelope.swift
[520/575] Compiling NIOCore AsyncAwaitSupport.swift
[521/575] Compiling NIOCore AsyncChannel.swift
[522/575] Compiling NIOCore AsyncChannelHandler.swift
[523/575] Compiling NIOCore AsyncChannelInboundStream.swift
[524/575] Compiling NIOCore AsyncChannelOutboundWriter.swift
[525/575] Compiling NIOCore NIOAsyncSequenceProducer.swift
[526/575] Compiling NIOCore Codec.swift
[527/575] Compiling NIOCore ConvenienceOptionSupport.swift
[528/575] Compiling NIOCore DeadChannel.swift
[529/575] Compiling NIOCore DispatchQueue+WithFuture.swift
[530/575] Compiling NIOCore EventLoop+Deprecated.swift
[531/575] Compiling NIOCore EventLoop+SerialExecutor.swift
[532/575] Compiling NIOCore EventLoop.swift
[533/575] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[534/575] Compiling NIOCore EventLoopFuture+Deprecated.swift
[535/575] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[536/575] Compiling NIOCore EventLoopFuture.swift
[537/575] Compiling NIOCore FileDescriptor.swift
[538/575] Compiling NIOCore FileHandle.swift
[539/575] Compiling NIOCore FileRegion.swift
[540/575] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[541/575] Compiling NIOCore NIOAsyncWriter.swift
[542/575] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[543/575] Compiling NIOCore BSDSocketAPI.swift
[544/575] Compiling NIOCore ByteBuffer-aux.swift
[545/575] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[546/575] Compiling NIOCore ByteBuffer-conversions.swift
[547/575] Compiling NIOCore SocketAddresses.swift
[548/575] Compiling NIOCore SocketOptionProvider.swift
[549/575] Compiling NIOCore SystemCallHelpers.swift
[550/575] Compiling NIOCore TimeAmount+Duration.swift
[551/575] Compiling NIOCore TypeAssistedChannelHandler.swift
[552/575] Compiling NIOCore UniversalBootstrapSupport.swift
[553/575] Compiling NIOCore Utilities.swift
[554/575] Compiling NIOCore Linux.swift
[555/575] Compiling NIOCore MarkedCircularBuffer.swift
[556/575] Compiling NIOCore MulticastChannel.swift
[557/575] Compiling NIOCore NIOAny.swift
[558/575] Compiling NIOCore NIOCloseOnErrorHandler.swift
[559/575] Compiling NIOCore NIOCoreSendableMetatype.swift
[560/575] Compiling NIOCore NIODecodedAsyncSequence.swift
[561/575] Compiling NIOCore ByteBuffer-core.swift
[562/575] Compiling NIOCore ByteBuffer-hex.swift
[563/575] Compiling NIOCore ByteBuffer-int.swift
[564/575] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[565/575] Compiling NIOCore ByteBuffer-multi-int.swift
[566/575] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[567/575] Compiling NIOCore ByteBuffer-views.swift
[568/575] Compiling NIOCore Channel.swift
[569/575] Compiling NIOCore ChannelHandler.swift
[570/575] Compiling NIOCore ChannelHandlers.swift
[571/575] Compiling NIOCore ChannelInvoker.swift
[572/575] Compiling NIOCore ChannelOption.swift
[573/575] Compiling NIOCore ChannelPipeline.swift
[574/575] Compiling NIOCore CircularBuffer.swift
[575/575] Emitting module NIOCore
[576/631] Compiling NIOEmbedded AsyncTestingChannel.swift
[577/631] Compiling NIOEmbedded Embedded.swift
[578/631] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[579/631] Emitting module NIOEmbedded
[580/631] Compiling NIOPosix SelectorEpoll.swift
[581/631] Compiling NIOPosix SelectorGeneric.swift
[582/631] Compiling NIOPosix SelectorKqueue.swift
[583/631] Compiling NIOPosix SelectorUring.swift
[584/631] Compiling NIOPosix SelectorWSAPoll.swift
[585/636] Compiling NIOPosix BSDSocketAPICommon.swift
[586/636] Compiling NIOPosix BSDSocketAPIPosix.swift
[587/636] Compiling NIOPosix BSDSocketAPIWindows.swift
[588/636] Compiling NIOPosix BaseSocket.swift
[589/636] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[590/636] Compiling NIOPosix BaseSocketChannel.swift
[591/636] Compiling NIOPosix ServerSocket.swift
[592/636] Compiling NIOPosix Socket.swift
[593/636] Compiling NIOPosix SocketChannel.swift
[594/636] Compiling NIOPosix SocketProtocols.swift
[595/636] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[596/636] Compiling NIOPosix PendingDatagramWritesManager.swift
[597/636] Compiling NIOPosix PendingWritesManager.swift
[598/636] Compiling NIOPosix PipeChannel.swift
[599/636] Compiling NIOPosix PipePair.swift
[600/636] Compiling NIOPosix Pool.swift
[601/636] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[602/636] Compiling NIOPosix LinuxCPUSet.swift
[603/636] Compiling NIOPosix LinuxUring.swift
[604/636] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[605/636] Compiling NIOPosix NIOPosixSendableMetatype.swift
[606/636] Compiling NIOPosix NIOThreadPool.swift
[607/636] Compiling NIOPosix NonBlockingFileIO.swift
[608/636] Compiling NIOPosix GetaddrinfoResolver.swift
[609/636] Compiling NIOPosix HappyEyeballs.swift
[610/636] Compiling NIOPosix IO.swift
[611/636] Compiling NIOPosix IntegerBitPacking.swift
[612/636] Compiling NIOPosix IntegerTypes.swift
[613/636] Compiling NIOPosix Linux.swift
[614/636] Emitting module NIOPosix
[615/636] Compiling NIOPosix PosixSingletons.swift
[616/636] Compiling NIOPosix RawSocketBootstrap.swift
[617/636] Compiling NIOPosix Resolver.swift
[618/636] Compiling NIOPosix Selectable.swift
[619/636] Compiling NIOPosix SelectableChannel.swift
[620/636] Compiling NIOPosix SelectableEventLoop.swift
[621/636] Compiling NIOPosix System.swift
[622/636] Compiling NIOPosix Thread.swift
[623/636] Compiling NIOPosix ThreadPosix.swift
[624/636] Compiling NIOPosix ThreadWindows.swift
[625/636] Compiling NIOPosix UnsafeTransfer.swift
[626/636] Compiling NIOPosix BaseStreamSocketChannel.swift
[627/636] Compiling NIOPosix Bootstrap.swift
[628/636] Compiling NIOPosix ControlMessage.swift
[629/636] Compiling NIOPosix DatagramVectorReadManager.swift
[630/636] Compiling NIOPosix Errors+Any.swift
[631/636] Compiling NIOPosix FileDescriptor.swift
[632/636] Compiling NIOPosix Utilities.swift
[633/636] Compiling NIOPosix VsockAddress.swift
[634/636] Compiling NIOPosix VsockChannelEvents.swift
[635/636] Compiling NIOPosix Windows.swift
[636/636] Compiling NIOPosix resource_bundle_accessor.swift
[637/638] Compiling NIO Exports.swift
[638/638] Emitting module NIO
[639/666] Emitting module NIOTLS
[640/666] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[641/666] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[642/666] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[643/666] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[644/666] Compiling NIOTLS TLSEvents.swift
[645/666] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[646/666] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[647/666] Compiling NIOTLS SNIHandler.swift
[648/666] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[649/667] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[650/667] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[651/667] Emitting module NIOFoundationCompat
[652/667] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[653/667] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[654/720] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[655/720] Compiling NIOTransportServices AcceptHandler.swift
[656/720] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[657/720] Emitting module NIOHTTP1
[658/720] Compiling NIOTransportServices StateManagedChannel.swift
[659/720] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[660/720] Compiling NIOTransportServices NIOTSListenerChannel.swift
[661/720] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[662/720] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[663/720] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[664/720] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[665/720] Compiling NIOTransportServices NIOTSEventLoop.swift
[666/720] Compiling NIOTransportServices NIOTSSingletons.swift
[667/720] Compiling NIOTransportServices NIOTSBootstraps.swift
[668/749] Emitting module NIOTransportServices
[669/751] Compiling NIOWebSocket WebSocketOpcode.swift
[670/752] Compiling NIOExtras LineBasedFrameDecoder.swift
[671/752] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[672/753] Compiling NIOWebSocket SHA1.swift
[673/753] Compiling NIOExtras NIOExtrasError.swift
[674/753] Compiling NIOExtras NIOLengthFieldBitLength.swift
[675/753] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[676/753] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[677/753] Compiling NIOExtras RequestResponseHandlers+State.swift
[678/753] Compiling NIOExtras RequestResponseWithIDHandler.swift
[679/753] Compiling NIOExtras QuiescingHelper.swift
[680/753] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[681/753] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[682/753] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[683/753] Emitting module NIOWebSocket
[684/753] Compiling NIOExtras DebugInboundEventsHandler.swift
[685/753] Compiling NIOExtras DebugOutboundEventsHandler.swift
[686/753] Compiling NIOExtras FixedLengthFrameDecoder.swift
[687/753] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[689/753] Compiling NIOExtras RequestResponseHandler.swift
[690/753] Compiling NIOExtras NIORequestIdentifiable.swift
[691/753] Compiling NIOExtras PCAPRingBuffer.swift
[694/753] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[695/753] Compiling NIOWebSocket WebSocketErrorCodes.swift
[696/753] Compiling NIOWebSocket WebSocketFrame.swift
[697/753] Compiling NIOExtras JSONRPCFraming.swift
[698/753] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[700/753] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[704/753] Compiling NIOExtras LengthFieldPrepender.swift
[705/753] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[706/753] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[712/753] Emitting module NIOExtras
[717/756] Emitting module NIOSSL
[727/756] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[728/756] Compiling NIOTransportServices NIOTSErrors.swift
[733/756] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[734/756] Compiling NIOSSL SSLPublicKey.swift
[735/756] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[736/756] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[740/756] Compiling NIOSSL SubjectAlternativeName.swift
[741/756] Compiling NIOSSL NIOSSLSecureBytes.swift
[742/756] Compiling NIOSSL RNG.swift
[746/756] Compiling NIOSSL SSLCallbacks.swift
[747/756] Compiling NIOExtras WritePCAPHandler.swift
[748/756] Compiling NIOSSL UniversalBootstrapSupport.swift
[749/756] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[750/756] Compiling NIOSSL resource_bundle_accessor.swift
[757/764] Compiling WebSocketKit WebSocketHandler.swift
[758/764] Compiling WebSocketKit WebSocketClient.swift
[759/764] Compiling WebSocketKit WebSocket+Connect.swift
[760/764] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[761/764] Compiling WebSocketKit WebSocket+Concurrency.swift
[762/764] Compiling WebSocketKit Exports.swift
[763/764] Emitting module WebSocketKit
[764/764] Compiling WebSocketKit WebSocket.swift
[765/808] Compiling Monarca BskyMessageHandler.swift
[766/808] Compiling Monarca BskyMessageHandlerError.swift
[767/808] Compiling Monarca CommitMessageHandler.swift
[768/808] Compiling Monarca ContentFilteredCommitMessageHandler.swift
[769/808] Compiling Monarca AlphaTeal.swift
[770/808] Compiling Monarca AspectRatio.swift
[771/808] Compiling Monarca Block.swift
[772/808] Compiling Monarca EmbedViewExternal.swift
[773/808] Compiling Monarca Follow.swift
[774/812] Compiling Monarca StarterPack.swift
[775/812] Compiling Monarca ThreadGate.swift
[776/812] Compiling Monarca Video.swift
[777/812] Compiling Monarca Formatter+Monarca.swift
[778/812] Compiling Monarca JSONDecoder+Monarca.swift
[779/812] Compiling Monarca Image.swift
[780/812] Compiling Monarca Like.swift
[781/812] Compiling Monarca LinkedIdentifier.swift
[782/812] Compiling Monarca ListItem.swift
[783/812] Compiling Monarca NotificationDeclaration.swift
[784/812] Compiling Monarca BskyMessage.swift
[785/812] Compiling Monarca Commit.swift
[786/812] Compiling Monarca Identity.swift
[787/812] Compiling Monarca Profile.swift
[788/812] Compiling Monarca Status.swift
[789/812] Compiling Monarca HashtagFilteredCommitMessageHandler.swift
[790/812] Compiling Monarca IdentityMessageHandler.swift
[791/812] Compiling Monarca AllMessagesManager.swift
[792/812] Compiling Monarca BskyMessageManager.swift
[793/812] Emitting module Monarca
/Users/admin/builder/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/812] Compiling Monarca BskyFirehoseSettingsMapper.swift
[795/812] Compiling Monarca FirehoseMapperError.swift
[796/812] Compiling Monarca BskyMessageManagerError.swift
[797/812] Compiling Monarca AccountMessageHandler.swift
[798/812] Compiling Monarca BskyFirehoseSettings.swift
/Users/admin/builder/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]()
[799/812] Compiling Monarca FirehoseHost.swift
/Users/admin/builder/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]()
[800/812] Compiling Monarca MessageSize.swift
/Users/admin/builder/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]()
[801/812] Compiling Monarca Playback.swift
/Users/admin/builder/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]()
[802/812] Compiling Monarca Account.swift
/Users/admin/builder/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[803/812] Compiling Monarca Post.swift
[804/812] Compiling Monarca PostGate.swift
[805/812] Compiling Monarca Record.swift
[806/812] Compiling Monarca Reference.swift
[807/812] Compiling Monarca Repost.swift
[808/812] Compiling Monarca BskyFirehoseClient.swift
[809/812] Compiling Monarca BskyFirehoseClientBuilder.swift
[810/812] Compiling Monarca BskyFirehoseError.swift
[811/812] Compiling Monarca DefaultFirehoseClientsBuilder.swift
[812/812] Compiling Monarca BskyCollection.swift
Build complete! (75.42s)
Fetching https://github.com/vapor/websocket-kit.git
[1/2632] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.96s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.55s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.86s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.86s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.87s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.87s)
Fetched https://github.com/apple/swift-nio.git from cache (2.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.99s)
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 (0.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (0.73s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.80s)
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.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.58s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/2568] Fetching swift-service-lifecycle
[181/9609] Fetching swift-service-lifecycle, swift-certificates
[509/15442] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.26s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.26s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (1.27s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.29s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.31s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.32s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.73s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.37s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.92s)
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.47s)
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.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.54s)
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.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
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.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.65s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.64s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.56s)
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.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-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-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-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-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-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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.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.6.3
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/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-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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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
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" : "/Users/admin/builder/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"
}
Done.