Build Information
Successful build of SwiftyTailwind, reference 0.5.0 (d2bc66
), with Swift 6.1 for Linux on 28 Apr 2025 00:36:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/SwiftyTailwind.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/tuist/SwiftyTailwind
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at d2bc66e Merge pull request #16 from jagreenwood/aarch64
Cloned https://github.com/tuist/SwiftyTailwind.git
Revision (git rev-parse @):
d2bc66eb6b993bc2d755d64e1fc7f59359c265f7
SUCCESS checkout https://github.com/tuist/SwiftyTailwind.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tuist/SwiftyTailwind.git
https://github.com/tuist/SwiftyTailwind.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-tools-support-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-core.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "SwiftyTailwind",
"name" : "SwiftyTailwind",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftyTailwind",
"targets" : [
"SwiftyTailwind"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyTailwindTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyTailwindTests",
"path" : "Tests/SwiftyTailwindTests",
"product_dependencies" : [
"SwiftToolsSupport-auto"
],
"sources" : [
"ArchitectureDetectorTests.swift",
"DownloaderTests.swift",
"SwiftyTailwindTests.swift"
],
"target_dependencies" : [
"SwiftyTailwind"
],
"type" : "test"
},
{
"c99name" : "SwiftyTailwind",
"module_type" : "SwiftTarget",
"name" : "SwiftyTailwind",
"path" : "Sources/SwiftyTailwind",
"product_dependencies" : [
"SwiftToolsSupport-auto",
"Logging",
"AsyncHTTPClient"
],
"product_memberships" : [
"SwiftyTailwind"
],
"sources" : [
"ArchitectureDetector.swift",
"Downloader.swift",
"Executor.swift",
"SwiftyTailwind.swift",
"TailwindVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/5885] Fetching swift-docc-plugin, swift-log
[458/12603] Fetching swift-docc-plugin, swift-log, swift-tools-support-core
[11158/26390] Fetching swift-docc-plugin, swift-log, swift-tools-support-core, async-http-client
[19659/22554] Fetching swift-docc-plugin, swift-tools-support-core, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.54s)
[15699/15836] Fetching swift-docc-plugin, async-http-client
Fetched https://github.com/apple/swift-docc-plugin from cache (0.85s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.85s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.6.1 (3.90s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/2619] Fetching swift-nio-transport-services
[185/8281] Fetching swift-nio-transport-services, swift-nio-extras
[4772/9986] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[4807/15889] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-algorithms
[8702/27381] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
Fetching https://github.com/apple/swift-nio.git
[15800/39555] Fetching swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
[16970/37850] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
[27792/113286] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (1.27s)
[49919/107383] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.28s)
[39330/95891] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.86s)
[63827/90229] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.88s)
[49788/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.85s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.90s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.85s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.06s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.84s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.88s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.65s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.82.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.2.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.2.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.26.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.6.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/449] Write sources
[25/449] Compiling TSCclibc libc.c
[26/449] Write sources
[29/449] Compiling _NumericsShims _NumericsShims.c
[29/449] Compiling CNIOWindows shim.c
[31/449] Compiling CNIOWindows WSAStartup.c
[32/449] Compiling CNIOWASI CNIOWASI.c
[33/449] Compiling TSCclibc process.c
[34/449] Compiling CSystem shims.c
[35/449] Compiling _AtomicsShims.c
[36/449] Compiling CNIOExtrasZlib empty.c
[37/449] Compiling CNIOLinux liburing_shims.c
[38/449] Compiling CNIODarwin shim.c
[38/449] Compiling CNIOLLHTTP c_nio_http.c
[40/449] Compiling CNIOLinux shim.c
[41/449] Compiling CNIOLLHTTP c_nio_api.c
[42/449] Compiling fiat_curve25519_adx_square.S
[43/449] Compiling fiat_p256_adx_mul.S
[44/449] Compiling fiat_p256_adx_sqr.S
[45/449] Compiling fiat_curve25519_adx_mul.S
[46/449] Write swift-version-24593BA9C3E375BF.txt
[47/449] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/449] Compiling CNIOBoringSSLShims shims.c
[50/455] Emitting module _NIODataStructures
[50/455] Compiling tls13_both.cc
[51/455] Compiling tls13_enc.cc
[52/455] Compiling tls_record.cc
[53/456] Compiling tls_method.cc
[55/495] Emitting module TSCLibc
[55/497] Compiling tls13_server.cc
[56/500] Compiling tls13_client.cc
[58/517] Emitting module SystemPackage
[59/520] Emitting module InternalCollectionsUtilities
[59/522] Compiling t1_enc.cc
[61/522] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/522] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/522] Emitting module RealModule
[64/522] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/522] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/523] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/523] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/523] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/523] Compiling InternalCollectionsUtilities Specialize.swift
[70/523] Compiling InternalCollectionsUtilities Debugging.swift
[71/523] Compiling InternalCollectionsUtilities Descriptions.swift
[72/523] Compiling RealModule Real.swift
[73/523] Compiling SystemPackage MachPort.swift
[74/523] Compiling SystemPackage PlatformString.swift
[75/523] Compiling SystemPackage SystemString.swift
[78/523] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[79/523] Compiling _NIODataStructures _TinyArray.swift
[80/523] Compiling RealModule Float16+Real.swift
[81/523] Compiling RealModule Float80+Real.swift
[82/523] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/523] Compiling InternalCollectionsUtilities Integer rank.swift
[84/523] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/523] Compiling SystemPackage Util+StringArray.swift
[86/523] Compiling SystemPackage Util.swift
[87/523] Compiling SystemPackage UtilConsumers.swift
[88/523] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/523] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/523] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/523] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[92/523] Compiling RealModule Float+Real.swift
[95/524] Compiling _NIOBase64 Base64.swift
[96/524] Compiling RealModule ElementaryFunctions.swift
[97/524] Emitting module _NIOBase64
[101/524] Compiling _NIODataStructures PriorityQueue.swift
[115/525] Compiling RealModule RealFunctions.swift
[119/541] Compiling DequeModule _DequeBuffer.swift
[120/541] Compiling DequeModule _DequeBufferHeader.swift
[121/543] Compiling DequeModule Deque+CustomReflectable.swift
[122/543] Compiling DequeModule Deque+Descriptions.swift
[123/543] Compiling DequeModule Deque+Extras.swift
[124/543] Compiling DequeModule Deque+Hashable.swift
[125/543] Compiling DequeModule Deque+Equatable.swift
[126/543] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[127/543] Compiling Logging MetadataProvider.swift
[128/543] Emitting module Logging
[129/543] Compiling Logging Locks.swift
[130/543] Compiling TSCLibc libc.swift
[131/544] Compiling _NIODataStructures Heap.swift
[134/545] Compiling SystemPackage Constants.swift
[135/545] Compiling SystemPackage Exports.swift
[136/545] Compiling SystemPackage Mocking.swift
[137/545] Compiling SystemPackage RawBuffer.swift
[138/545] Compiling SystemPackage Syscalls.swift
[139/545] Compiling SystemPackage WindowsSyscallAdapters.swift
[140/546] Compiling Logging LogHandler.swift
[141/546] Compiling Logging Logging.swift
[146/547] Compiling DequeModule _DequeSlot.swift
[147/547] Compiling DequeModule _UnsafeWrappedBuffer.swift
[148/548] Compiling DequeModule Deque+Testing.swift
[149/548] Compiling DequeModule Deque._Storage.swift
[150/554] Compiling DequeModule Deque._UnsafeHandle.swift
[151/554] Compiling DequeModule Deque.swift
[152/587] Compiling TSCBasic Await.swift
[153/587] Compiling TSCBasic Base64URL.swift
[154/587] Emitting module DequeModule
[155/588] Compiling ssl_x509.cc
[156/588] Compiling ssl_versions.cc
[157/588] Compiling ssl_transcript.cc
[158/588] Compiling ssl_stat.cc
[159/588] Compiling ssl_session.cc
[160/588] Compiling ssl_privkey.cc
[161/588] Compiling ssl_file.cc
[162/588] Compiling ssl_key_share.cc
[163/588] Compiling ssl_credential.cc
[165/588] Emitting module TSCBasic
[165/593] Compiling ssl_cipher.cc
[166/593] Compiling ssl_lib.cc
[167/593] Compiling ssl_buffer.cc
[168/593] Compiling ssl_cert.cc
[170/593] Compiling TSCBasic Result.swift
[171/593] Compiling TSCBasic SortedArray.swift
[172/593] Compiling TSCBasic StringConversions.swift
[173/593] Compiling TSCBasic SynchronizedQueue.swift
[174/593] Compiling TSCBasic TemporaryFile.swift
[177/593] Compiling TSCBasic ByteString.swift
[178/593] Compiling TSCBasic CStringArray.swift
[179/593] Compiling TSCBasic CacheableSequence.swift
[180/593] Compiling TSCBasic Closable.swift
[181/593] Compiling TSCBasic CodableResult.swift
[182/593] Compiling TSCBasic CollectionAlgorithms.swift
[183/593] Compiling TSCBasic CollectionExtensions.swift
[184/593] Compiling TSCBasic Condition.swift
[185/593] Compiling TSCBasic DeltaAlgorithm.swift
[186/593] Compiling TSCBasic DiagnosticsEngine.swift
[187/593] Compiling TSCBasic DictionaryExtensions.swift
[188/593] Compiling TSCBasic DictionaryLiteralExtensions.swift
[189/593] Compiling TSCBasic EditDistance.swift
[190/593] Compiling TSCBasic FileInfo.swift
[191/593] Compiling TSCBasic FileSystem.swift
[192/593] Compiling TSCBasic GraphAlgorithms.swift
[193/593] Compiling TSCBasic PathShims.swift
[194/593] Compiling TSCBasic Process.swift
[195/593] Compiling TSCBasic ProcessEnv.swift
[196/593] Compiling TSCBasic ProcessSet.swift
[197/593] Compiling TSCBasic RegEx.swift
[198/593] Compiling TSCBasic OSLog.swift
[199/593] Compiling TSCBasic ObjectIdentifierProtocol.swift
[200/593] Compiling TSCBasic OrderedDictionary.swift
[201/593] Compiling TSCBasic OrderedSet.swift
[202/593] Compiling TSCBasic Path.swift
[203/593] Compiling TSCBasic HashAlgorithms.swift
[204/593] Compiling TSCBasic JSON.swift
[205/593] Compiling TSCBasic JSONMapper.swift
[206/593] Compiling TSCBasic KeyedPair.swift
[207/593] Compiling TSCBasic LazyCache.swift
[208/593] Compiling TSCBasic Lock.swift
[208/593] Compiling ssl_asn1.cc
[209/593] Compiling s3_pkt.cc
[210/593] Compiling ssl_aead_ctx.cc
[211/593] Compiling s3_lib.cc
[212/593] Compiling s3_both.cc
[214/593] Compiling TSCBasic TerminalController.swift
[215/593] Compiling TSCBasic Thread.swift
[216/593] Compiling TSCBasic Tuple.swift
[217/593] Compiling TSCBasic WritableByteStream.swift
[218/593] Compiling TSCBasic misc.swift
[219/594] Compiling handshake_server.cc
[220/594] Compiling handshake_client.cc
[221/629] Compiling dtls_record.cc
[222/629] Compiling handshake.cc
[223/629] Compiling handoff.cc
[224/629] Compiling extensions.cc
[225/629] Compiling encrypted_client_hello.cc
[226/629] Compiling md5-x86_64-linux.S
[227/629] Compiling md5-x86_64-apple.S
[228/629] Compiling dtls_method.cc
[229/629] Compiling d1_srtp.cc
[230/629] Compiling md5-586-apple.S
[231/629] Compiling md5-586-linux.S
[232/629] Compiling chacha20_poly1305_x86_64-apple.S
[233/629] Compiling chacha20_poly1305_x86_64-linux.S
[234/629] Compiling chacha20_poly1305_armv8-win.S
[235/629] Compiling chacha20_poly1305_armv8-linux.S
[236/629] Compiling chacha-x86_64-linux.S
[237/629] Compiling chacha20_poly1305_armv8-apple.S
[238/629] Compiling chacha-x86_64-apple.S
[239/629] Compiling chacha-x86-linux.S
[240/629] Compiling chacha-armv8-win.S
[241/629] Compiling chacha-x86-apple.S
[242/629] Compiling err_data.cc
[244/629] Compiling TSCUtility Tracing.swift
[245/629] Compiling TSCUtility Triple.swift
[246/629] Compiling TSCUtility URL.swift
[247/629] Compiling TSCUtility Verbosity.swift
[247/629] Compiling chacha-armv8-linux.S
[248/633] Compiling chacha-armv4-linux.S
[249/633] Compiling chacha-armv8-apple.S
[250/633] Compiling aes128gcmsiv-x86_64-linux.S
[252/633] Emitting module TSCUtility
[252/633] Compiling aes128gcmsiv-x86_64-apple.S
[253/633] Compiling x86_64-mont5-apple.S
[254/633] Compiling x86_64-mont5-linux.S
[255/633] Compiling x86_64-mont-apple.S
[256/633] Compiling x86_64-mont-linux.S
[257/633] Compiling x86-mont-linux.S
[258/633] Compiling x86-mont-apple.S
[259/633] Compiling vpaes-x86_64-apple.S
[260/633] Compiling vpaes-x86_64-linux.S
[261/633] Compiling vpaes-x86-linux.S
[262/633] Compiling vpaes-x86-apple.S
[263/633] Compiling vpaes-armv8-linux.S
[264/633] Compiling vpaes-armv8-win.S
[265/633] Compiling vpaes-armv8-apple.S
[266/633] Compiling vpaes-armv7-linux.S
[267/633] Compiling sha512-x86_64-linux.S
[268/633] Compiling sha512-armv8-win.S
[269/633] Compiling sha512-armv8-linux.S
[270/633] Compiling sha512-x86_64-apple.S
[271/633] Compiling sha512-armv8-apple.S
[272/633] Compiling sha512-586-linux.S
[273/633] Compiling sha512-armv4-linux.S
[274/633] Compiling sha512-586-apple.S
[275/633] Compiling sha256-x86_64-apple.S
[276/633] Compiling sha256-x86_64-linux.S
[277/633] Compiling sha256-armv8-apple.S
[278/633] Compiling sha256-armv8-win.S
[279/633] Compiling sha256-armv8-linux.S
[280/633] Compiling sha256-armv4-linux.S
[281/633] Compiling sha256-586-apple.S
[282/633] Compiling sha256-586-linux.S
[284/633] Compiling TSCUtility OSLog.swift
[285/633] Compiling TSCUtility OrderedZip.swift
[286/633] Compiling TSCUtility PkgConfig.swift
[287/633] Compiling TSCUtility Platform.swift
[288/633] Compiling TSCUtility PolymorphicCodable.swift
[289/633] Compiling TSCUtility ProgressAnimation.swift
[290/633] Compiling TSCUtility SerializedDiagnostics.swift
[291/633] Compiling TSCUtility SimplePersistence.swift
[292/633] Compiling TSCUtility StringExtensions.swift
[293/633] Compiling TSCUtility StringMangling.swift
[293/633] Compiling sha1-x86_64-linux.S
[294/633] Compiling sha1-x86_64-apple.S
[295/633] Compiling sha1-armv8-win.S
[296/633] Compiling bio_ssl.cc
[297/633] Compiling sha1-armv8-linux.S
[298/633] Compiling sha1-armv8-apple.S
[299/633] Compiling sha1-armv4-large-linux.S
[300/633] Compiling sha1-586-apple.S
[301/633] Compiling sha1-586-linux.S
[302/633] Compiling rsaz-avx2-apple.S
[303/633] Compiling rdrand-x86_64-linux.S
[304/633] Compiling rsaz-avx2-linux.S
[305/633] Compiling rdrand-x86_64-apple.S
[306/633] Compiling p256_beeu-x86_64-asm-linux.S
[307/633] Compiling p256_beeu-armv8-asm-win.S
[308/633] Compiling p256_beeu-x86_64-asm-apple.S
[310/633] Compiling TSCUtility Context.swift
[311/633] Compiling TSCUtility Diagnostics.swift
[312/633] Compiling TSCUtility FSWatch.swift
[313/633] Compiling TSCUtility FloatingPointExtensions.swift
[314/633] Compiling TSCUtility Git.swift
[315/633] Compiling TSCUtility Hex.swift
[316/633] Compiling TSCUtility IndexStore.swift
[317/633] Compiling TSCUtility InterruptHandler.swift
[318/633] Compiling TSCUtility JSONMessageStreamingParser.swift
[319/633] Compiling TSCUtility Netrc.swift
[320/633] Compiling TSCUtility Archiver.swift
[321/633] Compiling TSCUtility ArgumentParser.swift
[322/633] Compiling TSCUtility ArgumentParserShellCompletion.swift
[323/633] Compiling TSCUtility Array+Extensions.swift
[324/633] Compiling TSCUtility Bits.swift
[325/633] Compiling TSCUtility Bitstream.swift
[326/633] Compiling TSCUtility BitstreamReader.swift
[327/633] Compiling TSCUtility BitstreamWriter.swift
[328/633] Compiling TSCUtility BuildFlags.swift
[329/633] Compiling TSCUtility CollectionExtensions.swift
[329/633] Compiling p256_beeu-armv8-asm-linux.S
[331/633] Compiling TSCUtility Version.swift
[332/633] Compiling TSCUtility Versioning.swift
[333/633] Compiling TSCUtility dlopen.swift
[334/633] Compiling TSCUtility misc.swift
[334/633] Compiling p256_beeu-armv8-asm-apple.S
[335/633] Compiling p256-x86_64-asm-apple.S
[336/633] Compiling d1_pkt.cc
[337/634] Compiling p256-armv8-asm-win.S
[338/634] Compiling p256-x86_64-asm-linux.S
[339/634] Compiling p256-armv8-asm-linux.S
[340/634] Compiling p256-armv8-asm-apple.S
[341/634] Compiling ghashv8-armv8-win.S
[342/634] Compiling ghashv8-armv8-apple.S
[343/634] Compiling ghashv8-armv8-linux.S
[344/634] Compiling ghash-x86_64-apple.S
[345/634] Compiling ghashv8-armv7-linux.S
[347/634] Compiling ghash-x86_64-linux.S
[348/634] Compiling ghash-x86-linux.S
[349/634] Compiling ghash-x86-apple.S
[350/634] Compiling ghash-ssse3-x86_64-linux.S
[351/634] Compiling ghash-ssse3-x86_64-apple.S
[352/634] Compiling ghash-ssse3-x86-apple.S
[353/634] Compiling ghash-ssse3-x86-linux.S
[354/634] Compiling ghash-neon-armv8-linux.S
[355/634] Compiling ghash-neon-armv8-apple.S
[356/634] Compiling ghash-neon-armv8-win.S
[357/634] Compiling ghash-armv4-linux.S
[358/634] Compiling co-586-linux.S
[359/634] Compiling bsaes-armv7-linux.S
[360/634] Compiling co-586-apple.S
[361/634] Compiling bn-armv8-linux.S
[362/634] Compiling bn-armv8-apple.S
[363/634] Compiling bn-armv8-win.S
[364/634] Compiling d1_lib.cc
[365/634] Compiling bn-586-apple.S
[366/634] Compiling armv8-mont-linux.S
[367/634] Compiling armv8-mont-win.S
[368/634] Compiling bn-586-linux.S
[369/634] Compiling d1_both.cc
[370/634] Compiling armv4-mont-linux.S
[371/634] Compiling armv8-mont-apple.S
[372/634] Compiling aesv8-gcm-armv8-win.S
[373/634] Compiling aesv8-armv8-win.S
[374/634] Compiling aesv8-armv8-apple.S
[375/634] Compiling aesv8-gcm-armv8-apple.S
[376/634] Compiling aesv8-armv8-linux.S
[377/634] Compiling aesv8-gcm-armv8-linux.S
[378/634] Compiling aesv8-armv7-linux.S
[379/634] Compiling aesni-x86_64-linux.S
[380/634] Compiling aesni-x86_64-apple.S
[381/634] Compiling aesni-x86-apple.S
[382/634] Compiling aesni-x86-linux.S
[383/634] Compiling aesni-gcm-x86_64-apple.S
[384/634] Compiling aesni-gcm-x86_64-linux.S
[385/634] Compiling aes-gcm-avx10-x86_64-apple.S
[386/634] Compiling aes-gcm-avx2-x86_64-apple.S
[387/634] Compiling aes-gcm-avx10-x86_64-linux.S
[388/634] Compiling aes-gcm-avx2-x86_64-linux.S
[389/634] Compiling x_req.cc
[390/634] Compiling x_x509a.cc
[391/634] Compiling x_sig.cc
[392/634] Compiling x_x509.cc
[393/634] Compiling x_val.cc
[394/634] Compiling x_name.cc
[395/634] Compiling x_pubkey.cc
[396/634] Compiling x_spki.cc
[397/634] Compiling x_algor.cc
[398/634] Compiling x_exten.cc
[399/634] Compiling x509spki.cc
[400/634] Compiling x_attrib.cc
[401/634] Compiling x_crl.cc
[402/634] Compiling x509rset.cc
[403/634] Compiling x_all.cc
[404/634] Compiling x509name.cc
[405/634] Compiling x509cset.cc
[406/634] Compiling x509_txt.cc
[407/634] Compiling x509_vpm.cc
[408/634] Compiling x509_req.cc
[409/634] Compiling x509_trs.cc
[410/634] Compiling x509_vfy.cc
[411/634] Compiling x509_v3.cc
[412/634] Compiling x509_set.cc
[413/634] Compiling x509_obj.cc
[414/634] Compiling x509_d2.cc
[415/634] Compiling x509_def.cc
[416/634] Compiling x509_ext.cc
[417/634] Compiling x509_cmp.cc
[418/634] Compiling x509_lu.cc
[419/634] Compiling x509.cc
[420/634] Compiling x509_att.cc
[421/634] Compiling v3_prn.cc
[422/634] Compiling v3_utl.cc
[423/634] Compiling v3_skey.cc
[424/634] Compiling v3_pmaps.cc
[425/634] Compiling v3_purp.cc
[426/634] Compiling v3_pcons.cc
[427/634] Compiling v3_ocsp.cc
[428/634] Compiling v3_ncons.cc
[429/634] Compiling v3_lib.cc
[430/634] Compiling v3_int.cc
[431/634] Compiling v3_ia5.cc
[432/634] Compiling v3_info.cc
[433/634] Compiling v3_enum.cc
[434/634] Compiling v3_genn.cc
[435/634] Compiling v3_extku.cc
[436/634] Compiling v3_crld.cc
[437/634] Compiling v3_cpols.cc
[438/634] Compiling v3_conf.cc
[439/634] Compiling v3_bcons.cc
[440/634] Compiling v3_akey.cc
[441/634] Compiling v3_akeya.cc
[442/634] Compiling v3_alt.cc
[443/634] Compiling v3_bitst.cc
[444/634] Compiling t_x509a.cc
[445/634] Compiling t_req.cc
[446/634] Compiling i2d_pr.cc
[447/634] Compiling name_print.cc
[448/634] Compiling t_x509.cc
[449/634] Compiling rsa_pss.cc
[450/634] Compiling t_crl.cc
[451/634] Compiling policy.cc
[452/634] Compiling by_file.cc
[453/634] Compiling by_dir.cc
[454/634] Compiling a_verify.cc
[455/634] Compiling a_sign.cc
[456/634] Compiling asn1_gen.cc
[457/634] Compiling voprf.cc
[458/634] Compiling algorithm.cc
[459/634] Compiling a_digest.cc
[460/634] Compiling trust_token.cc
[461/634] Compiling thread_pthread.cc
[462/634] Compiling thread.cc
[463/634] Compiling thread_none.cc
[464/634] Compiling thread_win.cc
[465/634] Compiling stack.cc
[466/634] Compiling pmbtoken.cc
[467/634] Compiling sha256.cc
[468/634] Compiling slhdsa.cc
[469/634] Compiling sha512.cc
[470/634] Compiling siphash.cc
[471/634] Compiling sha1.cc
[472/634] Compiling rsa_print.cc
[473/634] Compiling spake2plus.cc
[474/634] Compiling rsa_extra.cc
[475/634] Compiling rc4.cc
[476/634] Compiling urandom.cc
[477/634] Compiling windows.cc
[478/634] Compiling refcount.cc
[479/634] Compiling rsa_crypt.cc
[480/634] Compiling rand.cc
[481/634] Compiling trusty.cc
[482/634] Compiling rsa_asn1.cc
[483/634] Compiling getentropy.cc
[484/634] Compiling passive.cc
[485/634] Compiling poly1305_arm_asm.S
[486/634] Compiling ios.cc
[487/634] Compiling forkunsafe.cc
[488/634] Compiling deterministic.cc
[489/634] Compiling fork_detect.cc
[490/634] Compiling pool.cc
[491/634] Compiling poly1305.cc
[492/634] Compiling poly1305_arm.cc
[493/634] Compiling poly1305_vec.cc
[494/634] Compiling pkcs7.cc
[495/634] Compiling pkcs7_x509.cc
[496/634] Compiling pkcs8.cc
[497/634] Compiling p5_pbev2.cc
[498/634] Compiling pem_x509.cc
[499/634] Compiling pkcs8_x509.cc
[500/634] Compiling pem_xaux.cc
[501/634] Compiling pem_pkey.cc
[502/634] Compiling obj_xref.cc
[503/634] Compiling mlkem.cc
[504/634] Compiling pem_pk8.cc
[505/634] Compiling pem_all.cc
[506/634] Compiling obj.cc
[507/634] Compiling pem_oth.cc
[507/634] Compiling pem_lib.cc
[509/634] Compiling pem_info.cc
[510/634] Compiling mldsa.cc
[511/634] Compiling mem.cc
[512/634] Compiling fips_shared_support.cc
[513/634] Compiling poly_rq_mul.S
[514/634] Compiling md4.cc
[515/634] Compiling lhash.cc
[516/634] Compiling hrss.cc
[517/634] Compiling ex_data.cc
[518/634] Compiling md5.cc
[519/634] Compiling sign.cc
[520/634] Compiling kyber.cc
[521/634] Compiling scrypt.cc
[522/634] Compiling print.cc
[523/634] Compiling hpke.cc
[524/634] Compiling p_x25519.cc
[525/634] Compiling pbkdf.cc
[526/634] Compiling p_x25519_asn1.cc
[527/634] Compiling p_rsa_asn1.cc
[528/634] Compiling p_ed25519.cc
[529/634] Compiling p_ed25519_asn1.cc
[530/634] Compiling p_rsa.cc
[531/634] Compiling p_hkdf.cc
[532/634] Compiling p_dsa_asn1.cc
[533/634] Compiling p_ec_asn1.cc
[534/634] Compiling p_ec.cc
[535/634] Compiling p_dh.cc
[536/634] Compiling p_dh_asn1.cc
[537/634] Compiling evp_ctx.cc
[538/634] Compiling err.cc
[539/634] Compiling evp_asn1.cc
[540/634] Compiling hash_to_curve.cc
[541/634] Compiling evp.cc
[542/634] Compiling ec_derive.cc
[543/634] Compiling engine.cc
[544/634] Compiling ecdsa_asn1.cc
[545/634] Compiling dsa.cc
[546/634] Compiling ecdh.cc
[547/634] Compiling des.cc
[548/634] Compiling params.cc
[549/634] Compiling ec_asn1.cc
[550/634] Compiling dsa_asn1.cc
[551/634] Compiling x25519-asm-arm.S
[552/634] Compiling dh_asn1.cc
[553/634] Compiling spake25519.cc
[554/634] Compiling curve25519.cc
[555/634] Compiling digest_extra.cc
[556/634] Compiling cpu_intel.cc
[557/634] Compiling crypto.cc
[558/634] Compiling cpu_aarch64_win.cc
[559/634] Compiling cpu_aarch64_sysreg.cc
[560/634] Compiling cpu_aarch64_openbsd.cc
[561/634] Compiling curve25519_64_adx.cc
[562/634] Compiling cpu_arm_linux.cc
[563/634] Compiling cpu_arm_freebsd.cc
[564/634] Compiling cpu_aarch64_linux.cc
[565/634] Compiling cpu_aarch64_fuchsia.cc
[566/634] Compiling bcm.cc
[567/634] Compiling e_rc4.cc
[568/634] Compiling cpu_aarch64_apple.cc
[569/634] Compiling tls_cbc.cc
[570/634] Compiling e_tls.cc
[571/634] Compiling get_cipher.cc
[572/634] Compiling e_rc2.cc
[573/634] Compiling conf.cc
[574/634] Compiling e_des.cc
[575/634] Compiling e_aesctrhmac.cc
[576/634] Compiling e_null.cc
[577/634] Compiling chacha.cc
[578/634] Compiling derive_key.cc
[579/634] Compiling e_chacha20poly1305.cc
[580/634] Compiling e_aesgcmsiv.cc
[581/634] Compiling cbb.cc
[582/634] Compiling unicode.cc
[583/634] Compiling cbs.cc
[584/634] Compiling buf.cc
[585/634] Compiling ber.cc
[586/634] Compiling blake2.cc
[587/634] Compiling asn1_compat.cc
[588/634] Compiling bn_asn1.cc
[589/634] Compiling socket.cc
[590/634] Compiling printf.cc
[591/634] Compiling socket_helper.cc
[592/634] Compiling convert.cc
[593/634] Compiling pair.cc
[594/634] Compiling file.cc
[595/634] Compiling hexdump.cc
[596/634] Compiling fd.cc
[597/634] Compiling errno.cc
[598/634] Compiling connect.cc
[599/634] Compiling base64.cc
[600/634] Compiling bio_mem.cc
[601/634] Compiling tasn_typ.cc
[602/634] Compiling bio.cc
[603/634] Compiling tasn_fre.cc
[604/634] Compiling tasn_new.cc
[605/634] Compiling tasn_enc.cc
[606/634] Compiling tasn_utl.cc
[607/634] Compiling posix_time.cc
[608/634] Compiling f_string.cc
[609/634] Compiling f_int.cc
[610/634] Compiling asn_pack.cc
[611/634] Compiling asn1_par.cc
[612/634] Compiling tasn_dec.cc
[613/634] Compiling a_type.cc
[614/634] Compiling a_time.cc
[615/634] Compiling a_utctm.cc
[616/634] Compiling a_octet.cc
[617/634] Compiling a_strnid.cc
[618/634] Compiling a_object.cc
[619/634] Compiling asn1_lib.cc
[620/634] Compiling a_strex.cc
[621/634] Compiling a_d2i_fp.cc
[622/634] Compiling a_mbstr.cc
[623/634] Compiling a_dup.cc
[624/634] Compiling a_i2d_fp.cc
[625/634] Write sources
[627/634] Compiling a_gentm.cc
[628/634] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[629/634] Compiling a_bool.cc
[630/634] Compiling a_bitstr.cc
[631/644] Compiling a_int.cc
[633/678] Compiling Algorithms Permutations.swift
[634/678] Compiling Algorithms Product.swift
[635/680] Compiling Algorithms MinMax.swift
[636/680] Compiling Algorithms Partition.swift
[637/680] Compiling Algorithms Grouped.swift
[638/680] Compiling Algorithms Indexed.swift
[639/680] Compiling Algorithms EitherSequence.swift
[640/680] Compiling Algorithms FirstNonNil.swift
[641/680] Compiling Algorithms FlattenCollection.swift
[642/680] Compiling Algorithms Intersperse.swift
[643/680] Compiling Algorithms Joined.swift
[644/680] Compiling Algorithms Keyed.swift
[645/680] Compiling Atomics IntegerOperations.swift
[646/680] Compiling Atomics Unmanaged extensions.swift
[647/680] Compiling Algorithms Split.swift
[648/680] Compiling Algorithms Stride.swift
[649/680] Compiling Algorithms Suffix.swift
[652/683] Compiling Algorithms Rotate.swift
[659/683] Compiling Algorithms Compacted.swift
[660/683] Compiling Algorithms Cycle.swift
[667/683] Compiling Algorithms Trim.swift
[668/683] Compiling Algorithms Unique.swift
[669/683] Compiling Algorithms Windows.swift
[670/683] Compiling Algorithms AdjacentPairs.swift
[671/683] Compiling Algorithms Chain.swift
[672/683] Compiling Algorithms Chunked.swift
[673/683] Compiling Algorithms Combinations.swift
[677/683] Emitting module Atomics
[681/684] Compiling c-nioatomics.c
[683/684] Emitting module Algorithms
[684/685] Compiling c-atomics.c
[686/691] Compiling NIOConcurrencyHelpers lock.swift
[687/691] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[688/691] Compiling NIOConcurrencyHelpers NIOLock.swift
[689/691] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[690/691] Emitting module NIOConcurrencyHelpers
[691/691] Compiling NIOConcurrencyHelpers atomics.swift
[693/751] Compiling NIOCore EventLoop.swift
[694/751] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[695/751] Compiling NIOCore EventLoopFuture+Deprecated.swift
[696/751] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[697/751] Compiling NIOCore EventLoopFuture.swift
[698/751] Compiling NIOCore FileDescriptor.swift
[699/751] Compiling NIOCore FileHandle.swift
[700/751] Compiling NIOCore FileRegion.swift
[701/759] Compiling NIOCore MarkedCircularBuffer.swift
[702/759] Compiling NIOCore MulticastChannel.swift
[703/759] Compiling NIOCore NIOAny.swift
[704/759] Compiling NIOCore NIOCloseOnErrorHandler.swift
[705/759] Compiling NIOCore NIOLoopBound.swift
[706/759] Compiling NIOCore NIOScheduledCallback.swift
[707/759] Compiling NIOCore NIOSendable.swift
[708/759] Compiling NIOCore RecvByteBufferAllocator.swift
[709/759] Compiling NIOCore GlobalSingletons.swift
[710/759] Compiling NIOCore IO.swift
[711/759] Compiling NIOCore IOData.swift
[712/759] Compiling NIOCore IPProtocol.swift
[713/759] Compiling NIOCore IntegerBitPacking.swift
[714/759] Compiling NIOCore IntegerTypes.swift
[715/759] Compiling NIOCore Interfaces.swift
[716/759] Compiling NIOCore Linux.swift
[717/759] Compiling NIOCore ChannelPipeline.swift
[718/759] Compiling NIOCore CircularBuffer.swift
[719/759] Compiling NIOCore Codec.swift
[720/759] Compiling NIOCore ConvenienceOptionSupport.swift
[721/759] Compiling NIOCore DeadChannel.swift
[722/759] Compiling NIOCore DispatchQueue+WithFuture.swift
[723/759] Compiling NIOCore EventLoop+Deprecated.swift
[724/759] Compiling NIOCore EventLoop+SerialExecutor.swift
[725/759] Compiling NIOCore AddressedEnvelope.swift
[726/759] Compiling NIOCore AsyncAwaitSupport.swift
[727/759] Compiling NIOCore AsyncChannel.swift
[728/759] Compiling NIOCore AsyncChannelHandler.swift
[729/759] Compiling NIOCore AsyncChannelInboundStream.swift
[730/759] Compiling NIOCore AsyncChannelOutboundWriter.swift
[731/759] Compiling NIOCore NIOAsyncSequenceProducer.swift
[732/759] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[733/759] Compiling NIOCore NIOAsyncWriter.swift
[734/759] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[735/759] Compiling NIOCore BSDSocketAPI.swift
[736/759] Compiling NIOCore ByteBuffer-aux.swift
[737/759] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[738/759] Compiling NIOCore ByteBuffer-conversions.swift
[739/759] Compiling NIOCore ByteBuffer-core.swift
[740/759] Compiling NIOCore ByteBuffer-hex.swift
[741/759] Compiling NIOCore ByteBuffer-int.swift
[742/759] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[743/759] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[744/759] Compiling NIOCore SocketAddresses.swift
[745/759] Compiling NIOCore SocketOptionProvider.swift
[746/759] Compiling NIOCore SystemCallHelpers.swift
[747/759] Compiling NIOCore TimeAmount+Duration.swift
[748/759] Compiling NIOCore TypeAssistedChannelHandler.swift
[749/759] Compiling NIOCore UniversalBootstrapSupport.swift
[750/759] Compiling NIOCore Utilities.swift
[751/759] Compiling NIOCore ByteBuffer-multi-int.swift
[752/759] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[753/759] Compiling NIOCore ByteBuffer-views.swift
[754/759] Compiling NIOCore Channel.swift
[755/759] Compiling NIOCore ChannelHandler.swift
[756/759] Compiling NIOCore ChannelHandlers.swift
[757/759] Compiling NIOCore ChannelInvoker.swift
[758/759] Compiling NIOCore ChannelOption.swift
[759/759] Emitting module NIOCore
[761/811] Emitting module NIOEmbedded
[762/811] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[763/811] Compiling NIOEmbedded Embedded.swift
[764/811] Compiling NIOEmbedded AsyncTestingChannel.swift
[766/812] Compiling NIOPosix IO.swift
[767/812] Compiling NIOPosix IntegerBitPacking.swift
[768/812] Compiling NIOPosix IntegerTypes.swift
[769/812] Compiling NIOPosix Linux.swift
[770/812] Compiling NIOPosix LinuxCPUSet.swift
[771/812] Compiling NIOPosix LinuxUring.swift
[772/812] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[773/818] Emitting module NIOPosix
[774/818] Compiling NIOPosix ServerSocket.swift
[775/818] Compiling NIOPosix Socket.swift
[776/818] Compiling NIOPosix SocketChannel.swift
[777/818] Compiling NIOPosix SocketProtocols.swift
[778/818] Compiling NIOPosix System.swift
[779/818] Compiling NIOPosix Thread.swift
[780/818] Compiling NIOPosix ThreadPosix.swift
[781/818] Compiling NIOPosix ThreadWindows.swift
[782/818] Compiling NIOPosix UnsafeTransfer.swift
[783/818] Compiling NIOPosix Utilities.swift
[784/818] Compiling NIOPosix VsockAddress.swift
[785/818] Compiling NIOPosix VsockChannelEvents.swift
[786/818] Compiling NIOPosix SelectableChannel.swift
[787/818] Compiling NIOPosix SelectableEventLoop.swift
[788/818] Compiling NIOPosix SelectorEpoll.swift
[789/818] Compiling NIOPosix SelectorGeneric.swift
[790/818] Compiling NIOPosix SelectorKqueue.swift
[791/818] Compiling NIOPosix SelectorUring.swift
[792/818] Compiling NIOPosix BSDSocketAPICommon.swift
[793/818] Compiling NIOPosix BSDSocketAPIPosix.swift
[794/818] Compiling NIOPosix BSDSocketAPIWindows.swift
[795/818] Compiling NIOPosix BaseSocket.swift
[796/818] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[797/818] Compiling NIOPosix BaseSocketChannel.swift
[798/818] Compiling NIOPosix BaseStreamSocketChannel.swift
[799/818] Compiling NIOPosix Bootstrap.swift
[800/818] Compiling NIOPosix ControlMessage.swift
[801/818] Compiling NIOPosix DatagramVectorReadManager.swift
[802/818] Compiling NIOPosix Errors+Any.swift
[803/818] Compiling NIOPosix FileDescriptor.swift
[804/818] Compiling NIOPosix GetaddrinfoResolver.swift
[805/818] Compiling NIOPosix HappyEyeballs.swift
[806/818] Compiling NIOPosix PooledRecvBufferAllocator.swift
[807/818] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[808/818] Compiling NIOPosix PosixSingletons.swift
[809/818] Compiling NIOPosix RawSocketBootstrap.swift
[810/818] Compiling NIOPosix Resolver.swift
[811/818] Compiling NIOPosix Selectable.swift
[812/818] Compiling NIOPosix NIOThreadPool.swift
[813/818] Compiling NIOPosix NonBlockingFileIO.swift
[814/818] Compiling NIOPosix PendingDatagramWritesManager.swift
[815/818] Compiling NIOPosix PendingWritesManager.swift
[816/818] Compiling NIOPosix PipeChannel.swift
[817/818] Compiling NIOPosix PipePair.swift
[818/818] Compiling NIOPosix Pool.swift
[820/821] Compiling NIO Exports.swift
[821/821] Emitting module NIO
[823/861] Compiling NIOTLS TLSEvents.swift
[824/861] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[825/861] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[826/861] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[827/861] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[828/861] Compiling NIOSOCKS SOCKSResponse.swift
[829/861] Compiling NIOSOCKS ClientStateMachine.swift
[830/862] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[831/862] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[832/862] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[833/862] Emitting module NIOTLS
[834/862] Compiling NIOTLS SNIHandler.swift
[835/863] Compiling NIOSOCKS Errors.swift
[836/863] Compiling NIOSOCKS Helpers.swift
[837/863] Compiling NIOSOCKS AuthenticationMethod.swift
[838/863] Compiling NIOSOCKS ClientGreeting.swift
[839/863] Emitting module NIOSOCKS
[840/863] Compiling NIOSOCKS Messages.swift
[841/863] Compiling NIOSOCKS SOCKSRequest.swift
[842/863] Compiling NIOSOCKS SOCKSClientHandler.swift
[843/863] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[845/863] Compiling NIOSOCKS ServerStateMachine.swift
[847/893] Emitting module NIOFoundationCompat
[848/893] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[849/894] Compiling NIOSSL ObjectIdentifier.swift
[850/894] Compiling NIOSSL PosixPort.swift
[851/896] Compiling NIOSSL SSLCallbacks.swift
[852/896] Compiling NIOSSL SSLCertificate.swift
[854/918] Emitting module NIOTransportServices
[855/918] Compiling NIOTransportServices StateManagedChannel.swift
[856/918] Compiling NIOTransportServices StateManagedListenerChannel.swift
[857/918] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[858/920] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[859/920] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[860/920] Compiling NIOTransportServices NIOTSListenerChannel.swift
[861/920] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[862/920] Compiling NIOTransportServices NIOTSSingletons.swift
[863/920] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[864/920] Compiling NIOTransportServices NIOTSBootstraps.swift
[865/920] Compiling NIOTransportServices NIOTSChannelOptions.swift
[866/920] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[867/920] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[868/920] Compiling NIOTransportServices NIOTSErrors.swift
[869/920] Compiling NIOTransportServices NIOTSEventLoop.swift
[870/920] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[871/920] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[872/920] Compiling NIOTransportServices AcceptHandler.swift
[873/920] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[874/920] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[875/920] Compiling NIOTransportServices NIOTSDatagramListener.swift
[876/920] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[877/920] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[889/921] Emitting module NIOHTTP1
[894/922] Emitting module NIOSSL
[898/925] Compiling NIOSSL SubjectAlternativeName.swift
[899/925] Compiling NIOSSL NIOSSLSecureBytes.swift
[900/925] Compiling NIOSSL RNG.swift
[901/925] Compiling NIOSSL SafeCompare.swift
[902/925] Compiling NIOSSL Zeroization.swift
[907/943] Compiling NIOHPACK HPACKHeader.swift
[908/943] Compiling NIOHPACK HeaderTables.swift
[911/943] Compiling NIOHPACK DynamicHeaderTable.swift
[912/943] Compiling NIOHPACK HPACKDecoder.swift
[913/943] Compiling NIOHPACK HPACKEncoder.swift
[914/943] Compiling NIOHPACK HPACKErrors.swift
[915/943] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[918/944] Emitting module NIOHPACK
[919/944] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[920/944] Compiling NIOHPACK IntegerCoding.swift
[921/944] Compiling NIOHPACK IndexedHeaderTable.swift
[922/944] Compiling NIOHPACK HuffmanTables.swift
[923/944] Emitting module NIOHTTPCompression
[924/944] Compiling NIOHPACK StaticHeaderTable.swift
[925/944] Compiling NIOHTTPCompression HTTPDecompression.swift
[926/944] Compiling NIOHPACK HuffmanCoding.swift
[927/944] Compiling NIOHTTPCompression HTTPCompression.swift
[928/944] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[929/944] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[936/946] Compiling NIOSSL TLSConfiguration.swift
[937/946] Compiling NIOSSL UniversalBootstrapSupport.swift
[938/946] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[948/1005] Compiling NIOHTTP2 MaySendFrames.swift
[949/1005] Compiling NIOHTTP2 SendingDataState.swift
[950/1005] Compiling NIOHTTP2 SendingGoawayState.swift
[951/1005] Compiling NIOHTTP2 SendingHeadersState.swift
[952/1005] Compiling NIOHTTP2 SendingPushPromiseState.swift
[953/1005] Compiling NIOHTTP2 SendingRstStreamState.swift
[954/1005] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[955/1005] Compiling NIOHTTP2 HTTP2SettingsState.swift
[956/1013] Compiling NIOHTTP2 InboundWindowManager.swift
[957/1013] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[958/1013] Compiling NIOHTTP2 StreamChannelFlowController.swift
[959/1013] Compiling NIOHTTP2 StreamChannelList.swift
[960/1013] Compiling NIOHTTP2 StreamMap.swift
[961/1013] Compiling NIOHTTP2 StreamStateMachine.swift
[962/1013] Compiling NIOHTTP2 UnsafeTransfer.swift
[963/1013] Compiling NIOHTTP2 WatermarkedFlowController.swift
[964/1013] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[965/1013] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[966/1013] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[967/1013] Compiling NIOHTTP2 HTTP2StreamID.swift
[968/1013] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[969/1013] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[970/1013] Compiling NIOHTTP2 HTTP2UserEvents.swift
[971/1013] Compiling NIOHTTP2 InboundEventBuffer.swift
[972/1013] Emitting module NIOHTTP2
[973/1013] Compiling NIOHTTP2 ConnectionStateMachine.swift
[974/1013] Compiling NIOHTTP2 ConnectionStreamsState.swift
[975/1013] Compiling NIOHTTP2 MayReceiveFrames.swift
[976/1013] Compiling NIOHTTP2 ReceivingDataState.swift
[977/1013] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[978/1013] Compiling NIOHTTP2 ReceivingHeadersState.swift
[979/1013] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[980/1013] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[981/1013] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[982/1013] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[983/1013] Compiling NIOHTTP2 HasFlowControlWindows.swift
[984/1013] Compiling NIOHTTP2 HasLocalSettings.swift
[985/1013] Compiling NIOHTTP2 HasRemoteSettings.swift
[986/1013] Compiling NIOHTTP2 LocallyQuiescingState.swift
[987/1013] Compiling NIOHTTP2 QuiescingState.swift
[988/1013] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[989/1013] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[990/1013] Compiling NIOHTTP2 StateMachineResult.swift
[991/1013] Compiling NIOHTTP2 ContentLengthVerifier.swift
[992/1013] Compiling NIOHTTP2 DOSHeuristics.swift
[993/1013] Compiling NIOHTTP2 Error+Any.swift
[994/1013] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[995/1013] Compiling NIOHTTP2 ControlFrameBuffer.swift
[996/1013] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[997/1013] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[998/1013] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[999/1013] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1000/1013] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1001/1013] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1002/1013] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1003/1013] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1004/1013] Compiling NIOHTTP2 HTTP2Error.swift
[1005/1013] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1006/1013] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1007/1013] Compiling NIOHTTP2 HTTP2Frame.swift
[1008/1013] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1009/1013] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1010/1013] Compiling NIOHTTP2 HTTP2PingData.swift
[1011/1013] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1012/1013] Compiling NIOHTTP2 HTTP2Settings.swift
[1013/1013] Compiling NIOHTTP2 HTTP2Stream.swift
[1015/1073] Emitting module AsyncHTTPClient
[1016/1081] Compiling AsyncHTTPClient RequestBag.swift
[1017/1081] Compiling AsyncHTTPClient RequestValidation.swift
[1018/1081] Compiling AsyncHTTPClient SSLContextCache.swift
[1019/1081] Compiling AsyncHTTPClient Scheme.swift
[1020/1081] Compiling AsyncHTTPClient Singleton.swift
[1021/1081] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1022/1081] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1023/1081] Compiling AsyncHTTPClient Utils.swift
[1024/1081] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1025/1081] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1026/1081] Compiling AsyncHTTPClient Transaction.swift
[1027/1081] Compiling AsyncHTTPClient Base64.swift
[1028/1081] Compiling AsyncHTTPClient BasicAuth.swift
[1029/1081] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1030/1081] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1031/1081] Compiling AsyncHTTPClient ConnectionPool.swift
[1032/1081] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1033/1081] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1034/1081] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1035/1081] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1036/1081] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1037/1081] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1038/1081] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1039/1081] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1040/1081] Compiling AsyncHTTPClient RequestBodyLength.swift
[1041/1081] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1042/1081] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1043/1081] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1044/1081] Compiling AsyncHTTPClient HTTP1Connection.swift
[1045/1081] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1046/1081] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1047/1081] Compiling AsyncHTTPClient HTTP2Connection.swift
[1048/1081] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1049/1081] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1050/1081] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1051/1081] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1052/1081] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1053/1081] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1054/1081] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1055/1081] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1056/1081] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1057/1081] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1058/1081] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1059/1081] Compiling AsyncHTTPClient RequestOptions.swift
[1060/1081] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1061/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1062/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1063/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1064/1081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1065/1081] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1066/1081] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1067/1081] Compiling AsyncHTTPClient ConnectionTarget.swift
[1068/1081] Compiling AsyncHTTPClient DeconstructedURL.swift
[1069/1081] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1070/1081] Compiling AsyncHTTPClient FoundationExtensions.swift
[1071/1081] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1072/1081] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1073/1081] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1074/1081] Compiling AsyncHTTPClient HTTPClient.swift
[1075/1081] Compiling AsyncHTTPClient HTTPHandler.swift
[1076/1081] Compiling AsyncHTTPClient LRUCache.swift
[1077/1081] Compiling AsyncHTTPClient NWErrorHandler.swift
[1078/1081] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1079/1081] Compiling AsyncHTTPClient TLSConfiguration.swift
[1080/1081] Compiling AsyncHTTPClient RedirectState.swift
[1081/1081] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1083/1088] Compiling SwiftyTailwind TailwindVersion.swift
[1084/1088] Compiling SwiftyTailwind Executor.swift
/host/spi-builder-workspace/Sources/SwiftyTailwind/Executor.swift:52:25: warning: initialization of immutable value 'inputStream' was never used; consider replacing with assignment to '_' or removing it
50 | }), startNewProcessGroup: false)
51 | do {
52 | let inputStream = try process.launch()
| `- warning: initialization of immutable value 'inputStream' was never used; consider replacing with assignment to '_' or removing it
53 | try process.waitUntilExit()
54 | continuation.resume()
/host/spi-builder-workspace/Sources/SwiftyTailwind/Executor.swift:36:17: warning: capture of 'self' with non-sendable type 'Executor' in a '@Sendable' closure; this is an error in the Swift 6 language mode
19 | }
20 |
21 | class Executor: Executing {
| `- note: class 'Executor' does not conform to the 'Sendable' protocol
22 |
23 | let logger: Logger
:
34 | DispatchQueue.global(qos: .userInitiated).async {
35 | let arguments = [executablePath.pathString] + arguments
36 | self.logger.info("Tailwind: \(arguments.joined(separator: " "))")
| `- warning: capture of 'self' with non-sendable type 'Executor' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 | let process = Process(arguments: arguments,
38 | workingDirectory: directory,
/host/spi-builder-workspace/Sources/SwiftyTailwind/Executor.swift:48:25: warning: capture of 'self' with non-sendable type 'Executor' in an isolated closure; this is an error in the Swift 6 language mode
19 | }
20 |
21 | class Executor: Executing {
| `- note: class 'Executor' does not conform to the 'Sendable' protocol
22 |
23 | let logger: Logger
:
46 | We don't use `logger.error` here because some useful warnings are sent through the standard error.
47 | */
48 | self.logger.info("\(errorString)")
| `- warning: capture of 'self' with non-sendable type 'Executor' in an isolated closure; this is an error in the Swift 6 language mode
49 | }
50 | }), startNewProcessGroup: false)
[1085/1088] Compiling SwiftyTailwind SwiftyTailwind.swift
[1086/1088] Emitting module SwiftyTailwind
[1087/1088] Compiling SwiftyTailwind Downloader.swift
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:76:58: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
74 | let url = "https://github.com/tailwindlabs/tailwindcss/releases/download/\(version)/\(name)"
75 | logger.debug("Downloading binary \(name) from version \(version)...")
76 | let client = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
77 | let request = try HTTPClient.Request(url: url)
78 | let delegate = try FileDownloadDelegate(path: downloadPath.pathString, reportProgress: { [weak self] in
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:128:62: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
126 | logger.debug("Getting the latest Tailwind version from \(latestReleaseURL)")
127 |
128 | let httpClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
129 |
130 | var tagName: String!
/host/spi-builder-workspace/Sources/SwiftyTailwind/Downloader.swift:138:40: warning: treating a forced downcast to 'String' as optional will never produce 'nil'
136 | let body = try await response.body.collect(upTo: 1024 * 1024)
137 | let json = try! JSONSerialization.jsonObject(with: Data(buffer: body)) as! [String: Any]
138 | tagName = json["tag_name"] as! String
| | | `- note: use 'as?' to perform a conditional downcast to 'String'
| | `- warning: treating a forced downcast to 'String' as optional will never produce 'nil'
| `- note: add parentheses around the cast to silence this warning
139 | logger.debug("The latest Tailwind version available is \(tagName!)")
140 | } catch {
[1088/1088] Compiling SwiftyTailwind ArchitectureDetector.swift
Build complete! (303.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-tools-support-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-core.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "SwiftyTailwind",
"name" : "SwiftyTailwind",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftyTailwind",
"targets" : [
"SwiftyTailwind"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyTailwindTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyTailwindTests",
"path" : "Tests/SwiftyTailwindTests",
"product_dependencies" : [
"SwiftToolsSupport-auto"
],
"sources" : [
"ArchitectureDetectorTests.swift",
"DownloaderTests.swift",
"SwiftyTailwindTests.swift"
],
"target_dependencies" : [
"SwiftyTailwind"
],
"type" : "test"
},
{
"c99name" : "SwiftyTailwind",
"module_type" : "SwiftTarget",
"name" : "SwiftyTailwind",
"path" : "Sources/SwiftyTailwind",
"product_dependencies" : [
"SwiftToolsSupport-auto",
"Logging",
"AsyncHTTPClient"
],
"product_memberships" : [
"SwiftyTailwind"
],
"sources" : [
"ArchitectureDetector.swift",
"Downloader.swift",
"Executor.swift",
"SwiftyTailwind.swift",
"TailwindVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.