Build Information
Successful build of Monarca, reference main (ff09a0), with Swift 6.1 for Android on 12 Dec 2025 12:57:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/fitomad/Monarca
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 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: 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-4609320-1":/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
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
9c289e52bf8d: Pulling fs layer
9c289e52bf8d: Verifying Checksum
9c289e52bf8d: Download complete
9c289e52bf8d: Pull complete
Digest: sha256:ce1b7017ad30108c6abfae44b6e48f23522328c33c457a13c7922f9da89315da
Status: Downloaded newer image 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.34s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.57s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
[1/2809] Fetching swift-nio-transport-services
[760/4629] Fetching swift-nio-transport-services, swift-atomics
[3411/10993] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[10994/91694] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio
[11802/106990] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.58s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.58s)
[4965/97817] Fetching swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.23s)
[62910/95997] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.27s)
[48421/80701] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.33s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (8.05s)
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 (1.30s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5221] Fetching swift-system
[5222/23608] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.66s)
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.84s)
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 (0.81s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/7041] Fetching swift-certificates
[764/12874] Fetching swift-certificates, swift-async-algorithms
[1129/15442] Fetching swift-certificates, swift-async-algorithms, swift-service-lifecycle
[2468/21483] Fetching swift-certificates, swift-async-algorithms, swift-service-lifecycle, swift-algorithms
[2495/27230] Fetching swift-certificates, swift-async-algorithms, swift-service-lifecycle, swift-algorithms, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.73s)
[23092/24662] Fetching swift-certificates, swift-async-algorithms, swift-algorithms, swift-log
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.12s)
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1204] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-algorithms.git from cache (1.22s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.22s)
[1205/2871] Fetching swift-http-structured-headers, swift-asn1
[2872/3822] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.67s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
[1/11718] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (1.31s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.32s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
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.00s)
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.68s)
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.18s)
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.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.85s)
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 (1.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (1.21s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (7.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.01s)
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.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-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-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-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-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-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-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-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-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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Building for debugging...
[0/435] Write sources
[19/435] Compiling CNIOWASI CNIOWASI.c
[20/435] Compiling CNIOWindows WSAStartup.c
[21/435] Compiling CNIOWindows shim.c
[22/435] Compiling CNIOPosix event_loop_id.c
[23/435] Compiling CNIOLinux liburing_shims.c
[24/435] Compiling CNIOOpenBSD shim.c
[25/435] Compiling _AtomicsShims.c
[26/435] Compiling CNIOSHA1 c_nio_sha1.c
[27/435] Compiling CNIODarwin shim.c
[28/435] Compiling CNIOLLHTTP c_nio_http.c
[29/435] Compiling fiat_p256_adx_sqr.S
[30/435] Compiling fiat_p256_adx_mul.S
[31/435] Compiling CNIOLinux shim.c
[32/435] Compiling fiat_curve25519_adx_mul.S
[33/435] Compiling fiat_curve25519_adx_square.S
[34/435] Compiling CNIOLLHTTP c_nio_api.c
[35/435] Write swift-version-24593BA9C3E375BF.txt
[36/435] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/435] Compiling CNIOBoringSSLShims shims.c
[38/441] Compiling tls_method.cc
[39/441] Compiling tls13_client.cc
[40/441] Compiling tls13_both.cc
[41/457] Compiling tls_record.cc
[42/475] Compiling tls13_enc.cc
[44/475] Emitting module InternalCollectionsUtilities
[44/477] Compiling tls13_server.cc
[46/477] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[47/477] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[50/479] Compiling Atomics ManagedAtomic.swift
[51/479] Compiling Atomics ManagedAtomicLazyReference.swift
[52/479] Compiling Atomics AtomicInteger.swift
[53/479] Compiling Atomics AtomicOptionalWrappable.swift
[54/479] Compiling Atomics AtomicReference.swift
[55/479] Compiling Atomics AtomicStorage.swift
[56/479] Compiling Atomics AtomicValue.swift
[57/479] Compiling Atomics AtomicMemoryOrderings.swift
[58/479] Compiling Atomics DoubleWord.swift
[61/479] Compiling _NIODataStructures PriorityQueue.swift
[62/479] Compiling _NIODataStructures _TinyArray.swift
[65/479] Compiling Atomics RawRepresentable.swift
[66/479] Compiling Atomics AtomicBool.swift
[68/479] Compiling Atomics OptionalRawRepresentable.swift
[69/479] Emitting module _NIOBase64
[70/479] Compiling _NIOBase64 Base64.swift
[70/479] Compiling ssl_versions.cc
[72/480] Compiling Atomics PointerConformances.swift
[73/480] Compiling Atomics Primitives.native.swift
[76/480] Compiling Atomics IntegerConformances.swift
[78/481] Compiling t1_enc.cc
[81/481] Compiling _NIODataStructures Heap.swift
[82/481] Emitting module _NIODataStructures
[85/482] Compiling Atomics IntegerOperations.swift
[86/482] Compiling Atomics Unmanaged extensions.swift
[86/482] Compiling ssl_x509.cc
[87/497] Compiling ssl_transcript.cc
[89/497] Compiling DequeModule Deque+Equatable.swift
[90/497] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/497] Compiling DequeModule Deque+CustomReflectable.swift
[92/497] Compiling DequeModule Deque+Descriptions.swift
[93/499] Compiling DequeModule _DequeBuffer.swift
[94/499] Compiling DequeModule _DequeBufferHeader.swift
[95/499] Compiling DequeModule _DequeSlot.swift
[96/499] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/499] Emitting module Atomics
[100/499] Compiling DequeModule Deque+Codable.swift
[103/499] Compiling DequeModule Deque._UnsafeHandle.swift
[104/500] Compiling DequeModule Deque+Testing.swift
[105/500] Compiling DequeModule Deque._Storage.swift
[106/500] Compiling DequeModule Deque+Extras.swift
[107/500] Compiling DequeModule Deque+Hashable.swift
[109/500] Compiling DequeModule Deque.swift
[112/500] Compiling DequeModule Deque+Collection.swift
[112/500] Compiling ssl_stat.cc
[114/500] Emitting module DequeModule
[115/501] Compiling ssl_key_share.cc
[116/501] Compiling ssl_privkey.cc
[117/501] Compiling ssl_session.cc
[118/501] Compiling ssl_file.cc
[119/501] Compiling ssl_lib.cc
[120/501] Compiling ssl_cipher.cc
[121/501] Compiling ssl_credential.cc
[122/501] Compiling ssl_cert.cc
[123/501] Compiling ssl_buffer.cc
[124/501] Compiling ssl_asn1.cc
[125/501] Compiling ssl_aead_ctx.cc
[126/501] Compiling s3_pkt.cc
[127/501] Compiling s3_lib.cc
[128/501] Compiling s3_both.cc
[129/501] Compiling handshake_client.cc
[130/501] Compiling handshake_server.cc
[131/501] Compiling handoff.cc
[132/501] Compiling handshake.cc
[133/501] Compiling encrypted_client_hello.cc
[134/501] Compiling dtls_record.cc
[135/501] Compiling md5-x86_64-linux.S
[136/501] Compiling md5-x86_64-apple.S
[137/501] Compiling md5-586-linux.S
[138/501] Compiling md5-586-apple.S
[139/501] Compiling extensions.cc
[140/501] Compiling chacha20_poly1305_x86_64-linux.S
[141/501] Compiling chacha20_poly1305_x86_64-apple.S
[142/501] Compiling chacha20_poly1305_armv8-win.S
[143/501] Compiling d1_srtp.cc
[144/501] Compiling chacha20_poly1305_armv8-linux.S
[145/501] Compiling dtls_method.cc
[146/501] Compiling chacha-x86_64-linux.S
[147/501] Compiling chacha20_poly1305_armv8-apple.S
[148/501] Compiling chacha-x86_64-apple.S
[149/501] Compiling chacha-x86-linux.S
[150/501] Compiling chacha-x86-apple.S
[151/501] Compiling chacha-armv8-win.S
[152/501] Compiling chacha-armv8-apple.S
[153/501] Compiling chacha-armv8-linux.S
[154/501] Compiling chacha-armv4-linux.S
[155/501] Compiling x86_64-mont5-linux.S
[156/501] Compiling aes128gcmsiv-x86_64-apple.S
[157/501] Compiling aes128gcmsiv-x86_64-linux.S
[158/501] Compiling err_data.cc
[159/501] Compiling x86_64-mont-linux.S
[160/501] Compiling x86_64-mont5-apple.S
[161/501] Compiling x86_64-mont-apple.S
[162/501] Compiling x86-mont-linux.S
[163/501] Compiling x86-mont-apple.S
[164/501] Compiling vpaes-x86_64-linux.S
[165/501] Compiling vpaes-x86_64-apple.S
[166/501] Compiling vpaes-x86-linux.S
[167/501] Compiling vpaes-x86-apple.S
[168/501] Compiling d1_pkt.cc
[169/501] Compiling vpaes-armv8-win.S
[170/501] Compiling vpaes-armv8-linux.S
[171/501] Compiling vpaes-armv8-apple.S
[172/501] Compiling vpaes-armv7-linux.S
[173/501] Compiling sha512-armv8-win.S
[174/501] Compiling sha512-x86_64-apple.S
[175/501] Compiling sha512-x86_64-linux.S
[176/501] Compiling sha512-armv8-apple.S
[177/501] Compiling sha512-armv4-linux.S
[178/501] Compiling sha512-586-apple.S
[179/501] Compiling sha512-armv8-linux.S
[180/501] Compiling sha512-586-linux.S
[181/501] Compiling sha256-x86_64-apple.S
[182/501] Compiling sha256-x86_64-linux.S
[183/501] Compiling sha256-armv8-win.S
[184/501] Compiling sha256-armv8-apple.S
[185/501] Compiling sha256-armv8-linux.S
[186/501] Compiling sha256-armv4-linux.S
[187/501] Compiling sha256-586-linux.S
[188/501] Compiling sha256-586-apple.S
[189/501] Compiling sha1-x86_64-linux.S
[190/501] Compiling sha1-x86_64-apple.S
[191/501] Compiling bio_ssl.cc
[192/501] Compiling sha1-armv8-win.S
[193/501] Compiling sha1-armv8-linux.S
[194/501] Compiling sha1-armv8-apple.S
[195/501] Compiling sha1-armv4-large-linux.S
[196/501] Compiling rsaz-avx2-apple.S
[197/501] Compiling sha1-586-apple.S
[198/501] Compiling sha1-586-linux.S
[199/501] Compiling rdrand-x86_64-linux.S
[200/501] Compiling rdrand-x86_64-apple.S
[201/501] Compiling rsaz-avx2-linux.S
[202/501] Compiling p256_beeu-x86_64-asm-apple.S
[203/501] Compiling p256_beeu-armv8-asm-win.S
[204/501] Compiling p256_beeu-armv8-asm-linux.S
[205/501] Compiling p256_beeu-armv8-asm-apple.S
[206/501] Compiling p256_beeu-x86_64-asm-linux.S
[207/501] Compiling p256-x86_64-asm-linux.S
[208/501] Compiling d1_both.cc
[209/501] Compiling p256-x86_64-asm-apple.S
[210/501] Compiling p256-armv8-asm-win.S
[211/501] Compiling p256-armv8-asm-apple.S
[212/501] Compiling ghashv8-armv8-win.S
[213/501] Compiling d1_lib.cc
[214/501] Compiling ghashv8-armv8-apple.S
[215/501] Compiling ghashv8-armv8-linux.S
[216/501] Compiling ghash-x86_64-linux.S
[216/501] Compiling p256-armv8-asm-linux.S
[218/501] Compiling ghashv8-armv7-linux.S
[219/501] Compiling ghash-x86_64-apple.S
[220/501] Compiling ghash-x86-linux.S
[221/501] Compiling ghash-x86-apple.S
[222/501] Compiling ghash-ssse3-x86_64-linux.S
[223/501] Compiling ghash-ssse3-x86-linux.S
[224/501] Compiling ghash-ssse3-x86-apple.S
[225/501] Compiling ghash-neon-armv8-win.S
[226/501] Compiling ghash-ssse3-x86_64-apple.S
[227/501] Compiling ghash-neon-armv8-linux.S
[228/501] Compiling ghash-neon-armv8-apple.S
[229/501] Compiling bsaes-armv7-linux.S
[230/501] Compiling co-586-apple.S
[231/501] Compiling co-586-linux.S
[232/501] Compiling ghash-armv4-linux.S
[233/501] Compiling bn-armv8-win.S
[234/501] Compiling bn-armv8-apple.S
[235/501] Compiling bn-586-apple.S
[236/501] Compiling bn-armv8-linux.S
[237/501] Compiling armv8-mont-apple.S
[238/501] Compiling bn-586-linux.S
[239/501] Compiling armv8-mont-win.S
[240/501] Compiling armv8-mont-linux.S
[241/501] Compiling armv4-mont-linux.S
[242/501] Compiling aesv8-gcm-armv8-linux.S
[243/501] Compiling aesv8-gcm-armv8-win.S
[244/501] Compiling aesv8-armv8-apple.S
[245/501] Compiling aesv8-armv8-win.S
[246/501] Compiling aesv8-gcm-armv8-apple.S
[247/501] Compiling aesv8-armv8-linux.S
[248/501] Compiling aesv8-armv7-linux.S
[249/501] Compiling aesni-x86_64-apple.S
[250/501] Compiling aesni-x86_64-linux.S
[251/501] Compiling aesni-gcm-x86_64-linux.S
[252/501] Compiling aesni-x86-apple.S
[253/501] Compiling aesni-x86-linux.S
[254/501] Compiling aesni-gcm-x86_64-apple.S
[255/501] Compiling aes-gcm-avx2-x86_64-linux.S
[256/501] Compiling aes-gcm-avx2-x86_64-apple.S
[257/501] Compiling aes-gcm-avx10-x86_64-apple.S
[258/501] Compiling aes-gcm-avx10-x86_64-linux.S
[259/501] Compiling x_val.cc
[260/501] Compiling x_req.cc
[261/501] Compiling x_pubkey.cc
[262/501] Compiling x_sig.cc
[263/501] Compiling x_spki.cc
[264/501] Compiling x_x509a.cc
[265/501] Compiling x_x509.cc
[266/501] Compiling x_name.cc
[267/501] Compiling x_exten.cc
[268/501] Compiling x_algor.cc
[269/501] Compiling x509spki.cc
[270/501] Compiling x_attrib.cc
[271/501] Compiling x_crl.cc
[272/501] Compiling x509_vpm.cc
[273/501] Compiling x509name.cc
[274/501] Compiling x509rset.cc
[275/501] Compiling x_all.cc
[276/501] Compiling x509cset.cc
[277/501] Compiling x509_set.cc
[278/501] Compiling x509_txt.cc
[279/501] Compiling x509_trs.cc
[280/501] Compiling x509_vfy.cc
[281/501] Compiling x509_v3.cc
[282/501] Compiling x509_obj.cc
[283/501] Compiling x509_req.cc
[284/501] Compiling x509_def.cc
[285/501] Compiling x509_lu.cc
[286/501] Compiling x509_ext.cc
[287/501] Compiling x509_cmp.cc
[288/501] Compiling x509_d2.cc
[289/501] Compiling x509_att.cc
[290/501] Compiling x509.cc
[291/501] Compiling v3_utl.cc
[292/501] Compiling v3_purp.cc
[293/501] Compiling v3_skey.cc
[294/501] Compiling v3_lib.cc
[294/501] Compiling v3_prn.cc
[294/501] Compiling v3_pcons.cc
[297/501] Compiling v3_int.cc
[298/501] Compiling v3_pmaps.cc
[299/501] Compiling v3_ocsp.cc
[300/501] Compiling v3_ncons.cc
[301/501] Compiling v3_info.cc
[302/501] Compiling v3_ia5.cc
[303/501] Compiling v3_genn.cc
[304/501] Compiling v3_extku.cc
[305/501] Compiling v3_cpols.cc
[306/501] Compiling v3_enum.cc
[307/501] Compiling v3_crld.cc
[308/501] Compiling v3_conf.cc
[309/501] Compiling v3_bitst.cc
[310/501] Compiling v3_bcons.cc
[311/501] Compiling v3_alt.cc
[312/501] Compiling v3_akeya.cc
[313/501] Compiling v3_akey.cc
[314/501] Compiling t_x509a.cc
[315/501] Compiling t_x509.cc
[316/501] Compiling t_req.cc
[317/501] Compiling i2d_pr.cc
[318/501] Compiling rsa_pss.cc
[318/501] Compiling name_print.cc
[320/501] Compiling t_crl.cc
[321/501] Compiling policy.cc
[322/501] Compiling by_file.cc
[323/501] Compiling by_dir.cc
[324/501] Compiling asn1_gen.cc
[324/501] Compiling algorithm.cc
[326/501] Compiling a_digest.cc
[327/501] Compiling a_sign.cc
[328/501] Compiling a_verify.cc
[329/501] Compiling voprf.cc
[330/501] Compiling pmbtoken.cc
[331/501] Compiling thread_win.cc
[332/501] Compiling trust_token.cc
[333/501] Compiling thread_pthread.cc
[334/501] Compiling thread_none.cc
[335/501] Compiling stack.cc
[336/501] Compiling thread.cc
[337/501] Compiling slhdsa.cc
[338/501] Compiling sha512.cc
[339/501] Compiling spake2plus.cc
[340/501] Compiling sha256.cc
[341/501] Compiling rsa_print.cc
[342/501] Compiling siphash.cc
[343/501] Compiling sha1.cc
[344/501] Compiling rsa_extra.cc
[345/501] Compiling refcount.cc
[346/501] Compiling rc4.cc
[347/501] Compiling rsa_crypt.cc
[348/501] Compiling windows.cc
[349/501] Compiling rsa_asn1.cc
[350/501] Compiling urandom.cc
[351/501] Compiling trusty.cc
[352/501] Compiling getentropy.cc
[352/501] Compiling rand.cc
[354/501] Compiling ios.cc
[355/501] Compiling passive.cc
[356/501] Compiling poly1305_arm_asm.S
[357/501] Compiling forkunsafe.cc
[358/501] Compiling fork_detect.cc
[359/501] Compiling deterministic.cc
[360/501] Compiling pool.cc
[361/501] Compiling poly1305_arm.cc
[362/501] Compiling poly1305_vec.cc
[363/501] Compiling poly1305.cc
[364/501] Compiling pkcs8_x509.cc
[365/501] Compiling pkcs8.cc
[366/501] Compiling pkcs7.cc
[367/501] Compiling p5_pbev2.cc
[368/501] Compiling pkcs7_x509.cc
[369/501] Compiling pem_x509.cc
[370/501] Compiling pem_pkey.cc
[371/501] Compiling pem_xaux.cc
[372/501] Compiling pem_info.cc
[373/501] Compiling mlkem.cc
[374/501] Compiling pem_lib.cc
[375/501] Compiling obj_xref.cc
[376/501] Compiling pem_oth.cc
[377/501] Compiling pem_pk8.cc
[378/501] Compiling mldsa.cc
[379/501] Compiling pem_all.cc
[380/501] Compiling mem.cc
[381/501] Compiling poly_rq_mul.S
[382/501] Compiling fips_shared_support.cc
[383/501] Compiling obj.cc
[384/501] Compiling md5.cc
[385/501] Compiling md4.cc
[386/501] Compiling lhash.cc
[387/501] Compiling scrypt.cc
[388/501] Compiling ex_data.cc
[389/501] Compiling hrss.cc
[390/501] Compiling kyber.cc
[391/501] Compiling hpke.cc
[392/501] Compiling sign.cc
[393/501] Compiling pbkdf.cc
[394/501] Compiling p_x25519.cc
[395/501] Compiling print.cc
[396/501] Compiling p_x25519_asn1.cc
[397/501] Compiling p_hkdf.cc
[398/501] Compiling p_rsa_asn1.cc
[399/501] Compiling p_rsa.cc
[400/501] Compiling p_ed25519.cc
[401/501] Compiling p_ed25519_asn1.cc
[402/501] Compiling p_ec.cc
[403/501] Compiling p_ec_asn1.cc
[404/501] Compiling p_dh_asn1.cc
[405/501] Compiling p_dsa_asn1.cc
[406/501] Compiling p_dh.cc
[407/501] Compiling evp.cc
[408/501] Compiling evp_ctx.cc
[409/501] Compiling err.cc
[410/501] Compiling evp_asn1.cc
[411/501] Compiling engine.cc
[412/501] Compiling hash_to_curve.cc
[413/501] Compiling ecdh.cc
[414/501] Compiling ec_asn1.cc
[415/501] Compiling ec_derive.cc
[416/501] Compiling dsa.cc
[417/501] Compiling ecdsa_asn1.cc
[418/501] Compiling dsa_asn1.cc
[419/501] Compiling params.cc
[420/501] Compiling spake25519.cc
[421/501] Compiling x25519-asm-arm.S
[422/501] Compiling bcm.cc
[423/501] Compiling curve25519_64_adx.cc
[424/501] Compiling digest_extra.cc
[425/501] Compiling des.cc
[426/501] Compiling dh_asn1.cc
[427/501] Compiling crypto.cc
[428/501] Compiling curve25519.cc
[429/501] Compiling cpu_intel.cc
[430/501] Compiling cpu_arm_linux.cc
[431/501] Compiling cpu_aarch64_openbsd.cc
[432/501] Compiling cpu_aarch64_fuchsia.cc
[433/501] Compiling cpu_arm_freebsd.cc
[434/501] Compiling cpu_aarch64_sysreg.cc
[435/501] Compiling cpu_aarch64_linux.cc
[436/501] Compiling cpu_aarch64_win.cc
[437/501] Compiling conf.cc
[438/501] Compiling get_cipher.cc
[439/501] Compiling cpu_aarch64_apple.cc
[440/501] Compiling e_rc4.cc
[441/501] Compiling e_null.cc
[442/501] Compiling tls_cbc.cc
[443/501] Compiling e_rc2.cc
[444/501] Compiling e_des.cc
[445/501] Compiling e_tls.cc
[446/501] Compiling e_aesctrhmac.cc
[447/501] Compiling e_aesgcmsiv.cc
[448/501] Compiling e_chacha20poly1305.cc
[449/501] Compiling derive_key.cc
[450/501] Compiling chacha.cc
[451/501] Compiling unicode.cc
[452/501] Compiling cbb.cc
[453/501] Compiling convert.cc
[454/501] Compiling cbs.cc
[455/501] Compiling buf.cc
[456/501] Compiling blake2.cc
[457/501] Compiling asn1_compat.cc
[458/501] Compiling socket.cc
[459/501] Compiling ber.cc
[460/501] Compiling socket_helper.cc
[461/501] Compiling bn_asn1.cc
[462/501] Compiling pair.cc
[463/501] Compiling printf.cc
[464/501] Compiling hexdump.cc
[465/501] Compiling errno.cc
[466/501] Compiling file.cc
[467/501] Compiling fd.cc
[468/501] Compiling bio_mem.cc
[469/501] Compiling connect.cc
[470/501] Compiling tasn_typ.cc
[471/501] Compiling bio.cc
[472/501] Compiling base64.cc
[473/501] Compiling posix_time.cc
[474/501] Compiling tasn_fre.cc
[475/501] Compiling tasn_enc.cc
[476/501] Compiling tasn_utl.cc
[477/501] Compiling tasn_new.cc
[478/501] Compiling f_string.cc
[479/501] Compiling asn_pack.cc
[480/501] Compiling tasn_dec.cc
[481/501] Compiling f_int.cc
[482/501] Compiling asn1_par.cc
[483/501] Compiling asn1_lib.cc
[484/501] Compiling a_utctm.cc
[485/501] Compiling a_octet.cc
[486/501] Compiling a_type.cc
[487/501] Compiling a_object.cc
[488/501] Compiling a_time.cc
[489/501] Compiling a_strex.cc
[490/501] Compiling a_strnid.cc
[491/501] Compiling a_dup.cc
[492/501] Compiling a_i2d_fp.cc
[493/501] Compiling a_gentm.cc
[494/501] Compiling a_d2i_fp.cc
[495/501] Compiling a_int.cc
[496/501] Compiling a_bool.cc
[497/501] Compiling a_bitstr.cc
[498/501] Compiling a_mbstr.cc
[499/501] Compiling c-nioatomics.c
[500/501] Compiling c-atomics.c
[502/507] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[503/507] Compiling NIOConcurrencyHelpers lock.swift
[504/507] Compiling NIOConcurrencyHelpers atomics.swift
[505/507] Compiling NIOConcurrencyHelpers NIOLock.swift
[506/507] Emitting module NIOConcurrencyHelpers
[507/507] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[509/571] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[510/571] Compiling NIOCore BSDSocketAPI.swift
[511/571] Compiling NIOCore ByteBuffer-aux.swift
[512/571] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[513/571] Compiling NIOCore ByteBuffer-conversions.swift
[514/571] Compiling NIOCore ByteBuffer-core.swift
[515/571] Compiling NIOCore ByteBuffer-hex.swift
[516/571] Compiling NIOCore ByteBuffer-int.swift
[517/571] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[518/571] Compiling NIOCore AddressedEnvelope.swift
[519/571] Compiling NIOCore AsyncAwaitSupport.swift
[520/571] Compiling NIOCore AsyncChannel.swift
[521/571] Compiling NIOCore AsyncChannelHandler.swift
[522/571] Compiling NIOCore AsyncChannelInboundStream.swift
[523/571] Compiling NIOCore AsyncChannelOutboundWriter.swift
[524/571] Compiling NIOCore NIOAsyncSequenceProducer.swift
[525/571] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[526/571] Compiling NIOCore NIOAsyncWriter.swift
[527/579] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[528/579] Compiling NIOCore SocketAddresses.swift
[529/579] Compiling NIOCore SocketOptionProvider.swift
[530/579] Compiling NIOCore SystemCallHelpers.swift
[531/579] Compiling NIOCore TimeAmount+Duration.swift
[532/579] Compiling NIOCore TypeAssistedChannelHandler.swift
[533/579] Compiling NIOCore UniversalBootstrapSupport.swift
[534/579] Compiling NIOCore Utilities.swift
[535/579] Compiling NIOCore NIOCoreSendableMetatype.swift
[536/579] Compiling NIOCore NIODecodedAsyncSequence.swift
[537/579] Compiling NIOCore NIOLoopBound.swift
[538/579] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[539/579] Compiling NIOCore NIOScheduledCallback.swift
[540/579] Compiling NIOCore NIOSendable.swift
[541/579] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[542/579] Compiling NIOCore RecvByteBufferAllocator.swift
[543/579] Compiling NIOCore IPProtocol.swift
[544/579] Compiling NIOCore IntegerBitPacking.swift
[545/579] Compiling NIOCore IntegerTypes.swift
[546/579] Compiling NIOCore Interfaces.swift
[547/579] Compiling NIOCore Linux.swift
[548/579] Compiling NIOCore MarkedCircularBuffer.swift
[549/579] Compiling NIOCore MulticastChannel.swift
[550/579] Compiling NIOCore NIOAny.swift
[551/579] Compiling NIOCore NIOCloseOnErrorHandler.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 CircularBuffer.swift
[562/579] Compiling NIOCore Codec.swift
[563/579] Compiling NIOCore ConvenienceOptionSupport.swift
[564/579] Compiling NIOCore DeadChannel.swift
[565/579] Compiling NIOCore DispatchQueue+WithFuture.swift
[566/579] Compiling NIOCore EventLoop+Deprecated.swift
[567/579] Compiling NIOCore EventLoop+SerialExecutor.swift
[568/579] Compiling NIOCore EventLoop.swift
[569/579] Compiling NIOCore EventLoopFuture+AssumeIsolated.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] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[582/634] Compiling NIOEmbedded AsyncTestingChannel.swift
[583/634] Emitting module NIOEmbedded
[584/634] Compiling NIOEmbedded Embedded.swift
[585/635] Compiling NIOPosix IO.swift
[586/635] Compiling NIOPosix IntegerBitPacking.swift
[587/635] Compiling NIOPosix IntegerTypes.swift
[588/635] Compiling NIOPosix Linux.swift
[589/635] Compiling NIOPosix LinuxCPUSet.swift
[590/635] Compiling NIOPosix LinuxUring.swift
[591/635] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[593/641] Compiling NIOPosix ThreadWindows.swift
[594/641] Compiling NIOPosix UnsafeTransfer.swift
[595/641] Compiling NIOPosix Utilities.swift
[596/641] Compiling NIOPosix VsockAddress.swift
[597/641] Compiling NIOPosix VsockChannelEvents.swift
[598/641] Compiling NIOPosix Windows.swift
[599/641] Emitting module NIOPosix
[600/641] Compiling NIOPosix SelectableEventLoop.swift
[601/641] Compiling NIOPosix SelectorEpoll.swift
[602/641] Compiling NIOPosix SelectorGeneric.swift
[603/641] Compiling NIOPosix SelectorKqueue.swift
[604/641] Compiling NIOPosix SelectorUring.swift
[605/641] Compiling NIOPosix SelectorWSAPoll.swift
[606/641] Compiling NIOPosix ServerSocket.swift
[607/641] Compiling NIOPosix Socket.swift
[608/641] Compiling NIOPosix SocketChannel.swift
[609/641] Compiling NIOPosix SocketProtocols.swift
[610/641] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[611/641] Compiling NIOPosix System.swift
[612/641] Compiling NIOPosix Thread.swift
[613/641] Compiling NIOPosix ThreadPosix.swift
[614/641] Compiling NIOPosix BSDSocketAPICommon.swift
[615/641] Compiling NIOPosix BSDSocketAPIPosix.swift
[616/641] Compiling NIOPosix BSDSocketAPIWindows.swift
[617/641] Compiling NIOPosix BaseSocket.swift
[618/641] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[619/641] Compiling NIOPosix BaseSocketChannel.swift
[620/641] Compiling NIOPosix BaseStreamSocketChannel.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 Bootstrap.swift
[629/641] Compiling NIOPosix ControlMessage.swift
[630/641] Compiling NIOPosix DatagramVectorReadManager.swift
[631/641] Compiling NIOPosix Errors+Any.swift
[632/641] Compiling NIOPosix FileDescriptor.swift
[633/641] Compiling NIOPosix GetaddrinfoResolver.swift
[634/641] Compiling NIOPosix HappyEyeballs.swift
[635/641] Compiling NIOPosix Pool.swift
[636/641] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[637/641] Compiling NIOPosix PosixSingletons.swift
[638/641] Compiling NIOPosix RawSocketBootstrap.swift
[639/641] Compiling NIOPosix Resolver.swift
[640/641] Compiling NIOPosix Selectable.swift
[641/641] Compiling NIOPosix SelectableChannel.swift
[643/644] Emitting module NIO
[644/644] Compiling NIO Exports.swift
[646/672] Compiling NIOTLS TLSEvents.swift
[647/672] Emitting module NIOTLS
[648/672] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[649/672] Compiling NIOTLS SNIHandler.swift
[650/672] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[651/672] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[653/673] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[654/673] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[655/675] Emitting module NIOHTTP1
[656/704] Compiling NIOSSL SSLCallbacks.swift
[657/704] Compiling NIOSSL SSLCertificate.swift
[658/704] Compiling NIOSSL AndroidCABundle.swift
[659/704] Compiling NIOSSL ByteBufferBIO.swift
[660/704] Compiling NIOSSL NIOSSLHandler.swift
[661/704] Compiling NIOSSL NIOSSLServerHandler.swift
[662/704] Compiling NIOSSL NIOSSLClientHandler.swift
[663/704] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[664/704] Compiling NIOSSL ObjectIdentifier.swift
[665/704] Compiling NIOSSL PosixPort.swift
[666/704] Compiling NIOSSL SSLConnection.swift
[667/704] Compiling NIOSSL SSLContext.swift
[668/704] Compiling NIOSSL CustomPrivateKey.swift
[669/704] Compiling NIOSSL IdentityVerification.swift
[670/704] Compiling NIOSSL LinuxCABundle.swift
[672/733] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[673/733] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[674/733] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[675/733] Compiling NIOSSL SSLPrivateKey.swift
[676/733] Compiling NIOSSL SSLPublicKey.swift
[677/733] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[678/733] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[679/733] Compiling NIOSSL SubjectAlternativeName.swift
[680/733] Compiling NIOSSL NIOSSLSecureBytes.swift
[681/733] Compiling NIOSSL RNG.swift
[682/733] Compiling NIOSSL SafeCompare.swift
[683/733] Compiling NIOWebSocket WebSocketOpcode.swift
[684/738] Emitting module NIOFoundationCompat
[685/738] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[686/738] Compiling NIOExtras DebugOutboundEventsHandler.swift
[687/739] Compiling NIOExtras FixedLengthFrameDecoder.swift
[688/739] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[689/739] Compiling NIOExtras LengthFieldPrepender.swift
[690/739] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[691/739] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[692/739] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[693/739] Compiling NIOWebSocket SHA1.swift
[694/739] Emitting module NIOSSL
[695/739] Compiling NIOExtras RequestResponseHandler.swift
[696/739] Compiling NIOExtras RequestResponseHandlers+State.swift
[697/739] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[698/741] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[700/741] Compiling NIOExtras NIOLengthFieldBitLength.swift
[701/741] Compiling NIOExtras NIORequestIdentifiable.swift
[702/741] Compiling NIOExtras PCAPRingBuffer.swift
[703/741] Compiling NIOExtras QuiescingHelper.swift
[704/741] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[705/741] Compiling NIOExtras NIOExtrasError.swift
[708/741] Emitting module NIOWebSocket
[711/741] Compiling NIOWebSocket WebSocketErrorCodes.swift
[712/741] Compiling NIOWebSocket WebSocketFrame.swift
[713/741] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[714/742] Compiling NIOExtras LineBasedFrameDecoder.swift
[719/764] Emitting module NIOExtras
[720/764] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[721/764] Compiling NIOTransportServices NIOTSSingletons.swift
[722/764] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[723/764] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[724/764] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[725/764] Compiling NIOTransportServices NIOTSListenerChannel.swift
[726/764] Compiling NIOTransportServices StateManagedChannel.swift
[727/764] Compiling NIOTransportServices StateManagedListenerChannel.swift
[728/764] Emitting module NIOTransportServices
[731/766] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[738/766] Compiling NIOTransportServices NIOTSBootstraps.swift
[739/766] Compiling NIOTransportServices NIOTSChannelOptions.swift
[740/766] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[741/766] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[742/766] Compiling NIOTransportServices NIOTSErrors.swift
[743/766] Compiling NIOTransportServices NIOTSEventLoop.swift
[744/766] Compiling NIOTransportServices AcceptHandler.swift
[745/766] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[746/766] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[747/766] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[748/766] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[749/766] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[759/766] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[760/766] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[762/767] Compiling NIOSSL Zeroization.swift
[763/767] Compiling NIOSSL TLSConfiguration.swift
[764/767] Compiling NIOSSL UniversalBootstrapSupport.swift
[765/767] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[770/777] Compiling WebSocketKit Exports.swift
[771/777] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[772/777] Compiling WebSocketKit WebSocket+Connect.swift
[773/777] Compiling WebSocketKit WebSocketHandler.swift
[774/777] Emitting module WebSocketKit
[775/777] Compiling WebSocketKit WebSocket+Concurrency.swift
[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 EmbedViewExternal.swift
[787/826] Compiling Monarca Follow.swift
[788/826] Compiling Monarca Image.swift
[789/826] Compiling Monarca Like.swift
[790/826] Compiling Monarca LinkedIdentifier.swift
[791/826] Compiling Monarca ListItem.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 Identity.swift
[799/826] Compiling Monarca Profile.swift
[800/826] Compiling Monarca Status.swift
[801/826] Compiling Monarca AlphaTeal.swift
[802/826] Compiling Monarca AspectRatio.swift
[803/826] Compiling Monarca Block.swift
[804/826] Compiling Monarca ContentFilteredCommitMessageHandler.swift
[805/826] Compiling Monarca HashtagFilteredCommitMessageHandler.swift
[806/826] Compiling Monarca IdentityMessageHandler.swift
[807/826] Compiling Monarca AllMessagesManager.swift
[808/826] Compiling Monarca BskyMessageManager.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 StarterPack.swift
[816/826] Compiling Monarca ThreadGate.swift
[817/826] Compiling Monarca Video.swift
[818/826] Compiling Monarca Formatter+Monarca.swift
[819/826] Compiling Monarca JSONDecoder+Monarca.swift
[820/826] Compiling Monarca BskyFirehoseSettingsMapper.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! (307.26s)
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:ce1b7017ad30108c6abfae44b6e48f23522328c33c457a13c7922f9da89315da
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.