Build Information
Successful build of hummingbird-docc, reference main (0e71b2), with Swift 6.1 for Linux on 8 Oct 2025 03:04:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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/rock-n-code/hummingbird-docc.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/rock-n-code/hummingbird-docc
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0e71b26 Update license to Apache v2.0 (#6)
Cloned https://github.com/rock-n-code/hummingbird-docc.git
Revision (git rev-parse @):
0e71b2673c4eab57f16d298a412fdc31b63e3bba
SUCCESS checkout https://github.com/rock-n-code/hummingbird-docc.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/rock-n-code/hummingbird-docc.git
https://github.com/rock-n-code/hummingbird-docc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "hummingbird-docc",
"name" : "hummingbird-docc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "hummingbird-docc",
"targets" : [
"HummingbirdDocC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdDocCSample",
"targets" : [
"HummingbirdDocCSample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HummingbirdDocCTest",
"module_type" : "SwiftTarget",
"name" : "HummingbirdDocCTest",
"path" : "Tests/HummingbirdDocC",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"Tests/Internal/Enumerations/AssetFileTests.swift",
"Tests/Internal/Enumerations/AssetFolderTests.swift",
"Tests/Internal/Enumerations/DocumentationFolderTests.swift",
"Tests/Internal/Extensions/LoggerMetadata+HelpersTests.swift",
"Tests/Internal/Extensions/String_HelpersTests.swift",
"Tests/Internal/Models/ResourceTests.swift",
"Tests/Internal/Use Cases/CheckURIUseCaseTests.swift",
"Tests/Internal/Use Cases/PrepareURIPathUseCaseTests.swift",
"Tests/Internal/Use Cases/RedirectURIUseCaseTests.swift",
"Tests/Internal/Use Cases/ServeURIUseCaseTests.swift",
"Tests/Public/Middlewares/DocCMiddlewareTests.swift",
"Types/Extensions/Logger+Helpers.swift",
"Types/Extensions/LoggerLevel+Helpers.swift",
"Types/Extensions/Request+Helpers.swift",
"Types/Extensions/String+Constants.swift",
"Types/Extensions/Tag+Constants.swift",
"Types/Mocks/FileProviderMock.swift",
"Types/Mocks/LogHandlerMock.swift",
"Types/Mocks/RequestContextMock.swift",
"Types/Namespaces/Input.swift",
"Types/Namespaces/Output.swift",
"Types/Stubs/FileProviderStub.swift"
],
"target_dependencies" : [
"HummingbirdDocC"
],
"type" : "test"
},
{
"c99name" : "HummingbirdDocCSample",
"module_type" : "SwiftTarget",
"name" : "HummingbirdDocCSample",
"path" : "Samples/HummingbirdDocC",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"HummingbirdDocCSample"
],
"sources" : [
"App/Builders/AppBuilder.swift",
"App/Parameters/SampleAppArguments.swift",
"App/Protocols/AppArguments.swift",
"App/SampleApp.swift"
],
"target_dependencies" : [
"HummingbirdDocC"
],
"type" : "executable"
},
{
"c99name" : "HummingbirdDocC",
"module_type" : "SwiftTarget",
"name" : "HummingbirdDocC",
"path" : "Sources/HummingbirdDocC",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"hummingbird-docc",
"HummingbirdDocCSample"
],
"sources" : [
"Internal/Enumerations/AssetFile.swift",
"Internal/Enumerations/AssetFolder.swift",
"Internal/Enumerations/DocumentationFolder.swift",
"Internal/Extensions/LoggerMetadata+Helpers.swift",
"Internal/Extensions/String+Constants.swift",
"Internal/Extensions/String+Formats.swift",
"Internal/Extensions/String+Helpers.swift",
"Internal/Models/Resource.swift",
"Internal/Protocols/Pathable.swift",
"Internal/Pseudo Types/ContextualInfo.swift",
"Internal/Use Cases/CheckURIUseCase.swift",
"Internal/Use Cases/PrepareURIPathUseCase.swift",
"Internal/Use Cases/RedirectURIUseCase.swift",
"Internal/Use Cases/ServeURIUseCase.swift",
"Public/Configurations/DoccConfiguration.swift",
"Public/Middlewares/DocCMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/2133] Fetching swift-docc-plugin
[236/18776] Fetching swift-docc-plugin, swift-argument-parser
[5716/43948] Fetching swift-docc-plugin, swift-argument-parser, hummingbird
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.73s)
[23530/27305] Fetching swift-docc-plugin, hummingbird
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.21s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (2.01s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3540] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.53s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.16.0 (0.56s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2518] Fetching swift-service-lifecycle
[2368/5289] Fetching swift-service-lifecycle, swift-nio-transport-services
[2713/11459] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[9609/23159] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[12513/37476] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
[16612/52607] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (10.55s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (10.55s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (10.55s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (10.56s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (10.57s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (10.57s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/2357] Fetching swift-metrics
[2358/6290] Fetching swift-metrics, swift-log
[6291/24443] Fetching swift-metrics, swift-log, swift-collections
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.46s)
Fetching https://github.com/apple/swift-atomics.git
[6838/22086] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.54s)
Fetching https://github.com/apple/swift-async-algorithms.git
[4177/97250] Fetching swift-collections, swift-nio
[5875/102691] Fetching swift-collections, swift-nio, swift-distributed-tracing
[9371/104505] Fetching swift-collections, swift-nio, swift-distributed-tracing, swift-atomics
[18654/110055] Fetching swift-collections, swift-nio, swift-distributed-tracing, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.59s)
[20642/104614] Fetching swift-collections, swift-nio, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
[21798/102800] Fetching swift-collections, swift-nio, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
[20799/97250] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (4.14s)
[79097/79097] Fetching swift-nio
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio.git from cache (6.90s)
[1/939] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (19.65s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.79s)
Fetching https://github.com/apple/swift-system.git
[1/5049] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.47s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.46s)
Fetching https://github.com/apple/swift-service-context.git
[1/1117] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (7.12s)
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.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.76s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1190] Fetching swift-http-structured-headers
[430/2835] Fetching swift-http-structured-headers, swift-asn1
[1932/8821] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[6918/15428] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
[8696/13783] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.61s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.77s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.78s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (3.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/6371] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.58s)
Fetching https://github.com/apple/swift-crypto.git
[1/17193] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.85s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (2.33s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.42s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.82s)
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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.34.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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.28.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.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.29.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/94] Write sources
[36/94] Compiling CNIOWindows shim.c
[37/94] Compiling CNIOPosix event_loop_id.c
[38/94] Compiling CNIOWASI CNIOWASI.c
[39/94] Compiling CNIOWindows WSAStartup.c
[40/94] Compiling _AtomicsShims.c
[40/94] Compiling CNIOLinux liburing_shims.c
[42/94] Compiling CNIODarwin shim.c
[42/94] Write sources
[48/94] Compiling CNIOLLHTTP c_nio_http.c
[49/94] Compiling CNIOLinux shim.c
[50/94] Compiling CNIOLLHTTP c_nio_api.c
[51/94] Write swift-version-24593BA9C3E375BF.txt
[52/94] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/132] Emitting module ServiceContextModule
[55/132] Compiling _NIODataStructures PriorityQueue.swift
[56/132] Compiling HTTPTypes ISOLatin1String.swift
[57/133] Compiling _NIODataStructures _TinyArray.swift
[58/133] Emitting module HTTPTypes
[59/133] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/133] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/135] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[62/135] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/135] Compiling Logging LogHandler.swift
[64/135] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/135] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/135] Compiling HTTPTypes HTTPField.swift
[67/135] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/135] Compiling InternalCollectionsUtilities Integer rank.swift
[69/135] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/135] Emitting module InternalCollectionsUtilities
[71/135] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/135] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/135] Emitting module _NIOBase64
[74/135] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/135] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/135] Compiling HTTPTypes HTTPRequest.swift
[77/135] Compiling HTTPTypes HTTPResponse.swift
[78/135] Compiling _NIOBase64 Base64.swift
[79/135] Compiling HTTPTypes HTTPParsedFields.swift
[80/136] Compiling ServiceContextModule ServiceContextKey.swift
[81/136] Compiling InternalCollectionsUtilities Debugging.swift
[82/136] Compiling InternalCollectionsUtilities Descriptions.swift
[83/136] Compiling ServiceContextModule ServiceContext.swift
[84/137] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[85/137] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[88/149] Compiling c-nioatomics.c
[90/150] Compiling Instrumentation Instrument.swift
[91/150] Compiling ConcurrencyHelpers LockedValueBox.swift
[92/150] Compiling Instrumentation NoOpInstrument.swift
[93/150] Compiling Instrumentation MultiplexInstrument.swift
[94/151] Emitting module Instrumentation
[95/212] Emitting module ConcurrencyHelpers
[96/218] Compiling Logging Locks.swift
[97/218] Emitting module Logging
[98/218] Emitting module _NIODataStructures
[99/218] Compiling _NIODataStructures Heap.swift
[100/219] Compiling Logging MetadataProvider.swift
[101/219] Compiling ConcurrencyHelpers Lock.swift
[102/220] Compiling HTTPTypes NIOLock.swift
[103/220] Compiling Logging Logging.swift
[104/221] Compiling Instrumentation InstrumentationSystem.swift
[105/221] Compiling Instrumentation Locks.swift
[109/363] Compiling c-atomics.c
[111/363] Compiling HeapModule Heap+Descriptions.swift
[112/371] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[113/371] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[114/371] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[115/371] Compiling HashTreeCollections _HashNode+Structural merge.swift
[116/371] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[117/371] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[118/371] Compiling HashTreeCollections TreeDictionary+Filter.swift
[119/378] Compiling CoreMetrics Locks.swift
[120/378] Compiling CoreMetrics Metrics.swift
[121/378] Emitting module CoreMetrics
[122/379] Compiling HeapModule Heap.swift
[123/379] Compiling HeapModule _HeapNode.swift
[124/379] Compiling HeapModule Heap+Invariants.swift
[125/379] Compiling HeapModule Heap+UnsafeHandle.swift
[126/379] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/379] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[128/379] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[129/379] Compiling HashTreeCollections TreeDictionary+Keys.swift
[130/379] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[131/379] Compiling HashTreeCollections TreeDictionary+Merge.swift
[132/379] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[133/379] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[135/379] Emitting module HeapModule
[136/380] Emitting module UnixSignals
[146/389] Emitting module Tracing
[148/389] Compiling UnixSignals UnixSignal.swift
[149/389] Compiling Tracing TracingTime.swift
[150/389] Compiling UnixSignals UnixSignalsSequence.swift
[151/390] Compiling HashTreeCollections _HashNode+Lookups.swift
[152/390] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[153/390] Compiling HashTreeCollections _HashTreeIterator.swift
[154/390] Compiling HashTreeCollections _HashTreeStatistics.swift
[155/390] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[156/390] Compiling HashTreeCollections _RawHashNode.swift
[157/390] Compiling HashTreeCollections _UnmanagedHashNode.swift
[158/390] Compiling HashTreeCollections _UnsafePath.swift
[159/390] Compiling HashTreeCollections TreeDictionary+Codable.swift
[160/390] Compiling HashTreeCollections TreeDictionary+Collection.swift
[161/390] Compiling HashTreeCollections _HashStack.swift
[162/390] Compiling HashTreeCollections _AncestorHashSlots.swift
[163/390] Compiling HashTreeCollections _Bitmap.swift
[164/390] Compiling HashTreeCollections _Bucket.swift
[165/390] Compiling HashTreeCollections _Hash.swift
[166/390] Compiling HashTreeCollections _HashLevel.swift
[167/390] Compiling HashTreeCollections _HashNode+Builder.swift
[168/390] Compiling HashTreeCollections _HashNode+Debugging.swift
[169/390] Compiling HashTreeCollections _HashNode+Initializers.swift
[170/390] Compiling HashTreeCollections _HashNode+Invariants.swift
[172/390] Compiling OrderedCollections OrderedSet+SubSequence.swift
[173/390] Compiling OrderedCollections OrderedSet+Testing.swift
[174/390] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[175/390] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[176/390] Compiling OrderedCollections OrderedSet.swift
[177/390] Compiling OrderedCollections _UnsafeBitset.swift
[178/390] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[179/390] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[180/390] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[181/390] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[182/408] Compiling Tracing TracerProtocol+Legacy.swift
[183/408] Compiling Tracing Tracer.swift
[184/408] Compiling Tracing TracerProtocol.swift
[185/408] Compiling Tracing SpanProtocol.swift
[186/408] Compiling Tracing InstrumentationSystem+Tracing.swift
[187/408] Compiling Tracing NoOpTracer.swift
[188/408] Compiling HashTreeCollections TreeDictionary.swift
[189/408] Compiling HashTreeCollections TreeSet+Codable.swift
[190/408] Compiling _RopeModule Rope+Join.swift
[191/408] Compiling _RopeModule Rope+MutatingForEach.swift
[192/408] Compiling _RopeModule Rope+Remove.swift
[193/408] Compiling _RopeModule Rope+RemoveSubrange.swift
[194/408] Compiling _RopeModule Rope+Split.swift
[195/408] Compiling _RopeModule Optional Utilities.swift
[196/408] Compiling _RopeModule String Utilities.swift
[197/408] Compiling _RopeModule String.Index+ABI.swift
[208/408] Compiling OrderedCollections OrderedSet+Sendable.swift
[216/409] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[217/409] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[218/409] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[219/409] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[220/409] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[221/409] Compiling HashTreeCollections _HashNode+Storage.swift
[222/409] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[223/409] Compiling HashTreeCollections _HashNode+Structural filter.swift
[224/409] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[225/409] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[234/409] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[235/409] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[236/409] Compiling HashTreeCollections _HashNode+Structural union.swift
[237/409] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[238/409] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[239/409] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[240/409] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[241/409] Compiling HashTreeCollections _HashNode.swift
[251/409] Compiling NIOConcurrencyHelpers lock.swift
[252/409] Compiling NIOConcurrencyHelpers NIOLock.swift
[261/409] Compiling HashTreeCollections _HashNodeHeader.swift
[262/409] Compiling HashTreeCollections _HashSlot.swift
[270/477] Emitting module _RopeModule
[271/477] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[272/477] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[273/477] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[274/477] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[275/477] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[276/477] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[277/477] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[278/477] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[279/477] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[280/477] Compiling HashTreeCollections TreeSet.swift
[281/477] Emitting module NIOConcurrencyHelpers
[282/477] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[283/477] Compiling NIOConcurrencyHelpers atomics.swift
[284/477] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[285/478] Emitting module OrderedCollections
[286/478] Compiling DequeModule Deque+Testing.swift
[287/478] Compiling DequeModule Deque._Storage.swift
[288/478] Compiling DequeModule Deque._UnsafeHandle.swift
[289/478] Compiling DequeModule Deque.swift
[290/478] Compiling DequeModule _DequeBuffer.swift
[291/478] Compiling DequeModule _DequeBufferHeader.swift
[292/478] Compiling BitCollections BitArray+Invariants.swift
[293/478] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[294/479] Compiling DequeModule Deque+Equatable.swift
[295/479] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[296/479] Compiling DequeModule Deque+CustomReflectable.swift
[297/479] Compiling DequeModule Deque+Descriptions.swift
[298/481] Compiling HTTPTypes HTTPFields.swift
[299/481] Compiling HTTPTypes HTTPFieldName.swift
[303/482] Compiling BitCollections BitSet+BidirectionalCollection.swift
[304/482] Compiling BitCollections BitSet+Codable.swift
[305/482] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[306/482] Compiling BitCollections BitSet+CustomReflectable.swift
[307/482] Compiling BitCollections BitSet+CustomStringConvertible.swift
[308/482] Compiling BitCollections BitSet+Equatable.swift
[309/482] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[310/482] Compiling BitCollections BitSet+Extras.swift
[311/482] Compiling BitCollections BitSet+Hashable.swift
[312/482] Compiling BitCollections BitSet+Initializers.swift
[313/482] Compiling BitCollections BitSet+Invariants.swift
[316/500] Compiling Atomics OptionalRawRepresentable.swift
[317/500] Compiling Atomics RawRepresentable.swift
[318/500] Compiling Atomics AtomicBool.swift
[319/500] Compiling Atomics AtomicStorage.swift
[319/500] Wrapping AST for _NIODataStructures for debugging
[321/500] Compiling Atomics ManagedAtomicLazyReference.swift
[322/500] Compiling Atomics UnsafeAtomic.swift
[322/502] Wrapping AST for _NIOBase64 for debugging
[325/502] Compiling Atomics UnsafeAtomicLazyReference.swift
[326/502] Compiling Atomics ManagedAtomic.swift
[334/511] Wrapping AST for UnixSignals for debugging
[336/511] Compiling Atomics AtomicMemoryOrderings.swift
[337/511] Compiling Atomics DoubleWord.swift
[339/511] Compiling Atomics AtomicValue.swift
[348/511] Wrapping AST for Tracing for debugging
[349/511] Wrapping AST for ServiceContextModule for debugging
[350/511] Wrapping AST for OrderedCollections for debugging
[351/511] Wrapping AST for NIOConcurrencyHelpers for debugging
[352/511] Compiling Atomics AtomicInteger.swift
[353/511] Compiling Atomics AtomicOptionalWrappable.swift
[354/511] Compiling Atomics AtomicReference.swift
[358/511] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[359/511] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[360/511] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[361/511] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[362/511] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[363/511] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[364/511] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[367/511] Compiling BitCollections BitSet+Random.swift
[368/511] Compiling BitCollections BitSet+SetAlgebra basics.swift
[369/511] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[370/511] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[371/511] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[372/511] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[373/511] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[374/511] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[375/511] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[376/511] Compiling BitCollections BitSet+SetAlgebra union.swift
[377/511] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[378/511] Compiling BitCollections BitSet.Counted.swift
[378/511] Wrapping AST for Logging for debugging
[380/511] Compiling Atomics IntegerConformances.swift
[381/511] Compiling Atomics PointerConformances.swift
[382/511] Emitting module BitCollections
[385/511] Compiling Atomics Primitives.native.swift
[391/511] Compiling Atomics IntegerOperations.swift
[392/511] Compiling Atomics Unmanaged extensions.swift
[393/511] Emitting module DequeModule
[393/511] Wrapping AST for InternalCollectionsUtilities for debugging
[395/512] Wrapping AST for Instrumentation for debugging
[408/512] Compiling BitCollections BitArray+Testing.swift
[409/512] Compiling BitCollections BitArray._UnsafeHandle.swift
[410/512] Compiling BitCollections BitArray.swift
[445/512] Wrapping AST for HeapModule for debugging
[446/512] Wrapping AST for HTTPTypes for debugging
[447/557] Wrapping AST for DequeModule for debugging
[448/557] Wrapping AST for CoreMetrics for debugging
[449/557] Wrapping AST for ConcurrencyHelpers for debugging
[451/557] Emitting module ArgumentParserToolInfo
[452/557] Compiling ArgumentParserToolInfo ToolInfo.swift
[453/557] Compiling BitCollections BitSet.Index.swift
[454/557] Compiling BitCollections BitSet._UnsafeHandle.swift
[455/557] Compiling BitCollections BitSet.swift
[456/557] Compiling BitCollections Range+Utilities.swift
[457/557] Compiling BitCollections Slice+Utilities.swift
[458/557] Compiling BitCollections UInt+Tricks.swift
[459/557] Compiling BitCollections _Word.swift
[461/559] Emitting module Metrics
[462/559] Compiling Metrics Metrics.swift
[464/560] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[465/560] Compiling AsyncAlgorithms CombineLatestStorage.swift
[466/560] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[467/560] Compiling AsyncAlgorithms DebounceStateMachine.swift
[468/560] Compiling AsyncAlgorithms DebounceStorage.swift
[469/560] Compiling AsyncAlgorithms Dictionary.swift
[470/560] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[471/560] Compiling AsyncAlgorithms Locking.swift
[472/560] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[473/560] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[484/561] Emitting module HashTreeCollections
[487/562] Compiling AsyncAlgorithms MergeStateMachine.swift
[488/562] Compiling AsyncAlgorithms MergeStorage.swift
[489/562] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[490/562] Compiling AsyncAlgorithms Rethrow.swift
[493/568] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[494/568] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[495/568] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[496/568] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[497/568] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[498/568] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[499/568] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[500/568] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[501/568] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[502/568] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[503/568] Compiling AsyncAlgorithms AsyncChannel.swift
[504/568] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[504/568] Wrapping AST for ArgumentParserToolInfo for debugging
[505/568] Wrapping AST for Metrics for debugging
[506/568] Wrapping AST for BitCollections for debugging
[507/568] Wrapping AST for _RopeModule for debugging
[508/568] Wrapping AST for HashTreeCollections for debugging
[510/568] Emitting module AsyncAlgorithms
[511/568] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[512/568] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[513/568] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[514/568] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[515/568] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[516/568] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[517/568] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[518/568] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[519/568] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[520/568] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[521/568] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[522/568] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[523/568] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[524/568] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[531/590] Emitting module Atomics
[532/615] Compiling Collections Collections.swift
[533/615] Emitting module Collections
[536/616] Compiling ArgumentParser InputOrigin.swift
[537/616] Compiling ArgumentParser Name.swift
[538/616] Compiling ArgumentParser Parsed.swift
[539/616] Compiling ArgumentParser ParsedValues.swift
[540/616] Compiling ArgumentParser ParserError.swift
[541/616] Compiling ArgumentParser ParsableArguments.swift
[541/616] Wrapping AST for Atomics for debugging
[543/616] Compiling ArgumentParser ParsableCommand.swift
[544/616] Compiling ArgumentParser ArgumentDecoder.swift
[545/616] Compiling ArgumentParser ArgumentDefinition.swift
[546/616] Compiling ArgumentParser ArgumentSet.swift
[547/616] Compiling ArgumentParser CommandParser.swift
[548/616] Compiling ArgumentParser CollectionExtensions.swift
[548/616] Wrapping AST for Collections for debugging
[550/677] Emitting module ArgumentParser
[551/683] Compiling NIOCore ByteBuffer-int.swift
[552/683] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[553/683] Compiling NIOCore CircularBuffer.swift
[554/683] Compiling NIOCore Codec.swift
[555/683] Compiling NIOCore ConvenienceOptionSupport.swift
[556/683] Compiling NIOCore DeadChannel.swift
[557/683] Compiling NIOCore BSDSocketAPI.swift
[558/683] Compiling NIOCore ByteBuffer-aux.swift
[559/683] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[560/683] Compiling NIOCore ByteBuffer-conversions.swift
[561/683] Compiling NIOCore ByteBuffer-core.swift
[562/683] Compiling NIOCore ByteBuffer-hex.swift
[563/683] Compiling ArgumentParser CodingKeyValidator.swift
[564/683] Compiling ArgumentParser NonsenseFlagsValidator.swift
[565/683] Compiling ArgumentParser ParsableArgumentsValidation.swift
[566/683] Compiling ArgumentParser PositionalArgumentsValidator.swift
[567/683] Compiling ArgumentParser UniqueNamesValidator.swift
[568/683] Compiling NIOCore NIOScheduledCallback.swift
[570/684] Compiling NIOCore IPProtocol.swift
[571/684] Compiling NIOCore IntegerBitPacking.swift
[572/684] Compiling NIOCore IntegerTypes.swift
[573/684] Compiling NIOCore Interfaces.swift
[574/684] Compiling NIOCore Linux.swift
[575/684] Compiling NIOCore MarkedCircularBuffer.swift
[575/684] Wrapping AST for AsyncAlgorithms for debugging
[577/692] Compiling ServiceLifecycle Service.swift
[578/693] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[579/693] Compiling ServiceLifecycle CancellationWaiter.swift
[580/693] Compiling ArgumentParser Tree.swift
[586/693] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[587/693] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[588/693] Compiling ServiceLifecycle ServiceRunnerError.swift
[589/693] Emitting module ServiceLifecycle
[590/693] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[591/693] Compiling NIOCore NIOAsyncWriter.swift
[592/693] Compiling NIOCore ByteBuffer-multi-int.swift
[593/693] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[594/693] Compiling NIOCore ByteBuffer-views.swift
[595/693] Compiling NIOCore Channel.swift
[602/693] Compiling NIOCore NIOSendable.swift
[603/693] Compiling NIOCore RecvByteBufferAllocator.swift
[604/701] Compiling ServiceLifecycle GracefulShutdown.swift
[605/701] Compiling ServiceLifecycle ServiceGroup.swift
[606/702] Wrapping AST for ServiceLifecycle for debugging
[608/702] Compiling NIOCore AddressedEnvelope.swift
[609/702] Compiling NIOCore AsyncAwaitSupport.swift
[610/702] Compiling NIOCore AsyncChannel.swift
[611/702] Compiling NIOCore AsyncChannelHandler.swift
[612/702] Compiling NIOCore AsyncChannelInboundStream.swift
[613/702] Compiling NIOCore AsyncChannelOutboundWriter.swift
[614/702] Compiling NIOCore NIOAsyncSequenceProducer.swift
[615/702] Compiling NIOCore EventLoopFuture+Deprecated.swift
[616/702] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[617/702] Compiling NIOCore EventLoopFuture.swift
[618/702] Compiling NIOCore FileDescriptor.swift
[619/702] Compiling NIOCore FileHandle.swift
[620/702] Compiling NIOCore FileRegion.swift
[621/702] Compiling NIOCore GlobalSingletons.swift
[622/702] Compiling NIOCore IO.swift
[623/702] Compiling NIOCore IOData.swift
[631/702] Compiling NIOCore ChannelHandler.swift
[632/702] Compiling NIOCore ChannelHandlers.swift
[633/702] Compiling NIOCore ChannelInvoker.swift
[634/702] Compiling NIOCore ChannelOption.swift
[635/702] Compiling NIOCore ChannelPipeline.swift
[636/702] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[637/702] Compiling NIOCore DispatchQueue+WithFuture.swift
[638/702] Compiling NIOCore EventLoop+Deprecated.swift
[639/702] Compiling NIOCore EventLoop+SerialExecutor.swift
[640/702] Compiling NIOCore EventLoop.swift
[641/702] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[643/703] Wrapping AST for ArgumentParser for debugging
[654/703] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[655/703] Compiling NIOCore SocketAddresses.swift
[656/703] Compiling NIOCore SocketOptionProvider.swift
[657/703] Compiling NIOCore SystemCallHelpers.swift
[658/703] Compiling NIOCore TimeAmount+Duration.swift
[659/703] Compiling NIOCore TypeAssistedChannelHandler.swift
[660/703] Compiling NIOCore UniversalBootstrapSupport.swift
[661/703] Compiling NIOCore Utilities.swift
[689/703] Emitting module NIOCore
[690/704] Wrapping AST for NIOCore for debugging
[692/760] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[693/760] Emitting module NIOHTTPTypes
[694/761] Emitting module NIOEmbedded
[695/761] Wrapping AST for NIOHTTPTypes for debugging
[697/761] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[698/761] Compiling NIOEmbedded AsyncTestingChannel.swift
[699/761] Compiling NIOEmbedded Embedded.swift
[700/762] Wrapping AST for NIOEmbedded for debugging
[702/762] Compiling NIOPosix IO.swift
[703/762] Compiling NIOPosix IntegerBitPacking.swift
[704/762] Compiling NIOPosix IntegerTypes.swift
[705/762] Compiling NIOPosix Linux.swift
[706/762] Compiling NIOPosix LinuxCPUSet.swift
[707/762] Compiling NIOPosix LinuxUring.swift
[708/762] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[709/768] Emitting module NIOPosix
[710/768] Compiling NIOPosix ThreadWindows.swift
[711/768] Compiling NIOPosix UnsafeTransfer.swift
[712/768] Compiling NIOPosix Utilities.swift
[713/768] Compiling NIOPosix VsockAddress.swift
[714/768] Compiling NIOPosix VsockChannelEvents.swift
[715/768] Compiling NIOPosix Windows.swift
[716/768] Compiling NIOPosix SelectableEventLoop.swift
[717/768] Compiling NIOPosix SelectorEpoll.swift
[718/768] Compiling NIOPosix SelectorGeneric.swift
[719/768] Compiling NIOPosix SelectorKqueue.swift
[720/768] Compiling NIOPosix SelectorUring.swift
[721/768] Compiling NIOPosix SelectorWSAPoll.swift
[722/768] Compiling NIOPosix ServerSocket.swift
[723/768] Compiling NIOPosix Socket.swift
[724/768] Compiling NIOPosix SocketChannel.swift
[725/768] Compiling NIOPosix SocketProtocols.swift
[726/768] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[727/768] Compiling NIOPosix System.swift
[728/768] Compiling NIOPosix Thread.swift
[729/768] Compiling NIOPosix ThreadPosix.swift
[730/768] Compiling NIOPosix Pool.swift
[731/768] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[732/768] Compiling NIOPosix PosixSingletons.swift
[733/768] Compiling NIOPosix RawSocketBootstrap.swift
[734/768] Compiling NIOPosix Resolver.swift
[735/768] Compiling NIOPosix Selectable.swift
[736/768] Compiling NIOPosix SelectableChannel.swift
[737/768] Compiling NIOPosix NIOPosixSendableMetatype.swift
[738/768] Compiling NIOPosix NIOThreadPool.swift
[739/768] Compiling NIOPosix NonBlockingFileIO.swift
[740/768] Compiling NIOPosix PendingDatagramWritesManager.swift
[741/768] Compiling NIOPosix PendingWritesManager.swift
[742/768] Compiling NIOPosix PipeChannel.swift
[743/768] Compiling NIOPosix PipePair.swift
[744/768] Compiling NIOPosix BSDSocketAPICommon.swift
[745/768] Compiling NIOPosix BSDSocketAPIPosix.swift
[746/768] Compiling NIOPosix BSDSocketAPIWindows.swift
[747/768] Compiling NIOPosix BaseSocket.swift
[748/768] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[749/768] Compiling NIOPosix BaseSocketChannel.swift
[750/768] Compiling NIOPosix BaseStreamSocketChannel.swift
[751/768] Compiling NIOPosix Bootstrap.swift
[752/768] Compiling NIOPosix ControlMessage.swift
[753/768] Compiling NIOPosix DatagramVectorReadManager.swift
[754/768] Compiling NIOPosix Errors+Any.swift
[755/768] Compiling NIOPosix FileDescriptor.swift
[756/768] Compiling NIOPosix GetaddrinfoResolver.swift
[757/768] Compiling NIOPosix HappyEyeballs.swift
[758/769] Wrapping AST for NIOPosix for debugging
[760/771] Compiling NIO Exports.swift
[761/771] Emitting module NIO
[762/774] Wrapping AST for NIO for debugging
[764/788] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[765/788] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[766/790] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[767/790] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[768/790] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[769/790] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[770/790] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[771/790] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[772/790] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[773/790] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[774/790] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[775/790] Compiling NIOHTTP1 HTTPTypes.swift
[776/790] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[777/790] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[778/790] Emitting module NIOHTTP1
[779/790] Compiling NIOHTTP1 ByteCollectionUtils.swift
[780/790] Compiling NIOHTTP1 HTTPDecoder.swift
[781/790] Compiling NIOHTTP1 HTTPEncoder.swift
[782/791] Wrapping AST for NIOHTTP1 for debugging
[784/813] Emitting module NIOHTTPTypesHTTP1
[785/813] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[786/813] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[787/813] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[788/814] Compiling NIOExtras RequestResponseHandler.swift
[789/814] Compiling NIOExtras RequestResponseHandlers+State.swift
[790/816] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[791/816] Compiling NIOExtras LengthFieldPrepender.swift
[792/816] Compiling NIOExtras LineBasedFrameDecoder.swift
[793/816] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[794/816] Compiling NIOExtras NIOExtrasError.swift
[795/816] Compiling NIOExtras NIOLengthFieldBitLength.swift
[796/816] Compiling NIOExtras NIORequestIdentifiable.swift
[797/816] Compiling NIOExtras PCAPRingBuffer.swift
[798/816] Compiling NIOExtras QuiescingHelper.swift
[800/816] Compiling NIOExtras DebugInboundEventsHandler.swift
[801/816] Compiling NIOExtras DebugOutboundEventsHandler.swift
[802/816] Compiling NIOExtras FixedLengthFrameDecoder.swift
[803/816] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[804/816] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[805/816] Compiling NIOExtras JSONRPCFraming.swift
[806/816] Emitting module NIOExtras
[806/816] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[808/816] Compiling NIOExtras RequestResponseWithIDHandler.swift
[809/816] Compiling NIOExtras WritePCAPHandler.swift
[810/817] Wrapping AST for NIOExtras for debugging
[812/842] Emitting module HummingbirdCore
[813/845] Compiling HummingbirdCore HTTPUserEventHandler.swift
[814/845] Compiling HummingbirdCore Server.swift
[815/845] Compiling HummingbirdCore ServerChildChannel.swift
[816/845] Compiling HummingbirdCore ResponseBodyWriter.swift
[817/845] Compiling HummingbirdCore ResponseWriter.swift
[818/845] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[819/845] Compiling HummingbirdCore BindAddress.swift
[820/845] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[821/845] Compiling HummingbirdCore URI.swift
[822/845] Compiling HummingbirdCore Response.swift
[823/845] Compiling HummingbirdCore ResponseBody.swift
[824/845] Compiling HummingbirdCore Deprecations.swift
[825/845] Compiling HummingbirdCore Request.swift
[826/845] Compiling HummingbirdCore RequestBody+inboundClose.swift
[827/845] Compiling HummingbirdCore RequestBody.swift
[828/845] Compiling HummingbirdCore SendableMetatype.swift
[829/845] Compiling HummingbirdCore String+percentEncode.swift
[830/845] Compiling HummingbirdCore UnsafeTransfer.swift
[831/845] Compiling HummingbirdCore HTTP1Channel.swift
[832/845] Compiling HummingbirdCore HTTPChannelHandler.swift
[833/845] Compiling HummingbirdCore HTTPServerBuilder.swift
[834/845] Compiling HummingbirdCore ServerConfiguration.swift
[835/845] Compiling HummingbirdCore TSTLSOptions.swift
[836/845] Compiling HummingbirdCore AnyAsyncSequence.swift
[837/845] Compiling HummingbirdCore FlatDictionary.swift
[838/845] Compiling HummingbirdCore HBParser.swift
[839/845] Compiling HummingbirdCore OutputBuffer.swift
[840/846] Wrapping AST for HummingbirdCore for debugging
[842/910] Compiling Hummingbird ChildRequestContext.swift
[843/910] Compiling Hummingbird Request.swift
[844/910] Compiling Hummingbird RequestContext.swift
[845/910] Compiling Hummingbird RequestContextSource.swift
[846/910] Compiling Hummingbird RequestID.swift
[847/910] Compiling Hummingbird RequestResponder.swift
[848/910] Compiling Hummingbird Response.swift
[849/910] Compiling Hummingbird URI+decodeQuery.swift
[850/910] Compiling Hummingbird MemoryPersistDriver.swift
[851/919] Compiling Hummingbird RouterGroup.swift
[852/919] Compiling Hummingbird RouterMethods.swift
[853/919] Compiling Hummingbird RouterPath.swift
[854/919] Compiling Hummingbird RouterResponder.swift
[855/919] Compiling Hummingbird TransformingRouterGroup.swift
[856/919] Compiling Hummingbird RouterTrie.swift
[857/919] Compiling Hummingbird Trie+resolve.swift
[858/919] Compiling Hummingbird Trie+serialize.swift
[859/919] Compiling Hummingbird TrieRouter.swift
[860/919] Compiling Hummingbird CORSMiddleware.swift
[861/919] Compiling Hummingbird FileMiddleware.swift
[862/919] Compiling Hummingbird LogRequestMiddleware.swift
[863/919] Compiling Hummingbird MetricsMiddleware.swift
[864/919] Compiling Hummingbird Middleware.swift
[865/919] Compiling Hummingbird MiddlewareGroup.swift
[866/919] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[867/919] Compiling Hummingbird _Middleware2.swift
[868/919] Compiling Hummingbird _OptionalMiddleware.swift
[869/919] Compiling Hummingbird Configuration.swift
[870/919] Compiling Hummingbird Deprecations.swift
[871/919] Compiling Hummingbird Environment.swift
[872/919] Compiling Hummingbird EditedHTTPError.swift
[873/919] Compiling Hummingbird HTTPError.swift
[874/919] Compiling Hummingbird HTTPResponseError.swift
[875/919] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[876/919] Compiling Hummingbird Exports.swift
[877/919] Compiling Hummingbird CacheControl.swift
[878/919] Compiling Hummingbird PersistDriver.swift
[879/919] Compiling Hummingbird PersistError.swift
[880/919] Compiling Hummingbird ByteBuffer+foundation.swift
[881/919] Compiling Hummingbird DateCache.swift
[882/919] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[883/919] Compiling Hummingbird HexDigest.swift
[884/919] Compiling Hummingbird InitializableFromSource.swift
[885/919] Compiling Hummingbird PreludeService.swift
[886/919] Compiling Hummingbird StringProtocol.swift
[887/919] Compiling Hummingbird FileIO.swift
[888/919] Compiling Hummingbird FileProvider.swift
[889/919] Compiling Hummingbird LocalFileSystem.swift
[890/919] Compiling Hummingbird Cookie.swift
[891/919] Compiling Hummingbird Cookies.swift
[892/919] Compiling Hummingbird MediaType+FileExtension.swift
[893/919] Compiling Hummingbird MediaType.swift
[894/919] Compiling Hummingbird Request+Cookies.swift
[895/919] Compiling Hummingbird Response+Cookies.swift
[896/919] Compiling Hummingbird _SpreadMiddleware.swift
[897/919] Compiling Hummingbird TracingMiddleware.swift
[898/919] Compiling Hummingbird EndpointResponder.swift
[899/919] Compiling Hummingbird Parameters+UUID.swift
[900/919] Compiling Hummingbird Parameters.swift
[901/919] Compiling Hummingbird ResponseGenerator.swift
[902/919] Compiling Hummingbird RouteCollection.swift
[903/919] Compiling Hummingbird Router+validation.swift
[904/919] Compiling Hummingbird Router.swift
[905/919] Emitting module Hummingbird
[906/919] Compiling Hummingbird Application.swift
[907/919] Compiling Hummingbird CodableProtocols.swift
[908/919] Compiling Hummingbird JSONCoding.swift
[909/919] Compiling Hummingbird ResponseEncodable.swift
[910/919] Compiling Hummingbird URLEncodedForm+Request.swift
[911/919] Compiling Hummingbird URLEncodedForm.swift
[912/919] Compiling Hummingbird URLEncodedFormDecoder.swift
[913/919] Compiling Hummingbird URLEncodedFormEncoder.swift
[914/919] Compiling Hummingbird URLEncodedFormNode.swift
[915/920] Wrapping AST for Hummingbird for debugging
[917/935] Emitting module HummingbirdDocC
[918/937] Compiling HummingbirdDocC AssetFile.swift
[919/937] Compiling HummingbirdDocC AssetFolder.swift
[920/937] Compiling HummingbirdDocC RedirectURIUseCase.swift
[921/937] Compiling HummingbirdDocC ServeURIUseCase.swift
[922/937] Compiling HummingbirdDocC DoccConfiguration.swift
[923/937] Compiling HummingbirdDocC DocCMiddleware.swift
[924/937] Compiling HummingbirdDocC Pathable.swift
[925/937] Compiling HummingbirdDocC ContextualInfo.swift
[926/937] Compiling HummingbirdDocC CheckURIUseCase.swift
[927/937] Compiling HummingbirdDocC PrepareURIPathUseCase.swift
[928/937] Compiling HummingbirdDocC String+Constants.swift
[929/937] Compiling HummingbirdDocC String+Formats.swift
[930/937] Compiling HummingbirdDocC DocumentationFolder.swift
[931/937] Compiling HummingbirdDocC LoggerMetadata+Helpers.swift
[932/937] Compiling HummingbirdDocC String+Helpers.swift
[933/937] Compiling HummingbirdDocC Resource.swift
[934/938] Wrapping AST for HummingbirdDocC for debugging
[936/943] Compiling HummingbirdDocCSample AppBuilder.swift
[937/943] Compiling HummingbirdDocCSample AppArguments.swift
[938/943] Emitting module HummingbirdDocCSample
[939/943] Compiling HummingbirdDocCSample SampleAppArguments.swift
[940/943] Compiling HummingbirdDocCSample SampleApp.swift
[941/944] Wrapping AST for HummingbirdDocCSample for debugging
[942/944] Write Objects.LinkFileList
[943/944] Linking HummingbirdDocCSample
Build complete! (217.63s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "hummingbird-docc",
"name" : "hummingbird-docc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "hummingbird-docc",
"targets" : [
"HummingbirdDocC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdDocCSample",
"targets" : [
"HummingbirdDocCSample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HummingbirdDocCTest",
"module_type" : "SwiftTarget",
"name" : "HummingbirdDocCTest",
"path" : "Tests/HummingbirdDocC",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"Tests/Internal/Enumerations/AssetFileTests.swift",
"Tests/Internal/Enumerations/AssetFolderTests.swift",
"Tests/Internal/Enumerations/DocumentationFolderTests.swift",
"Tests/Internal/Extensions/LoggerMetadata+HelpersTests.swift",
"Tests/Internal/Extensions/String_HelpersTests.swift",
"Tests/Internal/Models/ResourceTests.swift",
"Tests/Internal/Use Cases/CheckURIUseCaseTests.swift",
"Tests/Internal/Use Cases/PrepareURIPathUseCaseTests.swift",
"Tests/Internal/Use Cases/RedirectURIUseCaseTests.swift",
"Tests/Internal/Use Cases/ServeURIUseCaseTests.swift",
"Tests/Public/Middlewares/DocCMiddlewareTests.swift",
"Types/Extensions/Logger+Helpers.swift",
"Types/Extensions/LoggerLevel+Helpers.swift",
"Types/Extensions/Request+Helpers.swift",
"Types/Extensions/String+Constants.swift",
"Types/Extensions/Tag+Constants.swift",
"Types/Mocks/FileProviderMock.swift",
"Types/Mocks/LogHandlerMock.swift",
"Types/Mocks/RequestContextMock.swift",
"Types/Namespaces/Input.swift",
"Types/Namespaces/Output.swift",
"Types/Stubs/FileProviderStub.swift"
],
"target_dependencies" : [
"HummingbirdDocC"
],
"type" : "test"
},
{
"c99name" : "HummingbirdDocCSample",
"module_type" : "SwiftTarget",
"name" : "HummingbirdDocCSample",
"path" : "Samples/HummingbirdDocC",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"HummingbirdDocCSample"
],
"sources" : [
"App/Builders/AppBuilder.swift",
"App/Parameters/SampleAppArguments.swift",
"App/Protocols/AppArguments.swift",
"App/SampleApp.swift"
],
"target_dependencies" : [
"HummingbirdDocC"
],
"type" : "executable"
},
{
"c99name" : "HummingbirdDocC",
"module_type" : "SwiftTarget",
"name" : "HummingbirdDocC",
"path" : "Sources/HummingbirdDocC",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"hummingbird-docc",
"HummingbirdDocCSample"
],
"sources" : [
"Internal/Enumerations/AssetFile.swift",
"Internal/Enumerations/AssetFolder.swift",
"Internal/Enumerations/DocumentationFolder.swift",
"Internal/Extensions/LoggerMetadata+Helpers.swift",
"Internal/Extensions/String+Constants.swift",
"Internal/Extensions/String+Formats.swift",
"Internal/Extensions/String+Helpers.swift",
"Internal/Models/Resource.swift",
"Internal/Protocols/Pathable.swift",
"Internal/Pseudo Types/ContextualInfo.swift",
"Internal/Use Cases/CheckURIUseCase.swift",
"Internal/Use Cases/PrepareURIPathUseCase.swift",
"Internal/Use Cases/RedirectURIUseCase.swift",
"Internal/Use Cases/ServeURIUseCase.swift",
"Public/Configurations/DoccConfiguration.swift",
"Public/Middlewares/DocCMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.