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 Android on 29 May 2025 10:46:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.63.1
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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/ordo-one/package-histogram.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/467] Fetching package-histogram
[468/3134] Fetching package-histogram, swift-nio-transport-services
[3135/14661] Fetching package-histogram, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
[1044/11994] Fetching package-histogram, swift-nio-http2
[3004/88087] Fetching package-histogram, swift-nio-http2, swift-nio
[3765/102930] Fetching package-histogram, swift-nio-http2, swift-nio, swift-nio-ssl
[6739/118309] Fetching package-histogram, swift-nio-http2, swift-nio, swift-nio-ssl, swift-argument-parser
Fetched https://github.com/ordo-one/package-histogram.git from cache (1.51s)
[81579/117842] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (6.40s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.40s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.42s)
Fetched https://github.com/apple/swift-nio.git from cache (6.51s)
Computing version for https://github.com/ordo-one/package-histogram.git
Computed https://github.com/ordo-one/package-histogram.git at 0.1.2 (8.77s)
Fetching https://github.com/apple/swift-numerics
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.47s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.09s)
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.54s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.39s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4129/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.01s)
Fetched https://github.com/apple/swift-collections.git from cache (2.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.37s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.08s)
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.1
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.31.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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/465] Compiling a_octet.cc
[1/465] Compiling a_strex.cc
[3/465] Compiling a_bitstr.cc
[3/465] Write sources
[3/465] Compiling a_d2i_fp.cc
[3/465] Write sources
[26/465] Compiling CNIOWindows shim.c
[27/465] Compiling _AtomicsShims.c
[28/465] Compiling _NumericsShims _NumericsShims.c
[29/465] Compiling CNIOWASI CNIOWASI.c
[30/465] Compiling CNIOWindows WSAStartup.c
[31/465] Write swift-version-24593BA9C3E375BF.txt
[32/465] Compiling CNIOLinux liburing_shims.c
[33/465] Compiling CNIOLinux shim.c
[33/465] Compiling CNIOLLHTTP c_nio_http.c
[35/465] Compiling unicode.cc
[36/465] Compiling cbs.cc
[37/465] Compiling a_bool.cc
[38/465] Compiling CNIODarwin shim.c
[39/470] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/471] Compiling CNIOLLHTTP c_nio_api.c
[41/491] Compiling fiat_p256_adx_sqr.S
[42/493] Compiling fiat_p256_adx_mul.S
[43/495] Compiling fiat_curve25519_adx_mul.S
[44/495] Compiling CNIOBoringSSLShims shims.c
[45/495] Compiling fiat_curve25519_adx_square.S
[47/495] Emitting module _NIOBase64
[47/495] Compiling tls_record.cc
[48/495] Compiling c-nioatomics.c
[49/495] Compiling tls_method.cc
[51/495] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/496] Compiling tls13_server.cc
[52/496] Compiling tls13_enc.cc
[54/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/496] Compiling InternalCollectionsUtilities Descriptions.swift
[56/496] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/496] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/496] Compiling InternalCollectionsUtilities Debugging.swift
[59/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/496] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/496] Compiling _NIODataStructures _TinyArray.swift
[62/496] Compiling RealModule AlgebraicField.swift
[63/496] Compiling RealModule ApproximateEquality.swift
[64/496] Emitting module RealModule
[65/496] Compiling RealModule Real.swift
[66/496] Compiling RealModule ElementaryFunctions.swift
[67/496] Emitting module InternalCollectionsUtilities
[70/496] Compiling RealModule AugmentedArithmetic.swift
[71/496] Compiling RealModule Double+Real.swift
[72/497] Compiling RealModule Float16+Real.swift
[73/497] Compiling RealModule Float80+Real.swift
[74/497] Compiling _NIODataStructures PriorityQueue.swift
[75/497] Compiling RealModule Float+Real.swift
[76/497] Compiling _NIOBase64 Base64.swift
[79/498] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/498] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/498] Emitting module _NIODataStructures
[82/498] Compiling _NIODataStructures Heap.swift
[83/500] Compiling RealModule RealFunctions.swift
[87/501] Compiling tls13_both.cc
[88/501] Wrapping AST for _NIOBase64 for debugging
[89/501] Wrapping AST for _NIODataStructures for debugging
[90/501] Compiling tls13_client.cc
[91/506] Wrapping AST for RealModule for debugging
[92/521] Wrapping AST for InternalCollectionsUtilities for debugging
[94/521] Compiling DequeModule Deque+CustomReflectable.swift
[95/521] Compiling DequeModule Deque+Descriptions.swift
[96/523] Compiling DequeModule _DequeBuffer.swift
[97/523] Compiling DequeModule _DequeBufferHeader.swift
[98/523] Compiling DequeModule Deque+Extras.swift
[99/523] Compiling DequeModule Deque+Hashable.swift
[100/523] Compiling DequeModule _DequeSlot.swift
[101/523] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/523] Compiling DequeModule Deque+Codable.swift
[103/523] Compiling DequeModule Deque+Collection.swift
[104/523] Compiling DequeModule Deque+Testing.swift
[105/523] Compiling DequeModule Deque._Storage.swift
[106/523] Compiling DequeModule Deque+Equatable.swift
[107/523] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/523] Compiling DequeModule Deque._UnsafeHandle.swift
[109/523] Compiling DequeModule Deque.swift
[109/523] Compiling ssl_x509.cc
[110/523] Compiling t1_enc.cc
[111/523] Compiling ssl_versions.cc
[113/523] Emitting module DequeModule
[113/524] Compiling ssl_transcript.cc
[115/524] Compiling ssl_stat.cc
[116/524] Wrapping AST for DequeModule for debugging
[117/524] Compiling ssl_session.cc
[119/524] Emitting module ComplexModule
[120/524] Compiling ComplexModule ElementaryFunctions.swift
[120/524] Compiling ssl_key_share.cc
[121/524] Compiling ssl_privkey.cc
[122/524] Compiling ssl_cipher.cc
[123/524] Compiling ssl_credential.cc
[124/524] Compiling ssl_lib.cc
[125/524] Compiling ssl_file.cc
[126/524] Compiling ssl_cert.cc
[127/524] Compiling s3_lib.cc
[128/524] Compiling ssl_asn1.cc
[129/524] Compiling ssl_buffer.cc
[130/524] Compiling ssl_aead_ctx.cc
[131/524] Compiling s3_pkt.cc
[132/524] Compiling s3_both.cc
[133/524] Compiling handshake_server.cc
[135/524] Compiling ComplexModule Differentiable.swift
[136/524] Compiling ComplexModule Arithmetic.swift
[137/524] Compiling ComplexModule Complex.swift
[138/525] Compiling handoff.cc
[139/525] Compiling handshake.cc
[140/525] Compiling handshake_client.cc
[141/525] Compiling dtls_record.cc
[142/525] Compiling encrypted_client_hello.cc
[143/525] Wrapping AST for ComplexModule for debugging
[144/527] Compiling extensions.cc
[145/527] Compiling dtls_method.cc
[147/527] Emitting module Numerics
[147/527] Compiling md5-x86_64-apple.S
[148/527] Compiling md5-x86_64-linux.S
[150/527] Compiling Numerics Numerics.swift
[150/528] Compiling md5-586-linux.S
[151/528] Compiling md5-586-apple.S
[153/528] Compiling chacha20_poly1305_x86_64-linux.S
[154/528] Compiling chacha20_poly1305_x86_64-apple.S
[155/528] Compiling chacha20_poly1305_armv8-win.S
[156/528] Wrapping AST for Numerics for debugging
[157/530] Compiling chacha20_poly1305_armv8-linux.S
[158/530] Compiling err_data.cc
[159/530] Compiling bio_ssl.cc
[160/530] Compiling d1_srtp.cc
[161/530] Compiling chacha20_poly1305_armv8-apple.S
[162/530] Compiling d1_lib.cc
[163/530] Compiling d1_pkt.cc
[164/530] Compiling d1_both.cc
[165/530] Compiling chacha-x86_64-linux.S
[166/530] Compiling chacha-armv8-win.S
[166/530] Compiling chacha-x86_64-apple.S
[168/530] Compiling chacha-armv4-linux.S
[168/530] Compiling chacha-x86-apple.S
[168/530] Compiling chacha-armv8-apple.S
[171/530] Compiling chacha-armv8-linux.S
[172/530] Compiling chacha-x86-linux.S
[173/530] Compiling x86-mont-linux.S
[174/530] Compiling x86_64-mont5-linux.S
[175/530] Compiling aes128gcmsiv-x86_64-linux.S
[176/530] Compiling aes128gcmsiv-x86_64-apple.S
[176/530] Compiling x86_64-mont-apple.S
[178/530] Compiling x86_64-mont5-apple.S
[179/530] Compiling x86_64-mont-linux.S
[180/530] Compiling vpaes-x86-linux.S
[181/530] Compiling vpaes-x86_64-apple.S
[181/530] Compiling vpaes-x86_64-linux.S
[183/530] Compiling vpaes-x86-apple.S
[184/530] Compiling vpaes-armv8-linux.S
[185/530] Compiling vpaes-armv8-win.S
[186/530] Compiling x86-mont-apple.S
[187/530] Compiling sha512-x86_64-apple.S
[188/530] Compiling sha512-armv8-win.S
[189/530] Compiling vpaes-armv8-apple.S
[190/530] Compiling sha512-armv8-apple.S
[191/530] Compiling vpaes-armv7-linux.S
[192/530] Compiling sha512-x86_64-linux.S
[193/530] Compiling sha512-armv8-linux.S
[194/530] Compiling sha512-586-linux.S
[194/530] Compiling sha256-x86_64-apple.S
[196/530] Compiling sha256-x86_64-linux.S
[196/530] Compiling sha256-armv8-win.S
[198/530] Compiling sha512-armv4-linux.S
[198/530] Compiling sha256-armv8-linux.S
[200/530] Compiling sha512-586-apple.S
[201/530] Compiling sha256-armv4-linux.S
[202/530] Compiling sha256-armv8-apple.S
[203/530] Compiling sha256-586-linux.S
[203/530] Compiling sha1-x86_64-linux.S
[205/530] Compiling sha256-586-apple.S
[206/530] Compiling sha1-x86_64-apple.S
[207/530] Compiling sha1-armv8-win.S
[208/530] Compiling sha1-armv8-apple.S
[209/530] Compiling sha1-armv4-large-linux.S
[210/530] Compiling sha1-armv8-linux.S
[211/530] Compiling rsaz-avx2-apple.S
[212/530] Compiling sha1-586-apple.S
[212/530] Compiling rsaz-avx2-linux.S
[212/530] Compiling sha1-586-linux.S
[215/530] Compiling rdrand-x86_64-linux.S
[215/530] Compiling rdrand-x86_64-apple.S
[217/530] Compiling p256_beeu-x86_64-asm-linux.S
[218/530] Compiling p256_beeu-armv8-asm-apple.S
[218/530] Compiling p256_beeu-armv8-asm-win.S
[220/530] Compiling p256_beeu-x86_64-asm-apple.S
[221/530] Compiling p256_beeu-armv8-asm-linux.S
[222/530] Compiling p256-x86_64-asm-apple.S
[223/530] Compiling p256-x86_64-asm-linux.S
[224/530] Compiling p256-armv8-asm-win.S
[225/530] Compiling ghashv8-armv8-win.S
[226/530] Compiling p256-armv8-asm-apple.S
[227/530] Compiling ghashv8-armv8-apple.S
[228/530] Compiling ghashv8-armv7-linux.S
[229/530] Compiling ghash-x86_64-linux.S
[230/530] Compiling ghashv8-armv8-linux.S
[231/530] Compiling p256-armv8-asm-linux.S
[232/530] Compiling ghash-x86-linux.S
[233/530] Compiling ghash-x86_64-apple.S
[234/530] Compiling ghash-x86-apple.S
[235/530] Compiling ghash-ssse3-x86_64-linux.S
[236/530] Compiling ghash-ssse3-x86-linux.S
[237/530] Compiling ghash-ssse3-x86-apple.S
[238/530] Compiling ghash-ssse3-x86_64-apple.S
[239/530] Compiling ghash-neon-armv8-win.S
[240/530] Compiling ghash-neon-armv8-linux.S
[241/530] Compiling ghash-armv4-linux.S
[242/530] Compiling co-586-linux.S
[243/530] Compiling ghash-neon-armv8-apple.S
[244/530] Compiling bsaes-armv7-linux.S
[245/530] Compiling co-586-apple.S
[246/530] Compiling bn-armv8-win.S
[247/530] Compiling bn-armv8-apple.S
[248/530] Compiling bn-armv8-linux.S
[249/530] Compiling bn-586-apple.S
[250/530] Compiling bn-586-linux.S
[251/530] Compiling armv8-mont-win.S
[252/530] Compiling armv8-mont-apple.S
[253/530] Compiling armv8-mont-linux.S
[254/530] Compiling armv4-mont-linux.S
[255/530] Compiling aesv8-gcm-armv8-win.S
[256/530] Compiling aesv8-gcm-armv8-apple.S
[257/530] Compiling aesv8-armv8-win.S
[258/530] Compiling aesv8-gcm-armv8-linux.S
[259/530] Compiling aesv8-armv8-apple.S
[260/530] Compiling aesv8-armv7-linux.S
[261/530] Compiling aesv8-armv8-linux.S
[262/530] Compiling aesni-x86_64-apple.S
[263/530] Compiling aesni-x86-linux.S
[264/530] Compiling aesni-x86_64-linux.S
[265/530] Compiling aesni-x86-apple.S
[266/530] Compiling aesni-gcm-x86_64-linux.S
[267/530] Compiling aes-gcm-avx2-x86_64-linux.S
[268/530] Compiling aesni-gcm-x86_64-apple.S
[269/530] Compiling aes-gcm-avx2-x86_64-apple.S
[270/530] Compiling aes-gcm-avx10-x86_64-apple.S
[271/530] Compiling aes-gcm-avx10-x86_64-linux.S
[272/530] Compiling x_spki.cc
[273/530] Compiling x_x509a.cc
[274/530] Compiling x_val.cc
[275/530] Compiling x_x509.cc
[276/530] Compiling x_req.cc
[277/530] Compiling x_sig.cc
[278/530] Compiling x_pubkey.cc
[280/530] Compiling Histogram Histogram.swift
[281/530] Emitting module Histogram
[282/531] Compiling x_algor.cc
[283/531] Compiling x_name.cc
[284/531] Compiling x509spki.cc
[285/531] Compiling x_crl.cc
[286/531] Wrapping AST for Histogram for debugging
[287/531] Compiling x_attrib.cc
[288/531] Compiling x_exten.cc
[289/531] Compiling x_all.cc
[290/531] Compiling x509rset.cc
[291/531] Compiling x509cset.cc
[292/531] Compiling x509_vpm.cc
[293/531] Compiling x509name.cc
[294/531] Compiling x509_txt.cc
[295/531] Compiling x509_v3.cc
[296/531] Compiling x509_vfy.cc
[297/531] Compiling x509_trs.cc
[298/531] Compiling x509_obj.cc
[299/531] Compiling x509_req.cc
[299/531] Compiling x509_ext.cc
[299/531] Compiling x509_def.cc
[299/531] Compiling x509_set.cc
[299/531] Compiling x509_lu.cc
[304/531] Compiling x509_d2.cc
[305/531] Compiling x509_cmp.cc
[306/531] Compiling x509.cc
[307/531] Compiling x509_att.cc
[308/531] Compiling v3_prn.cc
[309/531] Compiling v3_skey.cc
[310/531] Compiling v3_utl.cc
[310/531] Compiling v3_purp.cc
[312/531] Compiling v3_pcons.cc
[313/531] Compiling v3_pmaps.cc
[314/531] Compiling v3_ocsp.cc
[315/531] Compiling v3_ncons.cc
[316/531] Compiling v3_lib.cc
[317/531] Compiling v3_int.cc
[318/531] Compiling v3_ia5.cc
[319/531] Compiling v3_genn.cc
[320/531] Compiling v3_info.cc
[321/531] Compiling v3_extku.cc
[322/531] Compiling v3_enum.cc
[323/531] Compiling v3_crld.cc
[324/531] Compiling v3_cpols.cc
[325/531] Compiling v3_conf.cc
[326/531] Compiling v3_bcons.cc
[326/531] Compiling v3_bitst.cc
[328/531] Compiling v3_akeya.cc
[329/531] Compiling v3_alt.cc
[330/531] Compiling v3_akey.cc
[331/531] Compiling t_x509a.cc
[332/531] Compiling t_x509.cc
[333/531] Compiling t_req.cc
[334/531] Compiling rsa_pss.cc
[335/531] Compiling t_crl.cc
[336/531] Compiling name_print.cc
[337/531] Compiling policy.cc
[338/531] Compiling i2d_pr.cc
[339/531] Compiling by_file.cc
[340/531] Compiling a_verify.cc
[341/531] Compiling by_dir.cc
[342/531] Compiling algorithm.cc
[343/531] Compiling asn1_gen.cc
[344/531] Compiling voprf.cc
[345/531] Compiling a_digest.cc
[346/531] Compiling a_sign.cc
[347/531] Compiling stack.cc
[348/531] Compiling thread.cc
[349/531] Compiling thread_pthread.cc
[350/531] Compiling thread_win.cc
[351/531] Compiling thread_none.cc
[352/531] Compiling pmbtoken.cc
[353/531] Compiling trust_token.cc
[354/531] Compiling sha256.cc
[355/531] Compiling slhdsa.cc
[356/531] Compiling siphash.cc
[357/531] Compiling sha512.cc
[358/531] Compiling spake2plus.cc
[359/531] Compiling sha1.cc
[360/531] Compiling rsa_extra.cc
[361/531] Compiling rsa_crypt.cc
[362/531] Compiling rsa_print.cc
[363/531] Compiling refcount.cc
[364/531] Compiling rc4.cc
[365/531] Compiling rsa_asn1.cc
[366/531] Compiling urandom.cc
[367/531] Compiling windows.cc
[368/531] Compiling ios.cc
[369/531] Compiling trusty.cc
[370/531] Compiling passive.cc
[371/531] Compiling getentropy.cc
[372/531] Compiling poly1305_arm_asm.S
[373/531] Compiling rand.cc
[374/531] Compiling deterministic.cc
[375/531] Compiling fork_detect.cc
[376/531] Compiling forkunsafe.cc
[377/531] Compiling poly1305_arm.cc
[378/531] Compiling pool.cc
[379/531] Compiling poly1305_vec.cc
[380/531] Compiling poly1305.cc
[381/531] Compiling p5_pbev2.cc
[382/531] Compiling pkcs8.cc
[383/531] Compiling pkcs7_x509.cc
[384/531] Compiling pkcs8_x509.cc
[385/531] Compiling pem_x509.cc
[386/531] Compiling pkcs7.cc
[387/531] Compiling pem_xaux.cc
[388/531] Compiling pem_pkey.cc
[389/531] Compiling pem_pk8.cc
[390/531] Compiling obj_xref.cc
[391/531] Compiling pem_info.cc
[392/531] Compiling pem_oth.cc
[393/531] Compiling pem_all.cc
[394/531] Compiling mem.cc
[395/531] Compiling pem_lib.cc
[396/531] Compiling mldsa.cc
[397/531] Compiling mlkem.cc
[398/531] Compiling poly_rq_mul.S
[399/531] Compiling fips_shared_support.cc
[400/531] Compiling md4.cc
[401/531] Compiling obj.cc
[402/531] Compiling md5.cc
[403/531] Compiling lhash.cc
[404/531] Compiling ex_data.cc
[405/531] Compiling sign.cc
[406/531] Compiling kyber.cc
[407/531] Compiling hpke.cc
[408/531] Compiling hrss.cc
[409/531] Compiling scrypt.cc
[410/531] Compiling pbkdf.cc
[411/531] Compiling p_x25519.cc
[412/531] Compiling print.cc
[413/531] Compiling p_rsa.cc
[414/531] Compiling p_rsa_asn1.cc
[415/531] Compiling p_x25519_asn1.cc
[416/531] Compiling p_ed25519.cc
[417/531] Compiling p_hkdf.cc
[418/531] Compiling p_ed25519_asn1.cc
[419/531] Compiling p_ec_asn1.cc
[420/531] Compiling p_dh_asn1.cc
[421/531] Compiling p_ec.cc
[422/531] Compiling p_dh.cc
[423/531] Compiling evp_ctx.cc
[424/531] Compiling p_dsa_asn1.cc
[425/531] Compiling evp.cc
[426/531] Compiling evp_asn1.cc
[427/531] Compiling engine.cc
[428/531] Compiling err.cc
[429/531] Compiling ecdh.cc
[430/531] Compiling ecdsa_asn1.cc
[431/531] Compiling hash_to_curve.cc
[432/531] Compiling bcm.cc
[433/531] Compiling ec_derive.cc
[434/531] Compiling dsa.cc
[435/531] Compiling dsa_asn1.cc
[436/531] Compiling ec_asn1.cc
[437/531] Compiling params.cc
[438/531] Compiling x25519-asm-arm.S
[439/531] Compiling dh_asn1.cc
[440/531] Compiling digest_extra.cc
[441/531] Compiling des.cc
[442/531] Compiling spake25519.cc
[443/531] Compiling curve25519_64_adx.cc
[444/531] Compiling cpu_intel.cc
[445/531] Compiling crypto.cc
[446/531] Compiling curve25519.cc
[447/531] Compiling cpu_arm_freebsd.cc
[448/531] Compiling cpu_aarch64_win.cc
[449/531] Compiling cpu_arm_linux.cc
[450/531] Compiling cpu_aarch64_linux.cc
[451/531] Compiling cpu_aarch64_sysreg.cc
[452/531] Compiling cpu_aarch64_openbsd.cc
[453/531] Compiling cpu_aarch64_fuchsia.cc
[454/531] Compiling cpu_aarch64_apple.cc
[455/531] Compiling conf.cc
[456/531] Compiling get_cipher.cc
[457/531] Compiling tls_cbc.cc
[458/531] Compiling e_null.cc
[459/531] Compiling e_rc4.cc
[460/531] Compiling e_rc2.cc
[461/531] Compiling e_tls.cc
[462/531] Compiling e_chacha20poly1305.cc
[463/531] Compiling e_des.cc
[464/531] Compiling e_aesctrhmac.cc
[465/531] Compiling derive_key.cc
[466/531] Compiling cbb.cc
[467/531] Compiling chacha.cc
[468/531] Compiling e_aesgcmsiv.cc
[469/531] Compiling asn1_compat.cc
[470/531] Compiling ber.cc
[471/531] Compiling socket_helper.cc
[472/531] Compiling buf.cc
[473/531] Compiling socket.cc
[474/531] Compiling blake2.cc
[475/531] Compiling printf.cc
[476/531] Compiling pair.cc
[477/531] Compiling bn_asn1.cc
[478/531] Compiling convert.cc
[479/531] Compiling hexdump.cc
[480/531] Compiling file.cc
[481/531] Compiling fd.cc
[482/531] Compiling errno.cc
[483/531] Compiling base64.cc
[484/531] Compiling connect.cc
[485/531] Compiling bio.cc
[486/531] Compiling bio_mem.cc
[487/531] Compiling tasn_utl.cc
[488/531] Compiling tasn_fre.cc
[489/531] Compiling tasn_typ.cc
[490/531] Compiling tasn_new.cc
[491/531] Compiling f_int.cc
[492/531] Compiling posix_time.cc
[493/531] Compiling f_string.cc
[494/531] Compiling tasn_enc.cc
[494/531] Compiling asn_pack.cc
[496/531] Compiling asn1_par.cc
[497/531] Compiling tasn_dec.cc
[498/531] Compiling asn1_lib.cc
[499/531] Compiling a_mbstr.cc
[500/531] Compiling a_utctm.cc
[501/531] Compiling a_object.cc
[502/531] Compiling a_type.cc
[503/531] Write sources
[506/531] Compiling a_i2d_fp.cc
[507/531] Compiling a_time.cc
[508/531] Compiling a_int.cc
[509/531] Compiling a_strnid.cc
[510/552] Compiling a_gentm.cc
[511/552] Compiling a_dup.cc
[513/552] Compiling Atomics UnsafeAtomic.swift
[514/552] Compiling Atomics UnsafeAtomicLazyReference.swift
[515/554] Compiling Atomics OptionalRawRepresentable.swift
[516/554] Compiling Atomics RawRepresentable.swift
[517/554] Compiling Atomics AtomicBool.swift
[518/554] Compiling Atomics ManagedAtomic.swift
[519/554] Compiling Atomics ManagedAtomicLazyReference.swift
[520/554] Compiling Atomics Primitives.shims.swift
[521/554] Compiling Atomics AtomicInteger.swift
[522/554] Compiling Atomics AtomicOptionalWrappable.swift
[523/554] Compiling Atomics AtomicReference.swift
[524/554] Compiling Atomics AtomicStorage.swift
[525/554] Compiling Atomics AtomicValue.swift
[526/554] Compiling ArgumentParserToolInfo ToolInfo.swift
[527/554] Emitting module ArgumentParserToolInfo
[528/555] Compiling Atomics IntegerOperations.swift
[529/555] Compiling Atomics Unmanaged extensions.swift
[530/555] Wrapping AST for ArgumentParserToolInfo for debugging
[532/593] Emitting module Atomics
[533/593] Compiling ArgumentParser OptionGroup.swift
[534/593] Compiling ArgumentParser AsyncParsableCommand.swift
[535/593] Compiling ArgumentParser CommandConfiguration.swift
[536/593] Compiling ArgumentParser CommandGroup.swift
[537/593] Compiling ArgumentParser EnumerableFlag.swift
[538/598] Emitting module ArgumentParser
[538/598] Compiling c-atomics.c
[540/604] Compiling ArgumentParser CompletionKind.swift
[541/604] Compiling ArgumentParser Errors.swift
[542/604] Compiling ArgumentParser Option.swift
[543/604] Compiling ArgumentParser BashCompletionsGenerator.swift
[544/604] Compiling ArgumentParser CompletionsGenerator.swift
[545/605] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[546/605] Wrapping AST for Atomics for debugging
[548/605] Compiling ArgumentParser Name.swift
[549/605] Compiling ArgumentParser Parsed.swift
[550/605] Compiling ArgumentParser ParsedValues.swift
[551/605] Compiling ArgumentParser ParserError.swift
[552/605] Compiling ArgumentParser SplitArguments.swift
[553/605] Compiling ArgumentParser ArgumentVisibility.swift
[556/605] Compiling ArgumentParser Flag.swift
[557/605] Compiling ArgumentParser NameSpecification.swift
[559/605] Compiling NIOConcurrencyHelpers NIOLock.swift
[560/605] Compiling ArgumentParser CollectionExtensions.swift
[561/605] Compiling ArgumentParser Platform.swift
[562/605] Compiling ArgumentParser SequenceExtensions.swift
[563/605] Compiling ArgumentParser StringExtensions.swift
[564/605] Compiling ArgumentParser Tree.swift
[565/605] Compiling ArgumentParser ArgumentDefinition.swift
[566/605] Compiling ArgumentParser ArgumentSet.swift
[567/605] Compiling ArgumentParser CommandParser.swift
[568/605] Compiling ArgumentParser InputKey.swift
[569/605] Compiling ArgumentParser InputOrigin.swift
[570/605] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[571/605] Emitting module NIOConcurrencyHelpers
[572/605] Compiling ArgumentParser DumpHelpGenerator.swift
[573/605] Compiling ArgumentParser HelpCommand.swift
[574/605] Compiling ArgumentParser HelpGenerator.swift
[575/605] Compiling ArgumentParser MessageInfo.swift
[576/605] Compiling ArgumentParser UsageGenerator.swift
[579/605] Compiling ArgumentParser FishCompletionsGenerator.swift
[580/605] Compiling ArgumentParser ZshCompletionsGenerator.swift
[581/605] Compiling ArgumentParser Argument.swift
[582/605] Compiling ArgumentParser ArgumentHelp.swift
[583/605] Compiling ArgumentParser ExpressibleByArgument.swift
[584/605] Compiling ArgumentParser ParsableArguments.swift
[585/605] Compiling ArgumentParser ParsableArgumentsValidation.swift
[586/605] Compiling ArgumentParser ParsableCommand.swift
[587/605] Compiling ArgumentParser ArgumentDecoder.swift
[588/605] Compiling NIOConcurrencyHelpers lock.swift
[589/605] Compiling NIOConcurrencyHelpers atomics.swift
[591/607] Wrapping AST for NIOConcurrencyHelpers for debugging
[592/607] Wrapping AST for ArgumentParser for debugging
[594/667] Compiling NIOCore MulticastChannel.swift
[595/667] Compiling NIOCore NIOAny.swift
[596/667] Compiling NIOCore NIOCloseOnErrorHandler.swift
[597/667] Compiling NIOCore NIOLoopBound.swift
[598/667] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[599/667] Compiling NIOCore NIOScheduledCallback.swift
[600/667] Compiling NIOCore NIOSendable.swift
[601/667] Compiling NIOCore RecvByteBufferAllocator.swift
[602/675] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[603/675] Compiling NIOCore SocketAddresses.swift
[604/675] Compiling NIOCore SocketOptionProvider.swift
[605/675] Compiling NIOCore SystemCallHelpers.swift
[606/675] Compiling NIOCore TimeAmount+Duration.swift
[607/675] Compiling NIOCore TypeAssistedChannelHandler.swift
[608/675] Compiling NIOCore UniversalBootstrapSupport.swift
[609/675] Compiling NIOCore Utilities.swift
[610/675] Compiling NIOCore AddressedEnvelope.swift
[611/675] Compiling NIOCore AsyncAwaitSupport.swift
[612/675] Compiling NIOCore AsyncChannel.swift
[613/675] Compiling NIOCore AsyncChannelHandler.swift
[614/675] Compiling NIOCore AsyncChannelInboundStream.swift
[615/675] Compiling NIOCore AsyncChannelOutboundWriter.swift
[616/675] Compiling NIOCore NIOAsyncSequenceProducer.swift
[617/675] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[618/675] Compiling NIOCore NIOAsyncWriter.swift
[619/675] Compiling NIOCore IO.swift
[620/675] Compiling NIOCore IOData.swift
[621/675] Compiling NIOCore IPProtocol.swift
[622/675] Compiling NIOCore IntegerBitPacking.swift
[623/675] Compiling NIOCore IntegerTypes.swift
[624/675] Compiling NIOCore Interfaces.swift
[625/675] Compiling NIOCore Linux.swift
[626/675] Compiling NIOCore MarkedCircularBuffer.swift
[627/675] Compiling NIOCore CircularBuffer.swift
[628/675] Compiling NIOCore Codec.swift
[629/675] Compiling NIOCore ConvenienceOptionSupport.swift
[630/675] Compiling NIOCore DeadChannel.swift
[631/675] Compiling NIOCore DispatchQueue+WithFuture.swift
[632/675] Compiling NIOCore EventLoop+Deprecated.swift
[633/675] Compiling NIOCore EventLoop+SerialExecutor.swift
[634/675] Compiling NIOCore EventLoop.swift
[635/675] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[636/675] Compiling NIOCore BSDSocketAPI.swift
[637/675] Compiling NIOCore ByteBuffer-aux.swift
[638/675] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[639/675] Compiling NIOCore ByteBuffer-conversions.swift
[640/675] Compiling NIOCore ByteBuffer-core.swift
[641/675] Compiling NIOCore ByteBuffer-hex.swift
[642/675] Compiling NIOCore ByteBuffer-int.swift
[643/675] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[644/675] Emitting module NIOCore
[645/675] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[646/675] Compiling NIOCore EventLoopFuture+Deprecated.swift
[647/675] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[648/675] Compiling NIOCore EventLoopFuture.swift
[649/675] Compiling NIOCore FileDescriptor.swift
[650/675] Compiling NIOCore FileHandle.swift
[651/675] Compiling NIOCore FileRegion.swift
[652/675] Compiling NIOCore GlobalSingletons.swift
[653/675] Compiling NIOCore ByteBuffer-multi-int.swift
[654/675] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[655/675] Compiling NIOCore ByteBuffer-views.swift
[656/675] Compiling NIOCore Channel.swift
[657/675] Compiling NIOCore ChannelHandler.swift
[658/675] Compiling NIOCore ChannelHandlers.swift
[659/675] Compiling NIOCore ChannelInvoker.swift
[660/675] Compiling NIOCore ChannelOption.swift
[661/675] Compiling NIOCore ChannelPipeline.swift
[662/676] Wrapping AST for NIOCore for debugging
[664/726] Emitting module NIOEmbedded
[665/726] Compiling NIOEmbedded AsyncTestingChannel.swift
[666/726] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[667/726] Compiling NIOEmbedded Embedded.swift
[669/727] Compiling NIOPosix Pool.swift
[670/727] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[671/727] Compiling NIOPosix PosixSingletons.swift
[672/727] Compiling NIOPosix RawSocketBootstrap.swift
[673/727] Compiling NIOPosix Resolver.swift
[674/727] Compiling NIOPosix Selectable.swift
[675/727] Compiling NIOPosix SelectableChannel.swift
[676/727] Compiling NIOPosix SelectableEventLoop.swift
[677/727] Compiling NIOPosix SelectorEpoll.swift
[678/727] Compiling NIOPosix SelectorGeneric.swift
[679/727] Compiling NIOPosix SelectorKqueue.swift
[680/727] Compiling NIOPosix SelectorUring.swift
[681/727] Compiling NIOPosix ServerSocket.swift
[682/727] Compiling NIOPosix Socket.swift
[683/727] Compiling NIOPosix SocketChannel.swift
[684/727] Compiling NIOPosix SocketProtocols.swift
[685/727] Compiling NIOPosix System.swift
[686/727] Compiling NIOPosix Thread.swift
[687/733] Emitting module NIOPosix
[688/733] Compiling NIOPosix IO.swift
[689/733] Compiling NIOPosix IntegerBitPacking.swift
[690/733] Compiling NIOPosix IntegerTypes.swift
[691/733] Compiling NIOPosix Linux.swift
[692/733] Compiling NIOPosix LinuxCPUSet.swift
[693/733] Compiling NIOPosix LinuxUring.swift
[694/733] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[695/733] Compiling NIOPosix NIOThreadPool.swift
[696/733] Compiling NIOPosix NonBlockingFileIO.swift
[697/733] Compiling NIOPosix PendingDatagramWritesManager.swift
[698/733] Compiling NIOPosix PendingWritesManager.swift
[699/733] Compiling NIOPosix PipeChannel.swift
[700/733] Compiling NIOPosix PipePair.swift
[701/733] Compiling NIOPosix Bootstrap.swift
[702/733] Compiling NIOPosix ControlMessage.swift
[703/733] Compiling NIOPosix DatagramVectorReadManager.swift
[704/733] Compiling NIOPosix Errors+Any.swift
[705/733] Compiling NIOPosix FileDescriptor.swift
[706/733] Compiling NIOPosix GetaddrinfoResolver.swift
[707/733] Compiling NIOPosix HappyEyeballs.swift
[708/733] Compiling NIOPosix BSDSocketAPICommon.swift
[709/733] Compiling NIOPosix BSDSocketAPIPosix.swift
[710/733] Compiling NIOPosix BSDSocketAPIWindows.swift
[711/733] Compiling NIOPosix BaseSocket.swift
[712/733] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[713/733] Compiling NIOPosix BaseSocketChannel.swift
[714/733] Compiling NIOPosix BaseStreamSocketChannel.swift
[715/733] Compiling NIOPosix ThreadPosix.swift
[716/733] Compiling NIOPosix ThreadWindows.swift
[717/733] Compiling NIOPosix UnsafeTransfer.swift
[718/733] Compiling NIOPosix Utilities.swift
[719/733] Compiling NIOPosix VsockAddress.swift
[720/733] Compiling NIOPosix VsockChannelEvents.swift
[721/734] Wrapping AST for NIOEmbedded for debugging
[722/736] Wrapping AST for NIOPosix for debugging
[724/736] Compiling NIO Exports.swift
[725/736] Emitting module NIO
[726/737] Wrapping AST for NIO for debugging
[728/764] Compiling NIOTLS TLSEvents.swift
[729/764] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[730/764] Emitting module NIOTLS
[731/764] Emitting module NIOFoundationCompat
[732/764] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[733/764] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[734/764] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[735/764] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[736/764] Compiling NIOTLS SNIHandler.swift
[737/764] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[739/765] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[740/766] Emitting module NIOHTTP1
[741/768] Wrapping AST for NIOTLS for debugging
[743/768] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[744/768] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[745/797] Compiling NIOSSL SSLCallbacks.swift
[746/797] Compiling NIOSSL SubjectAlternativeName.swift
[747/797] Compiling NIOSSL NIOSSLHandler.swift
[748/797] Compiling NIOSSL NIOSSLServerHandler.swift
[749/797] Compiling NIOSSL ObjectIdentifier.swift
[750/797] Compiling NIOSSL PosixPort.swift
[750/797] Wrapping AST for NIOFoundationCompat for debugging
[752/819] Compiling NIOTransportServices AcceptHandler.swift
[753/819] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[754/819] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[755/819] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[756/819] Compiling NIOTransportServices NIOTSErrors.swift
[757/821] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[758/821] Compiling NIOTransportServices NIOTSSingletons.swift
[759/821] Compiling NIOTransportServices NIOTSChannelOptions.swift
[760/821] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[761/821] Emitting module NIOTransportServices
[765/822] Compiling NIOTransportServices StateManagedChannel.swift
[766/822] Compiling NIOTransportServices StateManagedListenerChannel.swift
[767/822] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[768/822] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[769/822] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[770/822] Compiling NIOTransportServices NIOTSListenerChannel.swift
[771/822] Compiling NIOTransportServices NIOTSBootstraps.swift
[776/822] Compiling NIOTransportServices NIOTSEventLoop.swift
[779/822] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[780/822] Compiling NIOTransportServices NIOTSDatagramListener.swift
[781/822] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[782/822] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[784/822] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[785/822] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[786/823] Wrapping AST for NIOHTTP1 for debugging
[787/834] Wrapping AST for NIOTransportServices for debugging
[789/834] Emitting module NIOSSL
[793/838] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[794/838] Compiling NIOHPACK IntegerCoding.swift
[795/839] Compiling NIOHPACK IndexedHeaderTable.swift
[796/839] Compiling NIOHPACK HuffmanTables.swift
[797/839] Compiling NIOHPACK StaticHeaderTable.swift
[802/839] Compiling NIOHPACK DynamicHeaderTable.swift
[803/839] Compiling NIOHPACK HPACKDecoder.swift
[804/839] Emitting module NIOHPACK
[805/839] Compiling NIOHPACK HuffmanCoding.swift
[810/839] Compiling NIOHPACK HPACKEncoder.swift
[811/839] Compiling NIOHPACK HPACKErrors.swift
[812/839] Compiling NIOHPACK HPACKHeader.swift
[813/839] Compiling NIOHPACK HeaderTables.swift
[826/840] Compiling NIOSSL SSLCertificate.swift
[827/840] Compiling NIOSSL SSLCertificateExtensions.swift
[828/840] Compiling NIOSSL SSLCertificateName.swift
[829/840] Compiling NIOSSL SSLConnection.swift
[830/840] Wrapping AST for NIOHPACK for debugging
[832/885] Compiling NIOHTTP2 HTTP2StreamID.swift
[833/885] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[834/885] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[835/885] Compiling NIOHTTP2 HTTP2UserEvents.swift
[836/899] Wrapping AST for NIOSSL for debugging
[838/899] Compiling NIOHTTP2 MaySendFrames.swift
[839/899] Compiling NIOHTTP2 SendingDataState.swift
[840/899] Compiling NIOHTTP2 SendingGoawayState.swift
[841/899] Compiling NIOHTTP2 SendingHeadersState.swift
[842/899] Compiling NIOHTTP2 SendingPushPromiseState.swift
[843/899] Compiling NIOHTTP2 SendingRstStreamState.swift
[844/899] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[845/899] Compiling NIOHTTP2 HTTP2SettingsState.swift
[846/907] Emitting module NIOHTTP2
[847/907] Compiling NIOHTTP2 ConnectionStateMachine.swift
[848/907] Compiling NIOHTTP2 ConnectionStreamsState.swift
[849/907] Compiling NIOHTTP2 MayReceiveFrames.swift
[850/907] Compiling NIOHTTP2 ReceivingDataState.swift
[851/907] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[852/907] Compiling NIOHTTP2 ReceivingHeadersState.swift
[853/907] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[854/907] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[855/907] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[856/907] Compiling NIOHTTP2 InboundWindowManager.swift
[857/907] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[858/907] Compiling NIOHTTP2 StreamChannelFlowController.swift
[859/907] Compiling NIOHTTP2 StreamChannelList.swift
[860/907] Compiling NIOHTTP2 StreamMap.swift
[861/907] Compiling NIOHTTP2 StreamStateMachine.swift
[862/907] Compiling NIOHTTP2 UnsafeTransfer.swift
[863/907] Compiling NIOHTTP2 WatermarkedFlowController.swift
[864/907] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[865/907] Compiling NIOHTTP2 HTTP2Frame.swift
[866/907] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[867/907] Compiling NIOHTTP2 HTTP2FrameParser.swift
[868/907] Compiling NIOHTTP2 HTTP2PingData.swift
[869/907] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[870/907] Compiling NIOHTTP2 HTTP2Settings.swift
[871/907] Compiling NIOHTTP2 HTTP2Stream.swift
[872/907] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[873/907] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[874/907] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[875/907] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[876/907] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[877/907] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[878/907] Compiling NIOHTTP2 HTTP2Error.swift
[879/907] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[880/907] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[881/907] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[882/907] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[887/907] Compiling NIOHTTP2 InboundEventBuffer.swift
[888/907] Compiling NIOHTTP2 StateMachineResult.swift
[889/907] Compiling NIOHTTP2 ContentLengthVerifier.swift
[890/907] Compiling NIOHTTP2 DOSHeuristics.swift
[891/907] Compiling NIOHTTP2 Error+Any.swift
[892/907] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[893/907] Compiling NIOHTTP2 ControlFrameBuffer.swift
[894/907] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[895/907] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[896/907] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[897/907] Compiling NIOHTTP2 HasFlowControlWindows.swift
[898/907] Compiling NIOHTTP2 HasLocalSettings.swift
[899/907] Compiling NIOHTTP2 HasRemoteSettings.swift
[900/907] Compiling NIOHTTP2 LocallyQuiescingState.swift
[901/907] Compiling NIOHTTP2 QuiescingState.swift
[902/907] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[903/907] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[904/908] Wrapping AST for NIOHTTP2 for debugging
[906/917] Compiling Ohje URLDeconstruction.swift
[907/918] Compiling Ohje RangeParser.swift
[908/918] Compiling Ohje ConnectionTargetBootstrap.swift
[909/918] Compiling Ohje ConnectionTarget.swift
[910/918] 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 |         }
[911/918] Compiling Ohje Units.swift
[912/918] 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()
[913/918] Compiling Ohje App.swift
[914/918] Compiling Ohje AsyncTimerSequence.swift
[915/918] Emitting module Ohje
[916/919] Wrapping AST for Ohje for debugging
[917/919] Write Objects.LinkFileList
[918/919] Linking Ohje
Build complete! (192.50s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.