The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of ohje, reference main (d8ed7c), with Swift 6.1 for Linux on 28 Apr 2025 21:06:45 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/lovetodream/ohje.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/lovetodream/ohje
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8ed7c9 fix: stop sampling when time is over
Cloned https://github.com/lovetodream/ohje.git
Revision (git rev-parse @):
d8ed7c90792e861f46f479158d9d64f8ca150de8
SUCCESS checkout https://github.com/lovetodream/ohje.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lovetodream/ohje.git
https://github.com/lovetodream/ohje.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.25.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "package-histogram",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-histogram.git"
    }
  ],
  "manifest_display_name" : "ohje",
  "name" : "ohje",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Ohje",
      "targets" : [
        "Ohje"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OhjeTests",
      "module_type" : "SwiftTarget",
      "name" : "OhjeTests",
      "path" : "Tests",
      "sources" : [
        "RangeParserTests.swift"
      ],
      "target_dependencies" : [
        "Ohje"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ohje",
      "module_type" : "SwiftTarget",
      "name" : "Ohje",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "NIOHTTP2",
        "NIOTransportServices",
        "NIOSSL",
        "Histogram"
      ],
      "product_memberships" : [
        "Ohje"
      ],
      "sources" : [
        "App.swift",
        "AsyncTimerSequence.swift",
        "BenchmarkRunner.swift",
        "ConnectionTarget.swift",
        "ConnectionTargetBootstrap.swift",
        "OutputBuffer.swift",
        "RangeParser.swift",
        "URLDeconstruction.swift",
        "Units.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
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/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/ordo-one/package-histogram.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/2619] Fetching swift-nio-transport-services
[2568/3086] Fetching swift-nio-transport-services, package-histogram
[3087/14578] Fetching swift-nio-transport-services, package-histogram, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
[3111/11959] Fetching package-histogram, swift-nio-http2
[3456/26752] Fetching package-histogram, swift-nio-http2, swift-nio-ssl
[3949/41702] Fetching package-histogram, swift-nio-http2, swift-nio-ssl, swift-argument-parser
[9522/117226] Fetching package-histogram, swift-nio-http2, swift-nio-ssl, swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.08s)
[50719/102276] Fetching package-histogram, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/ordo-one/package-histogram.git from cache (4.39s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.41s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.43s)
Fetched https://github.com/apple/swift-nio.git from cache (4.49s)
Computing version for https://github.com/ordo-one/package-histogram.git
Computed https://github.com/ordo-one/package-histogram.git at 0.1.2 (6.73s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.38s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.95s)
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.53s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.25s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[3876/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.76s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.51s)
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.63s)
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.55s)
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-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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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-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-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/ordo-one/package-histogram.git
Working copy of https://github.com/ordo-one/package-histogram.git resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/465] Write swift-version-24593BA9C3E375BF.txt
[2/465] Compiling _NumericsShims _NumericsShims.c
[3/465] Write sources
[5/465] Compiling a_i2d_fp.cc
[6/465] Compiling f_string.cc
[6/465] Compiling a_d2i_fp.cc
[6/465] Write sources
[6/465] Compiling a_dup.cc
[6/465] Write sources
[28/465] Compiling posix_time.cc
[29/465] Compiling CNIOWindows shim.c
[30/465] Compiling CNIOWindows WSAStartup.c
[31/465] Compiling _AtomicsShims.c
[32/465] Compiling CNIOWASI CNIOWASI.c
[33/469] Compiling CNIOLinux liburing_shims.c
[34/469] Compiling CNIOLinux shim.c
[35/469] Compiling CNIOLLHTTP c_nio_http.c
[36/470] Compiling a_gentm.cc
[37/496] Compiling CNIODarwin shim.c
[38/498] Compiling tasn_dec.cc
[39/498] Compiling CNIOLLHTTP c_nio_api.c
[40/498] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/498] Compiling fiat_p256_adx_mul.S
[42/498] Compiling fiat_p256_adx_sqr.S
[43/498] Compiling fiat_curve25519_adx_square.S
[44/498] Compiling fiat_curve25519_adx_mul.S
[45/498] Compiling CNIOBoringSSLShims shims.c
[47/498] Emitting module InternalCollectionsUtilities
[47/500] Compiling tls_method.cc
[48/500] Compiling tls13_server.cc
[49/500] Compiling tls_record.cc
[50/500] Compiling tls13_enc.cc
[52/500] Compiling RealModule AlgebraicField.swift
[53/500] Compiling RealModule ApproximateEquality.swift
[54/500] Compiling RealModule AugmentedArithmetic.swift
[55/500] Compiling RealModule Float16+Real.swift
[56/501] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/501] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/501] Compiling RealModule ElementaryFunctions.swift
[59/501] Compiling RealModule Float+Real.swift
[60/501] Compiling RealModule RealFunctions.swift
[63/501] Emitting module RealModule
[65/501] Compiling RealModule Double+Real.swift
[66/501] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/501] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[68/501] Compiling InternalCollectionsUtilities _SortedCollection.swift
[69/501] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/501] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/501] Compiling InternalCollectionsUtilities Specialize.swift
[72/501] Compiling InternalCollectionsUtilities Debugging.swift
[73/501] Compiling InternalCollectionsUtilities Descriptions.swift
[74/501] Compiling _NIODataStructures _TinyArray.swift
[75/501] Compiling _NIODataStructures PriorityQueue.swift
[76/501] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/501] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/501] Compiling InternalCollectionsUtilities Integer rank.swift
[80/501] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[81/501] Compiling _NIOBase64 Base64.swift
[82/501] Emitting module _NIOBase64
[83/501] Compiling RealModule Real.swift
[84/501] Compiling RealModule Float80+Real.swift
[87/509] Wrapping AST for _NIOBase64 for debugging
[88/519] Compiling t1_enc.cc
[89/524] Wrapping AST for RealModule for debugging
[91/524] Compiling DequeModule Deque+CustomReflectable.swift
[92/524] Compiling DequeModule Deque+Descriptions.swift
[93/526] Compiling DequeModule Deque+Equatable.swift
[94/526] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/526] Compiling tls13_both.cc
[95/526] Wrapping AST for InternalCollectionsUtilities for debugging
[97/526] Compiling DequeModule _DequeBuffer.swift
[98/526] Compiling DequeModule _DequeBufferHeader.swift
[99/526] Emitting module _NIODataStructures
[100/526] Compiling _NIODataStructures Heap.swift
[100/527] Compiling tls13_client.cc
[103/527] Compiling DequeModule _DequeSlot.swift
[104/527] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/527] Compiling DequeModule Deque+Codable.swift
[106/527] Compiling DequeModule Deque+Collection.swift
[107/527] Compiling ComplexModule Arithmetic.swift
[108/527] Emitting module ComplexModule
[109/527] Compiling DequeModule Deque+Testing.swift
[110/527] Compiling DequeModule Deque._Storage.swift
[111/527] Compiling DequeModule Deque._UnsafeHandle.swift
[112/527] Compiling DequeModule Deque.swift
[113/527] Compiling DequeModule Deque+Extras.swift
[114/527] Compiling DequeModule Deque+Hashable.swift
[114/527] Compiling ssl_versions.cc
[115/527] Wrapping AST for _NIODataStructures for debugging
[117/527] Emitting module DequeModule
[117/528] Compiling ssl_x509.cc
[119/528] Compiling ComplexModule ElementaryFunctions.swift
[119/528] Compiling ssl_transcript.cc
[121/528] Compiling ssl_stat.cc
[122/528] Compiling ssl_session.cc
[123/528] Compiling ssl_privkey.cc
[124/528] Wrapping AST for DequeModule for debugging
[125/528] Compiling ssl_key_share.cc
[126/528] Compiling ssl_file.cc
[127/528] Compiling ssl_lib.cc
[129/528] Compiling ComplexModule Complex.swift
[130/528] Compiling ComplexModule Differentiable.swift
[130/529] Compiling ssl_credential.cc
[132/529] Compiling ssl_cipher.cc
[134/531] Compiling Numerics Numerics.swift
[134/531] Compiling ssl_cert.cc
[136/531] Emitting module Numerics
[137/532] Compiling ssl_buffer.cc
[138/532] Wrapping AST for ComplexModule for debugging
[139/534] Compiling ssl_aead_ctx.cc
[140/534] Compiling ssl_asn1.cc
[141/534] Compiling s3_pkt.cc
[142/534] Wrapping AST for Numerics for debugging
[143/534] Compiling s3_lib.cc
[144/534] Compiling s3_both.cc
[145/534] Compiling handshake_server.cc
[146/534] Compiling handshake_client.cc
[147/534] Compiling handshake.cc
[148/534] Compiling handoff.cc
[149/534] Compiling encrypted_client_hello.cc
[150/534] Compiling dtls_record.cc
[151/534] Compiling extensions.cc
[152/534] Compiling md5-x86_64-linux.S
[153/534] Compiling md5-x86_64-apple.S
[154/534] Compiling md5-586-linux.S
[155/534] Compiling md5-586-apple.S
[156/534] Compiling dtls_method.cc
[157/534] Compiling err_data.cc
[158/534] Compiling chacha20_poly1305_x86_64-apple.S
[159/534] Compiling d1_srtp.cc
[160/534] Compiling d1_pkt.cc
[161/534] Compiling chacha20_poly1305_x86_64-linux.S
[162/534] Compiling bio_ssl.cc
[163/534] Compiling chacha20_poly1305_armv8-win.S
[164/534] Compiling chacha20_poly1305_armv8-apple.S
[165/534] Compiling chacha20_poly1305_armv8-linux.S
[166/534] Compiling chacha-x86_64-linux.S
[167/534] Compiling chacha-x86_64-apple.S
[168/534] Compiling chacha-x86-linux.S
[169/534] Compiling chacha-armv8-win.S
[170/534] Compiling chacha-x86-apple.S
[171/534] Compiling chacha-armv8-linux.S
[172/534] Compiling chacha-armv8-apple.S
[173/534] Compiling chacha-armv4-linux.S
[174/534] Compiling aes128gcmsiv-x86_64-apple.S
[175/534] Compiling aes128gcmsiv-x86_64-linux.S
[176/534] Compiling x86_64-mont5-apple.S
[177/534] Compiling x86_64-mont5-linux.S
[178/534] Compiling x86_64-mont-linux.S
[179/534] Compiling x86_64-mont-apple.S
[180/534] Compiling x86-mont-linux.S
[181/534] Compiling x86-mont-apple.S
[182/534] Compiling vpaes-x86_64-linux.S
[183/534] Compiling vpaes-x86_64-apple.S
[184/534] Compiling vpaes-x86-linux.S
[185/534] Compiling vpaes-x86-apple.S
[186/534] Compiling d1_lib.cc
[187/534] Compiling vpaes-armv8-linux.S
[188/534] Compiling vpaes-armv8-win.S
[189/534] Compiling vpaes-armv8-apple.S
[190/534] Compiling vpaes-armv7-linux.S
[191/534] Compiling sha512-x86_64-apple.S
[192/534] Compiling sha512-x86_64-linux.S
[193/534] Compiling sha512-armv8-win.S
[194/534] Compiling sha512-armv8-linux.S
[195/534] Compiling sha512-armv8-apple.S
[196/534] Compiling sha512-armv4-linux.S
[197/534] Compiling sha512-586-linux.S
[198/534] Compiling sha512-586-apple.S
[199/534] Compiling d1_both.cc
[200/534] Compiling sha256-x86_64-apple.S
[201/534] Compiling sha256-armv8-win.S
[202/534] Compiling sha256-x86_64-linux.S
[203/534] Compiling sha256-armv8-apple.S
[204/534] Compiling sha256-armv4-linux.S
[205/534] Compiling sha256-armv8-linux.S
[206/534] Compiling sha256-586-linux.S
[207/534] Compiling sha256-586-apple.S
[208/534] Compiling sha1-x86_64-apple.S
[209/534] Compiling sha1-armv8-linux.S
[210/534] Compiling sha1-armv8-win.S
[211/534] Compiling sha1-x86_64-linux.S
[212/534] Compiling sha1-armv8-apple.S
[213/534] Compiling sha1-armv4-large-linux.S
[214/534] Compiling sha1-586-linux.S
[215/534] Compiling sha1-586-apple.S
[216/534] Compiling rdrand-x86_64-apple.S
[217/534] Compiling rdrand-x86_64-linux.S
[218/534] Compiling rsaz-avx2-linux.S
[219/534] Compiling p256_beeu-x86_64-asm-linux.S
[220/534] Compiling rsaz-avx2-apple.S
[221/534] Compiling p256_beeu-x86_64-asm-apple.S
[222/534] Compiling p256_beeu-armv8-asm-linux.S
[223/534] Compiling p256_beeu-armv8-asm-win.S
[224/534] Compiling p256_beeu-armv8-asm-apple.S
[225/534] Compiling p256-armv8-asm-win.S
[226/534] Compiling p256-x86_64-asm-apple.S
[227/534] Compiling p256-x86_64-asm-linux.S
[228/534] Compiling p256-armv8-asm-linux.S
[229/534] Compiling p256-armv8-asm-apple.S
[230/534] Compiling ghashv8-armv8-apple.S
[231/534] Compiling ghashv8-armv8-win.S
[232/534] Compiling ghashv8-armv8-linux.S
[233/534] Compiling ghash-x86_64-linux.S
[234/534] Compiling ghashv8-armv7-linux.S
[235/534] Compiling ghash-x86_64-apple.S
[236/534] Compiling ghash-x86-linux.S
[237/534] Compiling ghash-ssse3-x86_64-linux.S
[238/534] Compiling ghash-x86-apple.S
[239/534] Compiling ghash-ssse3-x86_64-apple.S
[240/534] Compiling ghash-ssse3-x86-linux.S
[241/534] Compiling ghash-ssse3-x86-apple.S
[242/534] Compiling ghash-neon-armv8-linux.S
[243/534] Compiling ghash-neon-armv8-win.S
[244/534] Compiling co-586-linux.S
[245/534] Compiling ghash-neon-armv8-apple.S
[245/534] Compiling co-586-apple.S
[247/534] Compiling ghash-armv4-linux.S
[248/534] Compiling bsaes-armv7-linux.S
[249/534] Compiling bn-armv8-linux.S
[250/534] Compiling bn-armv8-apple.S
[251/534] Compiling bn-586-linux.S
[252/534] Compiling bn-armv8-win.S
[253/534] Compiling armv8-mont-win.S
[254/534] Compiling bn-586-apple.S
[255/534] Compiling armv8-mont-linux.S
[256/534] Compiling armv4-mont-linux.S
[257/534] Compiling armv8-mont-apple.S
[258/534] Compiling aesv8-gcm-armv8-linux.S
[259/534] Compiling aesv8-gcm-armv8-apple.S
[260/534] Compiling aesv8-gcm-armv8-win.S
[261/534] Compiling aesv8-armv8-win.S
[262/534] Compiling aesv8-armv8-linux.S
[263/534] Compiling aesv8-armv8-apple.S
[264/534] Compiling aesni-x86-linux.S
[265/534] Compiling aesni-x86_64-linux.S
[266/534] Compiling aesni-x86_64-apple.S
[267/534] Compiling aesni-x86-apple.S
[268/534] Compiling aesv8-armv7-linux.S
[269/534] Compiling aesni-gcm-x86_64-apple.S
[270/534] Compiling aesni-gcm-x86_64-linux.S
[271/534] Compiling aes-gcm-avx2-x86_64-apple.S
[272/534] Compiling aes-gcm-avx2-x86_64-linux.S
[273/534] Compiling aes-gcm-avx10-x86_64-apple.S
[274/534] Compiling aes-gcm-avx10-x86_64-linux.S
[276/534] Emitting module Histogram
[277/534] Compiling Histogram Histogram.swift
[278/535] Compiling x_spki.cc
[279/535] Compiling x_x509a.cc
[279/535] Compiling x_x509.cc
[279/535] Compiling x_val.cc
[279/535] Compiling x_sig.cc
[279/535] Compiling x_req.cc
[284/535] Compiling x_pubkey.cc
[285/535] Wrapping AST for Histogram for debugging
[286/535] Compiling x_name.cc
[287/535] Compiling x_exten.cc
[288/535] Compiling x_algor.cc
[289/535] Compiling x_attrib.cc
[290/535] Compiling x509spki.cc
[291/535] Compiling x_all.cc
[292/535] Compiling x_crl.cc
[293/535] Compiling x509rset.cc
[294/535] Compiling x509name.cc
[295/535] Compiling x509cset.cc
[296/535] Compiling x509_vpm.cc
[297/535] Compiling x509_txt.cc
[298/535] Compiling x509_v3.cc
[299/535] Compiling x509_vfy.cc
[300/535] Compiling x509_set.cc
[301/535] Compiling x509_trs.cc
[302/535] Compiling x509_req.cc
[303/535] Compiling x509_obj.cc
[304/535] Compiling x509_ext.cc
[305/535] Compiling x509_lu.cc
[306/535] Compiling x509_d2.cc
[307/535] Compiling x509_def.cc
[308/535] Compiling x509_cmp.cc
[309/535] Compiling x509_att.cc
[310/535] Compiling x509.cc
[311/535] Compiling v3_skey.cc
[312/535] Compiling v3_prn.cc
[313/535] Compiling v3_pmaps.cc
[314/535] Compiling v3_utl.cc
[315/535] Compiling v3_purp.cc
[316/535] Compiling v3_pcons.cc
[317/535] Compiling v3_ocsp.cc
[318/535] Compiling v3_ncons.cc
[319/535] Compiling v3_int.cc
[320/535] Compiling v3_info.cc
[321/535] Compiling v3_lib.cc
[322/535] Compiling v3_ia5.cc
[323/535] Compiling v3_genn.cc
[324/535] Compiling v3_extku.cc
[325/535] Compiling v3_enum.cc
[326/535] Compiling v3_crld.cc
[327/535] Compiling v3_bitst.cc
[328/535] Compiling v3_bcons.cc
[329/535] Compiling v3_cpols.cc
[330/535] Compiling v3_conf.cc
[331/535] Compiling v3_alt.cc
[332/535] Compiling v3_akeya.cc
[333/535] Compiling v3_akey.cc
[334/535] Compiling t_x509a.cc
[335/535] Compiling t_req.cc
[336/535] Compiling name_print.cc
[337/535] Compiling i2d_pr.cc
[338/535] Compiling rsa_pss.cc
[339/535] Compiling t_x509.cc
[340/535] Compiling t_crl.cc
[341/535] Compiling policy.cc
[342/535] Compiling by_file.cc
[343/535] Compiling by_dir.cc
[344/535] Compiling algorithm.cc
[345/535] Compiling asn1_gen.cc
[346/535] Compiling a_verify.cc
[346/535] Compiling a_sign.cc
[348/535] Compiling voprf.cc
[349/535] Compiling a_digest.cc
[350/535] Compiling thread.cc
[350/535] Compiling trust_token.cc
[352/535] Compiling thread_pthread.cc
[353/535] Compiling thread_none.cc
[354/535] Compiling thread_win.cc
[355/535] Compiling stack.cc
[356/535] Compiling pmbtoken.cc
[357/535] Compiling siphash.cc
[358/535] Compiling sha512.cc
[358/535] Compiling sha256.cc
[360/535] Compiling sha1.cc
[361/535] Compiling spake2plus.cc
[362/535] Compiling rsa_print.cc
[363/535] Compiling slhdsa.cc
[364/535] Compiling rsa_extra.cc
[365/535] Compiling rc4.cc
[366/535] Compiling refcount.cc
[367/535] Compiling windows.cc
[368/535] Compiling trusty.cc
[369/535] Compiling rsa_crypt.cc
[370/535] Compiling urandom.cc
[371/535] Compiling rsa_asn1.cc
[372/535] Compiling rand.cc
[373/535] Compiling passive.cc
[374/535] Compiling ios.cc
[375/535] Compiling poly1305_arm_asm.S
[376/535] Compiling getentropy.cc
[377/535] Compiling fork_detect.cc
[378/535] Compiling forkunsafe.cc
[379/535] Compiling deterministic.cc
[380/535] Compiling poly1305.cc
[381/535] Compiling poly1305_arm.cc
[382/535] Compiling poly1305_vec.cc
[383/535] Compiling pool.cc
[384/535] Compiling pkcs7.cc
[385/535] Compiling pkcs8_x509.cc
[386/535] Compiling pkcs7_x509.cc
[387/535] Compiling pkcs8.cc
[388/535] Compiling p5_pbev2.cc
[389/535] Compiling pem_xaux.cc
[390/535] Compiling pem_x509.cc
[391/535] Compiling pem_pkey.cc
[392/535] Compiling mlkem.cc
[393/535] Compiling pem_pk8.cc
[394/535] Compiling pem_oth.cc
[395/535] Compiling obj_xref.cc
[396/535] Compiling pem_info.cc
[397/535] Compiling pem_lib.cc
[398/535] Compiling pem_all.cc
[399/535] Compiling mldsa.cc
[399/535] Compiling obj.cc
[401/535] Compiling poly_rq_mul.S
[402/535] Compiling fips_shared_support.cc
[403/535] Compiling mem.cc
[404/535] Compiling md4.cc
[405/535] Compiling md5.cc
[406/535] Compiling lhash.cc
[407/535] Compiling ex_data.cc
[408/535] Compiling sign.cc
[409/535] Compiling kyber.cc
[410/535] Compiling hrss.cc
[411/535] Compiling scrypt.cc
[412/535] Compiling hpke.cc
[413/535] Compiling print.cc
[414/535] Compiling pbkdf.cc
[415/535] Compiling p_x25519.cc
[416/535] Compiling p_x25519_asn1.cc
[417/535] Compiling p_ed25519.cc
[418/535] Compiling p_rsa_asn1.cc
[419/535] Compiling p_hkdf.cc
[420/535] Compiling p_rsa.cc
[421/535] Compiling p_ed25519_asn1.cc
[422/535] Compiling p_ec.cc
[423/535] Compiling p_ec_asn1.cc
[424/535] Compiling p_dh.cc
[425/535] Compiling p_dh_asn1.cc
[426/535] Compiling evp_ctx.cc
[427/535] Compiling p_dsa_asn1.cc
[428/535] Compiling evp.cc
[429/535] Compiling err.cc
[430/535] Compiling engine.cc
[431/535] Compiling evp_asn1.cc
[432/535] Compiling ecdh.cc
[433/535] Compiling hash_to_curve.cc
[434/535] Compiling ecdsa_asn1.cc
[435/535] Compiling ec_derive.cc
[436/535] Compiling ec_asn1.cc
[437/535] Compiling dsa.cc
[438/535] Compiling dsa_asn1.cc
[439/535] Compiling params.cc
[440/535] Compiling x25519-asm-arm.S
[441/535] Compiling des.cc
[442/535] Compiling digest_extra.cc
[443/535] Compiling dh_asn1.cc
[444/535] Compiling crypto.cc
[445/535] Compiling cpu_intel.cc
[446/535] Compiling cpu_arm_linux.cc
[447/535] Compiling cpu_arm_freebsd.cc
[447/535] Compiling spake25519.cc
[449/535] Compiling curve25519.cc
[450/535] Compiling cpu_aarch64_win.cc
[451/535] Compiling bcm.cc
[452/535] Compiling cpu_aarch64_openbsd.cc
[453/535] Compiling cpu_aarch64_sysreg.cc
[454/535] Compiling cpu_aarch64_linux.cc
[455/535] Compiling cpu_aarch64_fuchsia.cc
[456/535] Compiling cpu_aarch64_apple.cc
[457/535] Compiling curve25519_64_adx.cc
[458/535] Compiling tls_cbc.cc
[459/535] Compiling get_cipher.cc
[459/535] Compiling conf.cc
[460/535] Compiling e_tls.cc
[462/535] Compiling e_rc4.cc
[463/535] Compiling e_rc2.cc
[464/535] Compiling e_null.cc
[465/535] Compiling e_des.cc
[466/535] Compiling e_chacha20poly1305.cc
[467/535] Compiling derive_key.cc
[468/535] Compiling e_aesctrhmac.cc
[469/535] Compiling e_aesgcmsiv.cc
[470/535] Compiling chacha.cc
[471/535] Compiling unicode.cc
[472/535] Compiling buf.cc
[473/535] Compiling cbb.cc
[474/535] Compiling cbs.cc
[475/535] Compiling ber.cc
[476/535] Compiling asn1_compat.cc
[477/535] Compiling bn_asn1.cc
[478/535] Compiling blake2.cc
[479/535] Compiling convert.cc
[480/535] Compiling socket_helper.cc
[481/535] Compiling socket.cc
[482/535] Compiling printf.cc
[483/535] Compiling pair.cc
[484/535] Compiling hexdump.cc
[485/535] Compiling file.cc
[485/535] Compiling errno.cc
[487/535] Compiling fd.cc
[488/535] Compiling bio_mem.cc
[489/535] Compiling connect.cc
[490/535] Compiling bio.cc
[491/535] Compiling base64.cc
[492/535] Compiling tasn_typ.cc
[493/535] Compiling tasn_fre.cc
[494/535] Compiling f_int.cc
[495/535] Compiling asn_pack.cc
[496/535] Compiling tasn_utl.cc
[497/535] Compiling tasn_enc.cc
[498/535] Compiling asn1_par.cc
[499/535] Compiling tasn_new.cc
[500/535] Compiling a_octet.cc
[501/535] Compiling a_utctm.cc
[502/535] Compiling asn1_lib.cc
[503/535] Compiling a_type.cc
[504/535] Compiling a_time.cc
[505/535] Compiling a_strnid.cc
[506/535] Compiling a_strex.cc
[507/535] Write sources
[508/535] Compiling a_object.cc
[509/535] Write sources
[510/556] Compiling a_bitstr.cc
[510/556] Compiling a_bool.cc
[510/556] Write sources
[513/556] Compiling a_int.cc
[514/556] Compiling a_mbstr.cc
[516/556] Compiling Atomics UnsafeAtomic.swift
[517/556] Compiling Atomics UnsafeAtomicLazyReference.swift
[518/558] Compiling Atomics ManagedAtomic.swift
[519/558] Compiling Atomics ManagedAtomicLazyReference.swift
[520/558] Compiling Atomics AtomicMemoryOrderings.swift
[521/558] Compiling Atomics DoubleWord.swift
[522/558] Compiling Atomics OptionalRawRepresentable.swift
[523/558] Compiling Atomics RawRepresentable.swift
[524/558] Compiling Atomics AtomicBool.swift
[525/558] Compiling Atomics IntegerOperations.swift
[526/558] Compiling Atomics Unmanaged extensions.swift
[527/558] Compiling Atomics Primitives.shims.swift
[528/558] Compiling Atomics AtomicInteger.swift
[529/558] Compiling Atomics AtomicOptionalWrappable.swift
[530/558] Compiling Atomics AtomicReference.swift
[531/558] Compiling Atomics AtomicStorage.swift
[532/558] Compiling Atomics AtomicValue.swift
[533/558] Emitting module ArgumentParserToolInfo
[534/558] Compiling ArgumentParserToolInfo ToolInfo.swift
[535/559] Wrapping AST for ArgumentParserToolInfo for debugging
[536/597] Compiling c-nioatomics.c
[538/597] Emitting module Atomics
[539/597] Emitting module ArgumentParser
[540/602] Compiling ArgumentParser Flag.swift
[541/602] Compiling ArgumentParser NameSpecification.swift
[542/602] Compiling ArgumentParser Option.swift
[543/603] Compiling c-atomics.c
[544/603] Wrapping AST for Atomics for debugging
[546/609] Compiling ArgumentParser CollectionExtensions.swift
[547/609] Compiling ArgumentParser Platform.swift
[548/609] Compiling ArgumentParser SequenceExtensions.swift
[549/609] Compiling ArgumentParser StringExtensions.swift
[550/609] Compiling ArgumentParser Tree.swift
[551/609] Compiling NIOConcurrencyHelpers lock.swift
[552/609] Compiling ArgumentParser BashCompletionsGenerator.swift
[553/609] Compiling ArgumentParser CompletionsGenerator.swift
[554/609] Compiling ArgumentParser FishCompletionsGenerator.swift
[555/609] Compiling ArgumentParser ZshCompletionsGenerator.swift
[556/609] Compiling ArgumentParser Argument.swift
[557/609] Compiling ArgumentParser ArgumentHelp.swift
[558/609] Compiling ArgumentParser OptionGroup.swift
[559/609] Compiling ArgumentParser AsyncParsableCommand.swift
[560/609] Compiling ArgumentParser CommandConfiguration.swift
[561/609] Compiling ArgumentParser CommandGroup.swift
[562/609] Compiling ArgumentParser EnumerableFlag.swift
[563/609] Compiling ArgumentParser ArgumentDefinition.swift
[564/609] Compiling ArgumentParser ArgumentSet.swift
[565/609] Compiling ArgumentParser CommandParser.swift
[566/609] Compiling ArgumentParser InputKey.swift
[567/609] Compiling ArgumentParser InputOrigin.swift
[568/609] Compiling ArgumentParser ArgumentVisibility.swift
[569/609] Compiling ArgumentParser CompletionKind.swift
[570/609] Compiling ArgumentParser Errors.swift
[574/609] Compiling ArgumentParser Name.swift
[575/609] Compiling ArgumentParser Parsed.swift
[576/609] Compiling ArgumentParser ParsedValues.swift
[577/609] Compiling ArgumentParser ParserError.swift
[578/609] Compiling ArgumentParser SplitArguments.swift
[579/609] Compiling ArgumentParser ExpressibleByArgument.swift
[580/609] Compiling ArgumentParser ParsableArguments.swift
[581/609] Compiling ArgumentParser ParsableArgumentsValidation.swift
[582/609] Compiling ArgumentParser ParsableCommand.swift
[583/609] Compiling ArgumentParser ArgumentDecoder.swift
[584/609] Compiling ArgumentParser DumpHelpGenerator.swift
[585/609] Compiling ArgumentParser HelpCommand.swift
[586/609] Compiling ArgumentParser HelpGenerator.swift
[587/609] Compiling ArgumentParser MessageInfo.swift
[588/609] Compiling ArgumentParser UsageGenerator.swift
[589/610] Emitting module NIOConcurrencyHelpers
[590/610] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[591/610] Compiling NIOConcurrencyHelpers NIOLock.swift
[592/610] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[593/610] Compiling NIOConcurrencyHelpers atomics.swift
[595/611] Wrapping AST for ArgumentParser for debugging
[596/611] Wrapping AST for NIOConcurrencyHelpers for debugging
[598/670] Compiling NIOCore MarkedCircularBuffer.swift
[599/670] Compiling NIOCore MulticastChannel.swift
[600/670] Compiling NIOCore NIOAny.swift
[601/670] Compiling NIOCore NIOCloseOnErrorHandler.swift
[602/670] Compiling NIOCore NIOLoopBound.swift
[603/670] Compiling NIOCore NIOScheduledCallback.swift
[604/670] Compiling NIOCore NIOSendable.swift
[605/670] Compiling NIOCore RecvByteBufferAllocator.swift
[606/678] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[607/678] Compiling NIOCore SocketAddresses.swift
[608/678] Compiling NIOCore SocketOptionProvider.swift
[609/678] Compiling NIOCore SystemCallHelpers.swift
[610/678] Compiling NIOCore TimeAmount+Duration.swift
[611/678] Compiling NIOCore TypeAssistedChannelHandler.swift
[612/678] Compiling NIOCore UniversalBootstrapSupport.swift
[613/678] Compiling NIOCore Utilities.swift
[614/678] Compiling NIOCore GlobalSingletons.swift
[615/678] Compiling NIOCore IO.swift
[616/678] Compiling NIOCore IOData.swift
[617/678] Compiling NIOCore IPProtocol.swift
[618/678] Compiling NIOCore IntegerBitPacking.swift
[619/678] Compiling NIOCore IntegerTypes.swift
[620/678] Compiling NIOCore Interfaces.swift
[621/678] Compiling NIOCore Linux.swift
[622/678] Compiling NIOCore ChannelPipeline.swift
[623/678] Compiling NIOCore CircularBuffer.swift
[624/678] Compiling NIOCore Codec.swift
[625/678] Compiling NIOCore ConvenienceOptionSupport.swift
[626/678] Compiling NIOCore DeadChannel.swift
[627/678] Compiling NIOCore DispatchQueue+WithFuture.swift
[628/678] Compiling NIOCore EventLoop+Deprecated.swift
[629/678] Compiling NIOCore EventLoop+SerialExecutor.swift
[630/678] Compiling NIOCore AddressedEnvelope.swift
[631/678] Compiling NIOCore AsyncAwaitSupport.swift
[632/678] Compiling NIOCore AsyncChannel.swift
[633/678] Compiling NIOCore AsyncChannelHandler.swift
[634/678] Compiling NIOCore AsyncChannelInboundStream.swift
[635/678] Compiling NIOCore AsyncChannelOutboundWriter.swift
[636/678] Compiling NIOCore NIOAsyncSequenceProducer.swift
[637/678] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[638/678] Compiling NIOCore NIOAsyncWriter.swift
[639/678] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[640/678] Compiling NIOCore BSDSocketAPI.swift
[641/678] Compiling NIOCore ByteBuffer-aux.swift
[642/678] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[643/678] Compiling NIOCore ByteBuffer-conversions.swift
[644/678] Compiling NIOCore ByteBuffer-core.swift
[645/678] Compiling NIOCore ByteBuffer-hex.swift
[646/678] Compiling NIOCore ByteBuffer-int.swift
[647/678] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[648/678] Compiling NIOCore EventLoop.swift
[649/678] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[650/678] Compiling NIOCore EventLoopFuture+Deprecated.swift
[651/678] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[652/678] Compiling NIOCore EventLoopFuture.swift
[653/678] Compiling NIOCore FileDescriptor.swift
[654/678] Compiling NIOCore FileHandle.swift
[655/678] Compiling NIOCore FileRegion.swift
[656/678] Compiling NIOCore ByteBuffer-multi-int.swift
[657/678] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[658/678] Compiling NIOCore ByteBuffer-views.swift
[659/678] Compiling NIOCore Channel.swift
[660/678] Compiling NIOCore ChannelHandler.swift
[661/678] Compiling NIOCore ChannelHandlers.swift
[662/678] Compiling NIOCore ChannelInvoker.swift
[663/678] Compiling NIOCore ChannelOption.swift
[664/678] Emitting module NIOCore
[665/679] Wrapping AST for NIOCore for debugging
[667/730] Compiling NIOEmbedded Embedded.swift
[668/730] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[669/730] Compiling NIOEmbedded AsyncTestingChannel.swift
[670/730] Emitting module NIOEmbedded
[671/731] Wrapping AST for NIOEmbedded for debugging
[673/731] Compiling NIOPosix SelectableChannel.swift
[674/731] Compiling NIOPosix SelectableEventLoop.swift
[675/731] Compiling NIOPosix SelectorEpoll.swift
[676/731] Compiling NIOPosix SelectorGeneric.swift
[677/731] Compiling NIOPosix SelectorKqueue.swift
[678/731] Compiling NIOPosix SelectorUring.swift
[679/737] Emitting module NIOPosix
[680/737] Compiling NIOPosix ServerSocket.swift
[681/737] Compiling NIOPosix Socket.swift
[682/737] Compiling NIOPosix SocketChannel.swift
[683/737] Compiling NIOPosix SocketProtocols.swift
[684/737] Compiling NIOPosix System.swift
[685/737] Compiling NIOPosix Thread.swift
[686/737] Compiling NIOPosix ThreadPosix.swift
[687/737] Compiling NIOPosix ThreadWindows.swift
[688/737] Compiling NIOPosix UnsafeTransfer.swift
[689/737] Compiling NIOPosix Utilities.swift
[690/737] Compiling NIOPosix VsockAddress.swift
[691/737] Compiling NIOPosix VsockChannelEvents.swift
[692/737] Compiling NIOPosix NIOThreadPool.swift
[693/737] Compiling NIOPosix NonBlockingFileIO.swift
[694/737] Compiling NIOPosix PendingDatagramWritesManager.swift
[695/737] Compiling NIOPosix PendingWritesManager.swift
[696/737] Compiling NIOPosix PipeChannel.swift
[697/737] Compiling NIOPosix PipePair.swift
[698/737] Compiling NIOPosix Pool.swift
[699/737] Compiling NIOPosix IO.swift
[700/737] Compiling NIOPosix IntegerBitPacking.swift
[701/737] Compiling NIOPosix IntegerTypes.swift
[702/737] Compiling NIOPosix Linux.swift
[703/737] Compiling NIOPosix LinuxCPUSet.swift
[704/737] Compiling NIOPosix LinuxUring.swift
[705/737] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[706/737] Compiling NIOPosix BSDSocketAPICommon.swift
[707/737] Compiling NIOPosix BSDSocketAPIPosix.swift
[708/737] Compiling NIOPosix BSDSocketAPIWindows.swift
[709/737] Compiling NIOPosix BaseSocket.swift
[710/737] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[711/737] Compiling NIOPosix BaseSocketChannel.swift
[712/737] Compiling NIOPosix BaseStreamSocketChannel.swift
[713/737] Compiling NIOPosix PooledRecvBufferAllocator.swift
[714/737] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[715/737] Compiling NIOPosix PosixSingletons.swift
[716/737] Compiling NIOPosix RawSocketBootstrap.swift
[717/737] Compiling NIOPosix Resolver.swift
[718/737] Compiling NIOPosix Selectable.swift
[719/737] Compiling NIOPosix Bootstrap.swift
[720/737] Compiling NIOPosix ControlMessage.swift
[721/737] Compiling NIOPosix DatagramVectorReadManager.swift
[722/737] Compiling NIOPosix Errors+Any.swift
[723/737] Compiling NIOPosix FileDescriptor.swift
[724/737] Compiling NIOPosix GetaddrinfoResolver.swift
[725/737] Compiling NIOPosix HappyEyeballs.swift
[726/738] Wrapping AST for NIOPosix for debugging
[728/740] Emitting module NIO
[729/740] Compiling NIO Exports.swift
[730/741] Wrapping AST for NIO for debugging
[732/768] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[733/768] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[734/768] Compiling NIOTLS TLSEvents.swift
[735/768] Emitting module NIOTLS
[736/768] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[737/768] Compiling NIOTLS SNIHandler.swift
[738/768] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[739/768] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[740/769] Emitting module NIOFoundationCompat
[741/769] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[742/769] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[745/770] Emitting module NIOHTTP1
[746/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[747/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[747/770] Wrapping AST for NIOTLS for debugging
[748/789] Wrapping AST for NIOFoundationCompat for debugging
[750/801] Compiling NIOSSL ObjectIdentifier.swift
[751/801] Compiling NIOSSL PosixPort.swift
[752/823] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[753/823] Compiling NIOTransportServices NIOTSSingletons.swift
[754/823] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[755/823] Compiling NIOTransportServices StateManagedChannel.swift
[756/823] Compiling NIOTransportServices StateManagedListenerChannel.swift
[757/823] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[758/825] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[759/825] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[760/825] Compiling NIOTransportServices NIOTSListenerChannel.swift
[761/825] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[762/825] Compiling NIOTransportServices NIOTSErrors.swift
[763/825] Compiling NIOTransportServices NIOTSEventLoop.swift
[764/825] Compiling NIOTransportServices AcceptHandler.swift
[765/825] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[766/825] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[767/825] Emitting module NIOTransportServices
[768/825] Compiling NIOTransportServices NIOTSBootstraps.swift
[769/825] Compiling NIOTransportServices NIOTSChannelOptions.swift
[770/825] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[771/825] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[772/825] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[773/825] Compiling NIOTransportServices NIOTSDatagramListener.swift
[774/825] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[775/825] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[776/826] Wrapping AST for NIOTransportServices for debugging
[791/827] Wrapping AST for NIOHTTP1 for debugging
[793/838] Emitting module NIOSSL
[794/841] Compiling NIOHPACK IndexedHeaderTable.swift
[795/841] Compiling NIOHPACK IntegerCoding.swift
[796/842] Compiling NIOHPACK DynamicHeaderTable.swift
[797/842] Compiling NIOHPACK HPACKDecoder.swift
[798/842] Compiling NIOHPACK HPACKEncoder.swift
[799/842] Compiling NIOHPACK HPACKErrors.swift
[803/842] Compiling NIOSSL Zeroization.swift
[804/842] Compiling NIOSSL SSLPublicKey.swift
[805/842] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[806/842] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[807/842] Compiling NIOSSL SubjectAlternativeName.swift
[812/842] Compiling NIOHPACK HuffmanTables.swift
[813/842] Compiling NIOHPACK StaticHeaderTable.swift
[814/842] Compiling NIOHPACK HuffmanCoding.swift
[815/842] Emitting module NIOHPACK
[820/842] Compiling NIOHPACK HPACKHeader.swift
[821/842] Compiling NIOHPACK HeaderTables.swift
[826/843] Wrapping AST for NIOHPACK for debugging
[828/886] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[829/886] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[830/886] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[831/901] Compiling NIOHTTP2 ConnectionStateMachine.swift
[832/901] Compiling NIOHTTP2 ConnectionStreamsState.swift
[833/901] Compiling NIOHTTP2 MayReceiveFrames.swift
[834/901] Compiling NIOHTTP2 ReceivingDataState.swift
[835/901] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[836/901] Compiling NIOHTTP2 ReceivingHeadersState.swift
[837/901] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[838/901] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[839/902] Wrapping AST for NIOSSL for debugging
[841/902] Compiling NIOHTTP2 StateMachineResult.swift
[842/902] Compiling NIOHTTP2 ContentLengthVerifier.swift
[843/902] Compiling NIOHTTP2 DOSHeuristics.swift
[844/902] Compiling NIOHTTP2 Error+Any.swift
[845/902] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[846/902] Compiling NIOHTTP2 ControlFrameBuffer.swift
[847/902] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[848/902] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[849/910] Emitting module NIOHTTP2
[850/910] Compiling NIOHTTP2 InboundWindowManager.swift
[851/910] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[852/910] Compiling NIOHTTP2 StreamChannelFlowController.swift
[853/910] Compiling NIOHTTP2 StreamChannelList.swift
[854/910] Compiling NIOHTTP2 StreamMap.swift
[855/910] Compiling NIOHTTP2 StreamStateMachine.swift
[856/910] Compiling NIOHTTP2 UnsafeTransfer.swift
[857/910] Compiling NIOHTTP2 WatermarkedFlowController.swift
[858/910] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[859/910] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[860/910] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[861/910] Compiling NIOHTTP2 HTTP2StreamID.swift
[862/910] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[863/910] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[864/910] Compiling NIOHTTP2 HTTP2UserEvents.swift
[865/910] Compiling NIOHTTP2 InboundEventBuffer.swift
[866/910] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[867/910] Compiling NIOHTTP2 HasFlowControlWindows.swift
[868/910] Compiling NIOHTTP2 HasLocalSettings.swift
[869/910] Compiling NIOHTTP2 HasRemoteSettings.swift
[870/910] Compiling NIOHTTP2 LocallyQuiescingState.swift
[871/910] Compiling NIOHTTP2 QuiescingState.swift
[872/910] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[873/910] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[874/910] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[875/910] Compiling NIOHTTP2 HTTP2Frame.swift
[876/910] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[877/910] Compiling NIOHTTP2 HTTP2FrameParser.swift
[878/910] Compiling NIOHTTP2 HTTP2PingData.swift
[879/910] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[880/910] Compiling NIOHTTP2 HTTP2Settings.swift
[881/910] Compiling NIOHTTP2 HTTP2Stream.swift
[882/910] Compiling NIOHTTP2 MaySendFrames.swift
[883/910] Compiling NIOHTTP2 SendingDataState.swift
[884/910] Compiling NIOHTTP2 SendingGoawayState.swift
[885/910] Compiling NIOHTTP2 SendingHeadersState.swift
[886/910] Compiling NIOHTTP2 SendingPushPromiseState.swift
[887/910] Compiling NIOHTTP2 SendingRstStreamState.swift
[888/910] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[889/910] Compiling NIOHTTP2 HTTP2SettingsState.swift
[898/910] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[899/910] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[900/910] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[901/910] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[905/910] Compiling NIOHTTP2 HTTP2Error.swift
[906/910] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[907/911] Wrapping AST for NIOHTTP2 for debugging
[909/920] Compiling Ohje ConnectionTargetBootstrap.swift
[910/921] Compiling Ohje ConnectionTarget.swift
[911/921] Compiling Ohje URLDeconstruction.swift
[912/921] Compiling Ohje OutputBuffer.swift
/host/spi-builder-workspace/Sources/OutputBuffer.swift:13:26: warning: 'withFileHandle(path:mode:flags:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
11 |     func persist(to file: String) async throws {
12 |         let fileIO = NonBlockingFileIO(threadPool: .singleton)
13 |         try await fileIO.withFileHandle(path: file, mode: .write, flags: .allowFileCreation()) { handle in
   |                          `- warning: 'withFileHandle(path:mode:flags:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
14 |             try await fileIO.write(fileHandle: handle, buffer: underlying)
15 |         }
[913/921] Compiling Ohje RangeParser.swift
[914/921] Compiling Ohje Units.swift
[915/921] Compiling Ohje App.swift
[916/921] Compiling Ohje AsyncTimerSequence.swift
[917/921] Emitting module Ohje
[918/921] Compiling Ohje BenchmarkRunner.swift
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:289:16: warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
 35 | }
 36 |
 37 | struct BenchmarkRunner<Clock: _Concurrency.Clock> where Clock.Duration == Duration {
    |        `- note: consider making generic struct 'BenchmarkRunner' conform to the 'Sendable' protocol
 38 |     private let args: Arguments
 39 |     private let target: ConnectionTarget
    :
287 |
288 |         @Sendable func tick() async {
289 |             if args.http2 {
    |                `- warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
290 |                 await runConstantThroughput_tick_HTTP2(throughputPerConnection: throughputPerConnection, head: head)
291 |             } else {
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:371:41: warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
 35 | }
 36 |
 37 | struct BenchmarkRunner<Clock: _Concurrency.Clock> where Clock.Duration == Duration {
    |        `- note: consider making generic struct 'BenchmarkRunner' conform to the 'Sendable' protocol
 38 |     private let args: Arguments
 39 |     private let target: ConnectionTarget
    :
369 |                     do {
370 |                         @Sendable func runRequest() async throws {
371 |                             let start = clock.now
    |                                         `- warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
372 |                             let stream = try await openHTTP2Stream(on: channel)
373 |                             try await stream.executeThenClose { inbound, outbound in
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:375:43: warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in an isolated closure; this is an error in the Swift 6 language mode
 35 | }
 36 |
 37 | struct BenchmarkRunner<Clock: _Concurrency.Clock> where Clock.Duration == Duration {
    |        `- note: consider making generic struct 'BenchmarkRunner' conform to the 'Sendable' protocol
 38 |     private let args: Arguments
 39 |     private let target: ConnectionTarget
    :
373 |                             try await stream.executeThenClose { inbound, outbound in
374 |                                 var iterator = inbound.makeAsyncIterator()
375 |                                 try await executeRequest(start: start, head: head, outbound: outbound, inboundIterator: &iterator)
    |                                           `- warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in an isolated closure; this is an error in the Swift 6 language mode
376 |                             }
377 |                         }
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:424:24: warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 35 | }
 36 |
 37 | struct BenchmarkRunner<Clock: _Concurrency.Clock> where Clock.Duration == Duration {
    |        `- note: consider making generic struct 'BenchmarkRunner' conform to the 'Sendable' protocol
 38 |     private let args: Arguments
 39 |     private let target: ConnectionTarget
    :
422 |         try await bootstrap.connect(target: target) { channel in
423 |             channel.eventLoop.makeCompletedFuture {
424 |                 if let sslContext {
    |                        `- warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
425 |                     let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: target.sslServerHostname)
426 |                     try channel.pipeline.syncOperations.addHandler(sslHandler)
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:424:24: warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in an isolated closure
 35 | }
 36 |
 37 | struct BenchmarkRunner<Clock: _Concurrency.Clock> where Clock.Duration == Duration {
    |        `- note: consider making generic struct 'BenchmarkRunner' conform to the 'Sendable' protocol
 38 |     private let args: Arguments
 39 |     private let target: ConnectionTarget
    :
422 |         try await bootstrap.connect(target: target) { channel in
423 |             channel.eventLoop.makeCompletedFuture {
424 |                 if let sslContext {
    |                        `- warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in an isolated closure
425 |                     let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: target.sslServerHostname)
426 |                     try channel.pipeline.syncOperations.addHandler(sslHandler)
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:438:24: warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 35 | }
 36 |
 37 | struct BenchmarkRunner<Clock: _Concurrency.Clock> where Clock.Duration == Duration {
    |        `- note: consider making generic struct 'BenchmarkRunner' conform to the 'Sendable' protocol
 38 |     private let args: Arguments
 39 |     private let target: ConnectionTarget
    :
436 |         try await bootstrap.connect(target: target) { channel in
437 |             return channel.eventLoop.makeCompletedFuture {
438 |                 if let sslContext {
    |                        `- warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
439 |                     let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: target.sslServerHostname)
440 |                     try channel.pipeline.syncOperations.addHandler(sslHandler)
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:438:24: warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in an isolated closure
 35 | }
 36 |
 37 | struct BenchmarkRunner<Clock: _Concurrency.Clock> where Clock.Duration == Duration {
    |        `- note: consider making generic struct 'BenchmarkRunner' conform to the 'Sendable' protocol
 38 |     private let args: Arguments
 39 |     private let target: ConnectionTarget
    :
436 |         try await bootstrap.connect(target: target) { channel in
437 |             return channel.eventLoop.makeCompletedFuture {
438 |                 if let sslContext {
    |                        `- warning: capture of 'self' with non-sendable type 'BenchmarkRunner<Clock>' in an isolated closure
439 |                     let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: target.sslServerHostname)
440 |                     try channel.pipeline.syncOperations.addHandler(sslHandler)
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:296:15: warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
294 |         }
295 |
296 |         group.addTask {
    |               |- warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
    |               `- note: Passing task-isolated value of non-Sendable type '() async -> ()' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
297 |             await tick()
298 |         }
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:306:19: warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
304 |             }
305 |
306 |             group.addTask { await tick() }
    |                   |- warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: Passing task-isolated value of non-Sendable type '() async -> ()' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
307 |         }
308 |     }
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:232:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
230 |
231 |         for _ in 0..<args.concurrency { // burst
232 |             group.addTask {
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
233 |                 do {
234 |                     let initialStart = clock.now
    |                                        `- note: closure captures 'self' which is accessible to code in the current task
235 |                     var initialDone = false
236 |
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:112:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
110 |         let head = HTTPRequestHead(version: args.http2 ? .http2 : .http1_1, method: .GET, uri: uri, headers: ["Host": target.host ?? ""])
111 |         await withDiscardingTaskGroup { group in
112 |             group.addTask {
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
113 |                 var start = clock.now
    |                             `- note: closure captures 'self' which is accessible to code in the current task
114 |                 for await _ /* tick */ in AsyncTimerSequence.repeating(every: .seconds(1), clock: clock) {
115 |                     sampleRate(start: &start)
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:264:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
262 |             try await withThrowingDiscardingTaskGroup { group in
263 |                 for _ in 0..<args.concurrency {
264 |                     group.addTask {
    |                                   `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
265 |                         let start = clock.now
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
266 |                         let stream = try await openHTTP2Stream(on: channel)
267 |                         try await stream.executeThenClose { inbound, outbound in
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:313:41: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
311 |         await withDiscardingTaskGroup { connectionGroup in
312 |             for _ in 0..<args.concurrency {
313 |                 connectionGroup.addTask {
    |                                         `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
314 |                     var actualThroughput = 0
315 |                     do {
316 |                         func runConnection() async throws {
317 |                             let channel = try await makeHTTP1Channel()
    |                                                     `- note: closure captures 'self' which is accessible to code in the current task
318 |                             try await channel.executeThenClose { inbound, outbound in
319 |                                 var iterator = inbound.makeAsyncIterator()
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:367:42: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
365 |
366 |             for _ in 0..<args.concurrency {
367 |                 connectionsGroup.addTask {
    |                                          `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
368 |                     let actualThroughput = ManagedAtomic(0)
369 |                     do {
370 |                         @Sendable func runRequest() async throws {
371 |                             let start = clock.now
    |                                         `- note: closure captures 'self' which is accessible to code in the current task
372 |                             let stream = try await openHTTP2Stream(on: channel)
373 |                             try await stream.executeThenClose { inbound, outbound in
/host/spi-builder-workspace/Sources/BenchmarkRunner.swift:381:63: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
379 |                         while actualThroughput.load(ordering: .relaxed) < throughputPerConnection {
380 |                             try await withThrowingDiscardingTaskGroup { singleConnectionGroup in
381 |                                 singleConnectionGroup.addTask {
    |                                                               `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
382 |                                     for _ in 0..<(args.connectionReuse?.randomElement() ?? throughputPerConnection) {
    |                                                   `- note: closure captures 'self' which is accessible to code in the current task
383 |                                         if actualThroughput.load(ordering: .relaxed) >= throughputPerConnection {
384 |                                             throw CancellationError()
[919/922] Wrapping AST for Ohje for debugging
[920/922] Write Objects.LinkFileList
[921/922] Linking Ohje
Build complete! (111.71s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.25.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "package-histogram",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-histogram.git"
    }
  ],
  "manifest_display_name" : "ohje",
  "name" : "ohje",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Ohje",
      "targets" : [
        "Ohje"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OhjeTests",
      "module_type" : "SwiftTarget",
      "name" : "OhjeTests",
      "path" : "Tests",
      "sources" : [
        "RangeParserTests.swift"
      ],
      "target_dependencies" : [
        "Ohje"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ohje",
      "module_type" : "SwiftTarget",
      "name" : "Ohje",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "NIOHTTP2",
        "NIOTransportServices",
        "NIOSSL",
        "Histogram"
      ],
      "product_memberships" : [
        "Ohje"
      ],
      "sources" : [
        "App.swift",
        "AsyncTimerSequence.swift",
        "BenchmarkRunner.swift",
        "ConnectionTarget.swift",
        "ConnectionTargetBootstrap.swift",
        "OutputBuffer.swift",
        "RangeParser.swift",
        "URLDeconstruction.swift",
        "Units.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
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.