The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build HexavilleFramework, reference 1.0.1 (dfa23f), with Swift 6.1 for Linux on 25 Apr 2025 15:12:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppoman/hexavilleframework.git
Reference: 1.0.1
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/noppoman/hexavilleframework
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at dfa23fd Merge pull request #28 from johnmorrell/patch-1
Cloned https://github.com/noppoman/hexavilleframework.git
Revision (git rev-parse @):
dfa23fdcba5796f7b1bbdff0369a9cdec7006059
SUCCESS checkout https://github.com/noppoman/hexavilleframework.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/noppoman/hexavilleframework.git
https://github.com/noppoman/hexavilleframework.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jakeheis/SwiftCLI.git"
    }
  ],
  "manifest_display_name" : "HexavilleFramework",
  "name" : "HexavilleFramework",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HexavilleFramework",
      "targets" : [
        "HexavilleFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hexaville-framework-example",
      "targets" : [
        "HexavilleFrameworkExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HexavilleFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "HexavilleFrameworkTests",
      "path" : "Tests/HexavilleFrameworkTests",
      "sources" : [
        "HexavilleFrameworkTests.swift",
        "HostResolverTests.swift",
        "RouterTests.swift"
      ],
      "target_dependencies" : [
        "HexavilleFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HexavilleFrameworkExample",
      "module_type" : "SwiftTarget",
      "name" : "HexavilleFrameworkExample",
      "path" : "Sources/HexavilleFrameworkExample",
      "product_memberships" : [
        "hexaville-framework-example"
      ],
      "sources" : [
        "RandomNumberGenerateMiddleware.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HexavilleFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HexavilleFramework",
      "module_type" : "SwiftTarget",
      "name" : "HexavilleFramework",
      "path" : "Sources/HexavilleFramework",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOSSL",
        "NIOFoundationCompat",
        "SwiftCLI"
      ],
      "product_memberships" : [
        "HexavilleFramework",
        "hexaville-framework-example"
      ],
      "sources" : [
        "AssetLoader.swift",
        "Core/ByteBuffer.swift",
        "Core/HTTP/HTTPServer.swift",
        "Core/HTTP/MediaType/MediaType.swift",
        "Core/HTTP/Message/AttributedCookie.swift",
        "Core/HTTP/Message/Body+ByteBuffer.swift",
        "Core/HTTP/Message/Body+Data.swift",
        "Core/HTTP/Message/Body.swift",
        "Core/HTTP/Message/Cookie.swift",
        "Core/HTTP/Message/HTTPHeaders.swift",
        "Core/HTTP/Message/Message.swift",
        "Core/HTTP/Message/Request.swift",
        "Core/HTTP/Message/Response.swift",
        "Core/String/CaseInsensitiveString.swift",
        "Core/String/String.swift",
        "Error.swift",
        "FileHandle.swift",
        "HTTPMethod.swift",
        "HexavilleFramework.swift",
        "HostResolver.swift",
        "Logger.swift",
        "Middleware.swift",
        "Regex.swift",
        "Router.swift",
        "Session/Session.swift",
        "Session/SessionMemoryStore.swift",
        "Session/SessionMiddleware.swift",
        "Session/SessionStoreProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5074] Fetching swiftcli
[5075/80505] Fetching swiftcli, swift-nio
[5076/95298] Fetching swiftcli, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.04s)
[62402/80505] Fetching swiftcli, swift-nio
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (7.40s)
Fetched https://github.com/apple/swift-nio.git from cache (7.52s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.3.3 (10.89s)
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.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.35s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[2/6058] Fetching swift-atomics, swift-system
[2357/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.84s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.85s)
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.19s)
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/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 5.3.3
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.82.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/449] Write sources
[16/449] Compiling rdrand-x86_64-apple.S
[17/449] Compiling rdrand-x86_64-linux.S
[18/449] Compiling CNIOWindows shim.c
[19/449] Compiling CNIOWASI CNIOWASI.c
[20/449] Compiling CNIOWindows WSAStartup.c
[21/449] Compiling p256_beeu-x86_64-asm-apple.S
[22/449] Compiling p256_beeu-x86_64-asm-linux.S
[23/449] Compiling p256_beeu-armv8-asm-win.S
[24/449] Compiling _AtomicsShims.c
[25/449] Compiling CNIOLinux liburing_shims.c
[26/449] Compiling CNIOLLHTTP c_nio_http.c
[27/449] Compiling CNIODarwin shim.c
[28/449] Compiling fiat_p256_adx_sqr.S
[29/449] Compiling fiat_p256_adx_mul.S
[30/449] Compiling fiat_curve25519_adx_square.S
[31/449] Compiling fiat_curve25519_adx_mul.S
[32/449] Compiling CNIOLinux shim.c
[33/449] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/449] Compiling CNIOLLHTTP c_nio_api.c
[35/449] Write swift-version-24593BA9C3E375BF.txt
[36/449] Compiling CNIOBoringSSLShims shims.c
[37/453] Compiling tls_record.cc
[38/453] Compiling tls_method.cc
[40/453] Emitting module _NIODataStructures
[40/453] Compiling t1_enc.cc
[41/453] Compiling tls13_client.cc
[42/453] Compiling tls13_server.cc
[43/453] Compiling tls13_enc.cc
[44/453] Compiling tls13_both.cc
[45/493] Compiling ssl_transcript.cc
[47/493] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/493] Compiling InternalCollectionsUtilities Specialize.swift
[49/493] Emitting module _NIOBase64
[50/493] Compiling _NIOBase64 Base64.swift
[50/496] Compiling ssl_stat.cc
[52/496] Emitting module InternalCollectionsUtilities
[53/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[54/496] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[55/496] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[56/496] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/496] Compiling InternalCollectionsUtilities Debugging.swift
[61/496] Compiling InternalCollectionsUtilities Descriptions.swift
[61/496] Compiling ssl_versions.cc
[63/496] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/496] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/496] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/496] Compiling InternalCollectionsUtilities Integer rank.swift
[67/496] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/496] Compiling _NIODataStructures _TinyArray.swift
[70/496] Compiling _NIODataStructures PriorityQueue.swift
[71/496] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/497] Compiling ssl_x509.cc
[74/497] Wrapping AST for _NIOBase64 for debugging
[76/497] Compiling _NIODataStructures Heap.swift
[77/513] Compiling ssl_session.cc
[79/513] Compiling DequeModule Deque+CustomReflectable.swift
[80/513] Compiling DequeModule Deque+Descriptions.swift
[80/515] Wrapping AST for _NIODataStructures for debugging
[82/515] Compiling DequeModule _DequeBuffer.swift
[83/515] Compiling DequeModule _DequeBufferHeader.swift
[83/515] Compiling ssl_privkey.cc
[85/515] Compiling DequeModule Deque+Equatable.swift
[86/515] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/515] Compiling DequeModule Deque._UnsafeHandle.swift
[89/515] Compiling DequeModule Deque+Extras.swift
[90/515] Compiling DequeModule Deque+Hashable.swift
[91/515] Compiling SwiftCLI Term.swift
[92/515] Compiling SwiftCLI Validation.swift
[92/515] Wrapping AST for InternalCollectionsUtilities for debugging
[98/517] Emitting module SwiftCLI
[99/517] Compiling DequeModule Deque+Codable.swift
[100/517] Compiling DequeModule Deque+Collection.swift
[102/517] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/517] Compiling DequeModule Deque+Testing.swift
[106/517] Compiling DequeModule Deque._Storage.swift
[107/517] Compiling DequeModule _DequeSlot.swift
[108/517] Compiling DequeModule Deque.swift
[113/517] Compiling SwiftCLI ValueBox.swift
[114/517] Compiling SwiftCLI VersionCommand.swift
[114/518] Compiling ssl_key_share.cc
[115/518] Compiling ssl_credential.cc
[117/518] Compiling ssl_file.cc
[122/518] Wrapping AST for SwiftCLI for debugging
[123/518] Compiling ssl_lib.cc
[127/518] Emitting module DequeModule
[128/519] Compiling ssl_cert.cc
[129/519] Compiling ssl_asn1.cc
[130/519] Compiling ssl_cipher.cc
[131/519] Compiling ssl_aead_ctx.cc
[132/519] Wrapping AST for DequeModule for debugging
[133/519] Compiling s3_pkt.cc
[134/519] Compiling ssl_buffer.cc
[135/519] Compiling s3_lib.cc
[136/519] Compiling s3_both.cc
[137/519] Compiling handshake.cc
[138/519] Compiling handoff.cc
[139/519] Compiling handshake_client.cc
[140/519] Compiling dtls_record.cc
[141/519] Compiling handshake_server.cc
[142/519] Compiling encrypted_client_hello.cc
[143/519] Compiling dtls_method.cc
[144/519] Compiling md5-x86_64-linux.S
[145/519] Compiling md5-x86_64-apple.S
[146/519] Compiling md5-586-linux.S
[147/519] Compiling md5-586-apple.S
[148/519] Compiling extensions.cc
[149/519] Compiling chacha20_poly1305_x86_64-linux.S
[150/519] Compiling chacha20_poly1305_x86_64-apple.S
[151/519] Compiling chacha20_poly1305_armv8-win.S
[152/519] Compiling chacha20_poly1305_armv8-linux.S
[153/519] Compiling chacha20_poly1305_armv8-apple.S
[154/519] Compiling err_data.cc
[155/519] Compiling chacha-x86_64-linux.S
[156/519] Compiling chacha-x86_64-apple.S
[157/519] Compiling chacha-x86-linux.S
[158/519] Compiling chacha-x86-apple.S
[159/519] Compiling chacha-armv8-apple.S
[160/519] Compiling chacha-armv8-win.S
[161/519] Compiling chacha-armv8-linux.S
[162/519] Compiling d1_srtp.cc
[163/519] Compiling chacha-armv4-linux.S
[164/519] Compiling aes128gcmsiv-x86_64-linux.S
[165/519] Compiling aes128gcmsiv-x86_64-apple.S
[166/519] Compiling bio_ssl.cc
[167/519] Compiling x86_64-mont5-apple.S
[168/519] Compiling x86_64-mont5-linux.S
[169/519] Compiling x86-mont-linux.S
[170/519] Compiling x86_64-mont-apple.S
[170/519] Compiling x86_64-mont-linux.S
[172/519] Compiling x86-mont-apple.S
[173/519] Compiling vpaes-x86_64-apple.S
[174/519] Compiling vpaes-x86_64-linux.S
[175/519] Compiling vpaes-x86-linux.S
[176/519] Compiling vpaes-x86-apple.S
[177/519] Compiling vpaes-armv8-win.S
[178/519] Compiling vpaes-armv8-linux.S
[179/519] Compiling vpaes-armv8-apple.S
[180/519] Compiling vpaes-armv7-linux.S
[181/519] Compiling sha512-x86_64-linux.S
[182/519] Compiling sha512-x86_64-apple.S
[183/519] Compiling sha512-armv8-linux.S
[184/519] Compiling sha512-armv8-win.S
[185/519] Compiling sha512-armv8-apple.S
[186/519] Compiling sha512-armv4-linux.S
[187/519] Compiling sha512-586-apple.S
[188/519] Compiling sha512-586-linux.S
[189/519] Compiling sha256-x86_64-apple.S
[190/519] Compiling sha256-armv8-win.S
[191/519] Compiling sha256-x86_64-linux.S
[192/519] Compiling d1_lib.cc
[193/519] Compiling sha256-armv8-apple.S
[194/519] Compiling sha256-586-linux.S
[195/519] Compiling sha256-armv8-linux.S
[196/519] Compiling sha256-armv4-linux.S
[197/519] Compiling sha256-586-apple.S
[198/519] Compiling sha1-x86_64-linux.S
[199/519] Compiling sha1-x86_64-apple.S
[200/519] Compiling d1_pkt.cc
[201/519] Compiling sha1-armv8-apple.S
[202/519] Compiling sha1-armv8-win.S
[203/519] Compiling sha1-armv4-large-linux.S
[204/519] Compiling sha1-586-linux.S
[205/519] Compiling sha1-armv8-linux.S
[206/519] Compiling sha1-586-apple.S
[207/519] Compiling rsaz-avx2-linux.S
[208/519] Compiling p256_beeu-armv8-asm-apple.S
[209/519] Compiling p256_beeu-armv8-asm-linux.S
[209/519] Compiling rsaz-avx2-apple.S
[211/519] Compiling p256-x86_64-asm-apple.S
[212/519] Compiling p256-x86_64-asm-linux.S
[213/519] Compiling p256-armv8-asm-linux.S
[214/519] Compiling p256-armv8-asm-win.S
[215/519] Compiling p256-armv8-asm-apple.S
[216/519] Compiling ghashv8-armv8-linux.S
[217/519] Compiling ghashv8-armv7-linux.S
[218/519] Compiling ghashv8-armv8-win.S
[219/519] Compiling ghashv8-armv8-apple.S
[220/519] Compiling ghash-x86_64-linux.S
[221/519] Compiling ghash-x86_64-apple.S
[222/519] Compiling ghash-x86-linux.S
[223/519] Compiling ghash-x86-apple.S
[224/519] Compiling ghash-ssse3-x86_64-linux.S
[225/519] Compiling ghash-ssse3-x86-linux.S
[226/519] Compiling ghash-ssse3-x86-apple.S
[227/519] Compiling ghash-ssse3-x86_64-apple.S
[228/519] Compiling ghash-neon-armv8-win.S
[229/519] Compiling ghash-neon-armv8-linux.S
[230/519] Compiling d1_both.cc
[231/519] Compiling ghash-neon-armv8-apple.S
[232/519] Compiling bsaes-armv7-linux.S
[233/519] Compiling co-586-apple.S
[234/519] Compiling bn-armv8-win.S
[235/519] Compiling ghash-armv4-linux.S
[236/519] Compiling bn-armv8-apple.S
[237/519] Compiling co-586-linux.S
[238/519] Compiling bn-armv8-linux.S
[239/519] Compiling armv8-mont-win.S
[240/519] Compiling bn-586-apple.S
[241/519] Compiling armv8-mont-apple.S
[242/519] Compiling armv8-mont-linux.S
[243/519] Compiling bn-586-linux.S
[243/519] Compiling armv4-mont-linux.S
[245/519] Compiling aesv8-gcm-armv8-win.S
[246/519] Compiling aesv8-gcm-armv8-apple.S
[247/519] Compiling aesv8-gcm-armv8-linux.S
[248/519] Compiling aesv8-armv8-win.S
[249/519] Compiling aesv8-armv8-apple.S
[250/519] Compiling aesv8-armv8-linux.S
[251/519] Compiling aesv8-armv7-linux.S
[252/519] Compiling aesni-x86-linux.S
[253/519] Compiling aesni-x86_64-apple.S
[254/519] Compiling aesni-x86-apple.S
[255/519] Compiling aesni-x86_64-linux.S
[256/519] Compiling aesni-gcm-x86_64-linux.S
[257/519] Compiling aesni-gcm-x86_64-apple.S
[257/519] Compiling aes-gcm-avx10-x86_64-apple.S
[259/519] Compiling aes-gcm-avx2-x86_64-linux.S
[260/519] Compiling aes-gcm-avx10-x86_64-linux.S
[261/519] Compiling aes-gcm-avx2-x86_64-apple.S
[262/519] Compiling x_req.cc
[263/519] Compiling x_val.cc
[264/519] Compiling x_sig.cc
[265/519] Compiling x_x509a.cc
[266/519] Compiling x_pubkey.cc
[267/519] Compiling x_spki.cc
[268/519] Compiling x_x509.cc
[269/519] Compiling x_name.cc
[270/519] Compiling x_exten.cc
[271/519] Compiling x_crl.cc
[272/519] Compiling x_attrib.cc
[273/519] Compiling x_algor.cc
[274/519] Compiling x509spki.cc
[275/519] Compiling x_all.cc
[276/519] Compiling x509name.cc
[277/519] Compiling x509rset.cc
[278/519] Compiling x509_vpm.cc
[279/519] Compiling x509cset.cc
[280/519] Compiling x509_v3.cc
[281/519] Compiling x509_req.cc
[282/519] Compiling x509_trs.cc
[283/519] Compiling x509_vfy.cc
[284/519] Compiling x509_txt.cc
[285/519] Compiling x509_set.cc
[286/519] Compiling x509_obj.cc
[287/519] Compiling x509_lu.cc
[288/519] Compiling x509_ext.cc
[289/519] Compiling x509_def.cc
[290/519] Compiling x509_d2.cc
[291/519] Compiling x509_att.cc
[292/519] Compiling x509.cc
[293/519] Compiling x509_cmp.cc
[294/519] Compiling v3_utl.cc
[295/519] Compiling v3_purp.cc
[296/519] Compiling v3_skey.cc
[297/519] Compiling v3_prn.cc
[298/519] Compiling v3_pmaps.cc
[299/519] Compiling v3_ocsp.cc
[300/519] Compiling v3_ncons.cc
[301/519] Compiling v3_pcons.cc
[302/519] Compiling v3_lib.cc
[303/519] Compiling v3_int.cc
[304/519] Compiling v3_extku.cc
[305/519] Compiling v3_genn.cc
[306/519] Compiling v3_info.cc
[307/519] Compiling v3_ia5.cc
[308/519] Compiling v3_cpols.cc
[309/519] Compiling v3_crld.cc
[310/519] Compiling v3_bcons.cc
[311/519] Compiling v3_enum.cc
[312/519] Compiling v3_conf.cc
[313/519] Compiling v3_bitst.cc
[314/519] Compiling v3_alt.cc
[315/519] Compiling v3_akeya.cc
[316/519] Compiling t_req.cc
[317/519] Compiling v3_akey.cc
[318/519] Compiling policy.cc
[319/519] Compiling t_x509a.cc
[320/519] Compiling t_x509.cc
[321/519] Compiling i2d_pr.cc
[322/519] Compiling rsa_pss.cc
[323/519] Compiling t_crl.cc
[324/519] Compiling by_file.cc
[325/519] Compiling name_print.cc
[326/519] Compiling a_sign.cc
[327/519] Compiling by_dir.cc
[328/519] Compiling asn1_gen.cc
[329/519] Compiling algorithm.cc
[330/519] Compiling thread_win.cc
[331/519] Compiling a_verify.cc
[332/519] Compiling a_digest.cc
[333/519] Compiling thread_pthread.cc
[334/519] Compiling voprf.cc
[335/519] Compiling thread.cc
[336/519] Compiling thread_none.cc
[337/519] Compiling pmbtoken.cc
[338/519] Compiling stack.cc
[339/519] Compiling trust_token.cc
[340/519] Compiling siphash.cc
[341/519] Compiling sha512.cc
[342/519] Compiling sha256.cc
[343/519] Compiling rsa_print.cc
[344/519] Compiling sha1.cc
[345/519] Compiling rsa_extra.cc
[346/519] Compiling slhdsa.cc
[347/519] Compiling spake2plus.cc
[348/519] Compiling rc4.cc
[349/519] Compiling rsa_asn1.cc
[350/519] Compiling refcount.cc
[351/519] Compiling rsa_crypt.cc
[352/519] Compiling windows.cc
[353/519] Compiling rand.cc
[354/519] Compiling urandom.cc
[355/519] Compiling trusty.cc
[356/519] Compiling ios.cc
[357/519] Compiling poly1305_arm_asm.S
[358/519] Compiling getentropy.cc
[359/519] Compiling forkunsafe.cc
[360/519] Compiling passive.cc
[361/519] Compiling fork_detect.cc
[362/519] Compiling deterministic.cc
[363/519] Compiling poly1305_vec.cc
[364/519] Compiling poly1305.cc
[365/519] Compiling pool.cc
[366/519] Compiling poly1305_arm.cc
[367/519] Compiling pkcs8.cc
[368/519] Compiling pkcs7.cc
[369/519] Compiling pkcs7_x509.cc
[370/519] Compiling pkcs8_x509.cc
[371/519] Compiling p5_pbev2.cc
[372/519] Compiling pem_x509.cc
[373/519] Compiling pem_pkey.cc
[374/519] Compiling pem_xaux.cc
[375/519] Compiling mlkem.cc
[376/519] Compiling pem_lib.cc
[377/519] Compiling obj_xref.cc
[378/519] Compiling obj.cc
[379/519] Compiling pem_oth.cc
[380/519] Compiling mem.cc
[381/519] Compiling pem_pk8.cc
[382/519] Compiling mldsa.cc
[383/519] Compiling pem_all.cc
[384/519] Compiling md4.cc
[385/519] Compiling poly_rq_mul.S
[386/519] Compiling fips_shared_support.cc
[387/519] Compiling md5.cc
[388/519] Compiling pem_info.cc
[389/519] Compiling kyber.cc
[390/519] Compiling lhash.cc
[391/519] Compiling hrss.cc
[392/519] Compiling ex_data.cc
[393/519] Compiling sign.cc
[394/519] Compiling hpke.cc
[395/519] Compiling p_x25519.cc
[396/519] Compiling scrypt.cc
[397/519] Compiling print.cc
[398/519] Compiling pbkdf.cc
[399/519] Compiling p_x25519_asn1.cc
[400/519] Compiling p_ed25519.cc
[401/519] Compiling p_rsa_asn1.cc
[402/519] Compiling p_rsa.cc
[403/519] Compiling p_ec.cc
[404/519] Compiling p_ed25519_asn1.cc
[405/519] Compiling p_hkdf.cc
[406/519] Compiling evp_ctx.cc
[407/519] Compiling p_ec_asn1.cc
[408/519] Compiling p_dh_asn1.cc
[409/519] Compiling p_dsa_asn1.cc
[410/519] Compiling p_dh.cc
[411/519] Compiling engine.cc
[412/519] Compiling err.cc
[413/519] Compiling evp.cc
[414/519] Compiling evp_asn1.cc
[415/519] Compiling ecdh.cc
[416/519] Compiling ecdsa_asn1.cc
[417/519] Compiling ec_derive.cc
[418/519] Compiling hash_to_curve.cc
[419/519] Compiling dsa.cc
[420/519] Compiling ec_asn1.cc
[421/519] Compiling dsa_asn1.cc
[422/519] Compiling params.cc
[423/519] Compiling des.cc
[424/519] Compiling digest_extra.cc
[425/519] Compiling x25519-asm-arm.S
[426/519] Compiling dh_asn1.cc
[427/519] Compiling cpu_intel.cc
[428/519] Compiling crypto.cc
[429/519] Compiling spake25519.cc
[430/519] Compiling cpu_arm_linux.cc
[431/519] Compiling cpu_arm_freebsd.cc
[432/519] Compiling cpu_aarch64_win.cc
[433/519] Compiling curve25519_64_adx.cc
[434/519] Compiling curve25519.cc
[435/519] Compiling cpu_aarch64_openbsd.cc
[436/519] Compiling cpu_aarch64_fuchsia.cc
[437/519] Compiling bcm.cc
[438/519] Compiling cpu_aarch64_sysreg.cc
[439/519] Compiling cpu_aarch64_apple.cc
[440/519] Compiling cpu_aarch64_linux.cc
[441/519] Compiling e_null.cc
[442/519] Compiling conf.cc
[443/519] Compiling e_rc2.cc
[443/519] Compiling get_cipher.cc
[445/519] Compiling e_tls.cc
[446/519] Compiling tls_cbc.cc
[447/519] Compiling e_rc4.cc
[448/519] Compiling derive_key.cc
[449/519] Compiling e_des.cc
[450/519] Compiling e_chacha20poly1305.cc
[451/519] Compiling chacha.cc
[452/519] Compiling e_aesctrhmac.cc
[452/519] Compiling e_aesgcmsiv.cc
[454/519] Compiling unicode.cc
[455/519] Compiling buf.cc
[456/519] Compiling cbs.cc
[457/519] Compiling ber.cc
[458/519] Compiling blake2.cc
[459/519] Compiling cbb.cc
[460/519] Compiling socket_helper.cc
[461/519] Compiling bn_asn1.cc
[462/519] Compiling convert.cc
[463/519] Compiling socket.cc
[464/519] Compiling asn1_compat.cc
[465/519] Compiling printf.cc
[466/519] Compiling pair.cc
[467/519] Compiling file.cc
[468/519] Compiling hexdump.cc
[469/519] Compiling errno.cc
[470/519] Compiling bio.cc
[471/519] Compiling fd.cc
[472/519] Compiling connect.cc
[473/519] Compiling bio_mem.cc
[474/519] Compiling base64.cc
[475/519] Compiling tasn_typ.cc
[476/519] Compiling f_string.cc
[477/519] Compiling tasn_enc.cc
[478/519] Compiling tasn_utl.cc
[479/519] Compiling tasn_fre.cc
[480/519] Compiling posix_time.cc
[481/519] Compiling tasn_new.cc
[482/519] Compiling asn1_par.cc
[483/519] Compiling asn_pack.cc
[484/519] Compiling f_int.cc
[485/519] Compiling tasn_dec.cc
[486/519] Compiling a_utctm.cc
[487/519] Compiling a_time.cc
[488/519] Compiling a_octet.cc
[489/519] Compiling asn1_lib.cc
[490/519] Compiling a_type.cc
[491/519] Compiling a_strnid.cc
[492/519] Compiling a_object.cc
[493/519] Compiling a_strex.cc
[494/519] Compiling a_i2d_fp.cc
[495/519] Compiling a_d2i_fp.cc
[496/519] Compiling a_mbstr.cc
[497/519] Write sources
[498/519] Compiling a_dup.cc
[499/519] Compiling a_gentm.cc
[500/519] Compiling a_int.cc
[501/538] Compiling a_bool.cc
[503/538] Compiling Atomics Primitives.shims.swift
[504/538] Compiling Atomics AtomicInteger.swift
[505/538] Compiling Atomics AtomicOptionalWrappable.swift
[505/540] Compiling a_bitstr.cc
[507/540] Compiling Atomics UnsafeAtomic.swift
[508/540] Compiling Atomics UnsafeAtomicLazyReference.swift
[509/540] Compiling Atomics AtomicMemoryOrderings.swift
[510/540] Compiling Atomics DoubleWord.swift
[511/540] Compiling Atomics ManagedAtomic.swift
[512/540] Compiling Atomics ManagedAtomicLazyReference.swift
[513/540] Compiling Atomics AtomicReference.swift
[514/540] Compiling Atomics AtomicStorage.swift
[515/540] Compiling Atomics AtomicValue.swift
[516/540] Compiling Atomics OptionalRawRepresentable.swift
[517/540] Compiling Atomics RawRepresentable.swift
[518/540] Compiling Atomics AtomicBool.swift
[519/540] Compiling Atomics IntegerOperations.swift
[520/540] Compiling Atomics Unmanaged extensions.swift
[521/540] Emitting module Atomics
[521/540] Compiling c-nioatomics.c
[523/540] Compiling Atomics IntegerConformances.swift
[524/540] Compiling Atomics PointerConformances.swift
[525/540] Compiling Atomics Primitives.native.swift
[526/541] Wrapping AST for Atomics for debugging
[527/541] Compiling c-atomics.c
[529/547] Compiling NIOConcurrencyHelpers lock.swift
[530/547] Emitting module NIOConcurrencyHelpers
[531/547] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[532/547] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[533/547] Compiling NIOConcurrencyHelpers NIOLock.swift
[534/547] Compiling NIOConcurrencyHelpers atomics.swift
[535/548] Wrapping AST for NIOConcurrencyHelpers for debugging
[537/607] Compiling NIOCore MarkedCircularBuffer.swift
[538/607] Compiling NIOCore MulticastChannel.swift
[539/607] Compiling NIOCore NIOAny.swift
[540/607] Compiling NIOCore NIOCloseOnErrorHandler.swift
[541/607] Compiling NIOCore NIOLoopBound.swift
[542/607] Compiling NIOCore NIOScheduledCallback.swift
[543/607] Compiling NIOCore NIOSendable.swift
[544/607] Compiling NIOCore RecvByteBufferAllocator.swift
[545/615] Compiling NIOCore GlobalSingletons.swift
[546/615] Compiling NIOCore IO.swift
[547/615] Compiling NIOCore IOData.swift
[548/615] Compiling NIOCore IPProtocol.swift
[549/615] Compiling NIOCore IntegerBitPacking.swift
[550/615] Compiling NIOCore IntegerTypes.swift
[551/615] Compiling NIOCore Interfaces.swift
[552/615] Compiling NIOCore Linux.swift
[553/615] Compiling NIOCore EventLoop.swift
[554/615] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[555/615] Compiling NIOCore EventLoopFuture+Deprecated.swift
[556/615] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[557/615] Compiling NIOCore EventLoopFuture.swift
[558/615] Compiling NIOCore FileDescriptor.swift
[559/615] Compiling NIOCore FileHandle.swift
[560/615] Compiling NIOCore FileRegion.swift
[561/615] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[562/615] Compiling NIOCore SocketAddresses.swift
[563/615] Compiling NIOCore SocketOptionProvider.swift
[564/615] Compiling NIOCore SystemCallHelpers.swift
[565/615] Compiling NIOCore TimeAmount+Duration.swift
[566/615] Compiling NIOCore TypeAssistedChannelHandler.swift
[567/615] Compiling NIOCore UniversalBootstrapSupport.swift
[568/615] Compiling NIOCore Utilities.swift
[569/615] Emitting module NIOCore
[570/615] Compiling NIOCore ChannelPipeline.swift
[571/615] Compiling NIOCore CircularBuffer.swift
[572/615] Compiling NIOCore Codec.swift
[573/615] Compiling NIOCore ConvenienceOptionSupport.swift
[574/615] Compiling NIOCore DeadChannel.swift
[575/615] Compiling NIOCore DispatchQueue+WithFuture.swift
[576/615] Compiling NIOCore EventLoop+Deprecated.swift
[577/615] Compiling NIOCore EventLoop+SerialExecutor.swift
[578/615] Compiling NIOCore AddressedEnvelope.swift
[579/615] Compiling NIOCore AsyncAwaitSupport.swift
[580/615] Compiling NIOCore AsyncChannel.swift
[581/615] Compiling NIOCore AsyncChannelHandler.swift
[582/615] Compiling NIOCore AsyncChannelInboundStream.swift
[583/615] Compiling NIOCore AsyncChannelOutboundWriter.swift
[584/615] Compiling NIOCore NIOAsyncSequenceProducer.swift
[585/615] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[586/615] Compiling NIOCore NIOAsyncWriter.swift
[587/615] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[588/615] Compiling NIOCore BSDSocketAPI.swift
[589/615] Compiling NIOCore ByteBuffer-aux.swift
[590/615] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[591/615] Compiling NIOCore ByteBuffer-conversions.swift
[592/615] Compiling NIOCore ByteBuffer-core.swift
[593/615] Compiling NIOCore ByteBuffer-hex.swift
[594/615] Compiling NIOCore ByteBuffer-int.swift
[595/615] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[596/615] Compiling NIOCore ByteBuffer-multi-int.swift
[597/615] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[598/615] Compiling NIOCore ByteBuffer-views.swift
[599/615] Compiling NIOCore Channel.swift
[600/615] Compiling NIOCore ChannelHandler.swift
[601/615] Compiling NIOCore ChannelHandlers.swift
[602/615] Compiling NIOCore ChannelInvoker.swift
[603/615] Compiling NIOCore ChannelOption.swift
[604/616] Wrapping AST for NIOCore for debugging
[606/667] Emitting module NIOEmbedded
[607/667] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[608/667] Compiling NIOEmbedded AsyncTestingChannel.swift
[609/667] Compiling NIOEmbedded Embedded.swift
[610/668] Wrapping AST for NIOEmbedded for debugging
[612/668] Compiling NIOPosix PooledRecvBufferAllocator.swift
[613/668] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[614/668] Compiling NIOPosix PosixSingletons.swift
[615/668] Compiling NIOPosix RawSocketBootstrap.swift
[616/668] Compiling NIOPosix Resolver.swift
[617/668] Compiling NIOPosix Selectable.swift
[618/674] Compiling NIOPosix ServerSocket.swift
[619/674] Compiling NIOPosix Socket.swift
[620/674] Compiling NIOPosix SocketChannel.swift
[621/674] Compiling NIOPosix SocketProtocols.swift
[622/674] Compiling NIOPosix System.swift
[623/674] Compiling NIOPosix Thread.swift
[624/674] Compiling NIOPosix SelectableChannel.swift
[625/674] Compiling NIOPosix SelectableEventLoop.swift
[626/674] Compiling NIOPosix SelectorEpoll.swift
[627/674] Compiling NIOPosix SelectorGeneric.swift
[628/674] Compiling NIOPosix SelectorKqueue.swift
[629/674] Compiling NIOPosix SelectorUring.swift
[630/674] Compiling NIOPosix ThreadPosix.swift
[631/674] Compiling NIOPosix ThreadWindows.swift
[632/674] Compiling NIOPosix UnsafeTransfer.swift
[633/674] Compiling NIOPosix Utilities.swift
[634/674] Compiling NIOPosix VsockAddress.swift
[635/674] Compiling NIOPosix VsockChannelEvents.swift
[636/674] Emitting module NIOPosix
[637/674] Compiling NIOPosix IO.swift
[638/674] Compiling NIOPosix IntegerBitPacking.swift
[639/674] Compiling NIOPosix IntegerTypes.swift
[640/674] Compiling NIOPosix Linux.swift
[641/674] Compiling NIOPosix LinuxCPUSet.swift
[642/674] Compiling NIOPosix LinuxUring.swift
[643/674] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[644/674] Compiling NIOPosix Bootstrap.swift
[645/674] Compiling NIOPosix ControlMessage.swift
[646/674] Compiling NIOPosix DatagramVectorReadManager.swift
[647/674] Compiling NIOPosix Errors+Any.swift
[648/674] Compiling NIOPosix FileDescriptor.swift
[649/674] Compiling NIOPosix GetaddrinfoResolver.swift
[650/674] Compiling NIOPosix HappyEyeballs.swift
[651/674] Compiling NIOPosix NIOThreadPool.swift
[652/674] Compiling NIOPosix NonBlockingFileIO.swift
[653/674] Compiling NIOPosix PendingDatagramWritesManager.swift
[654/674] Compiling NIOPosix PendingWritesManager.swift
[655/674] Compiling NIOPosix PipeChannel.swift
[656/674] Compiling NIOPosix PipePair.swift
[657/674] Compiling NIOPosix Pool.swift
[658/674] Compiling NIOPosix BSDSocketAPICommon.swift
[659/674] Compiling NIOPosix BSDSocketAPIPosix.swift
[660/674] Compiling NIOPosix BSDSocketAPIWindows.swift
[661/674] Compiling NIOPosix BaseSocket.swift
[662/674] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[663/674] Compiling NIOPosix BaseSocketChannel.swift
[664/674] Compiling NIOPosix BaseStreamSocketChannel.swift
[665/675] Wrapping AST for NIOPosix for debugging
[667/677] Compiling NIO Exports.swift
[668/677] Emitting module NIO
[669/678] Wrapping AST for NIO for debugging
[671/705] Emitting module NIOTLS
[672/705] Compiling NIOTLS TLSEvents.swift
[673/705] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[674/705] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[675/705] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[676/705] Compiling NIOTLS SNIHandler.swift
[677/706] Wrapping AST for NIOTLS for debugging
[679/735] Compiling NIOSSL SSLCertificateExtensions.swift
[680/735] Compiling NIOSSL SSLConnection.swift
[681/737] Compiling NIOSSL SSLCallbacks.swift
[682/737] Compiling NIOSSL SSLCertificate.swift
[683/737] Compiling NIOSSL NIOSSLClientHandler.swift
[684/737] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[685/737] Compiling NIOSSL IdentityVerification.swift
[686/737] Compiling NIOSSL LinuxCABundle.swift
[687/737] Compiling NIOSSL NIOSSLHandler.swift
[688/737] Compiling NIOSSL NIOSSLServerHandler.swift
[689/737] Compiling NIOSSL ObjectIdentifier.swift
[690/737] Compiling NIOSSL PosixPort.swift
[691/737] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[692/737] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[693/737] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[694/737] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[695/737] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[696/737] Compiling NIOSSL AndroidCABundle.swift
[697/737] Compiling NIOSSL ByteBufferBIO.swift
[698/737] Compiling NIOSSL CustomPrivateKey.swift
[699/737] Emitting module NIOHTTP1
[700/738] Emitting module NIOFoundationCompat
[701/738] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[703/739] Wrapping AST for NIOFoundationCompat for debugging
[703/739] Wrapping AST for NIOHTTP1 for debugging
[706/739] Compiling NIOSSL SSLPublicKey.swift
[707/739] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[708/739] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[709/739] Compiling NIOSSL SubjectAlternativeName.swift
[710/739] Compiling NIOSSL NIOSSLSecureBytes.swift
[711/739] Compiling NIOSSL RNG.swift
[712/739] Compiling NIOSSL SafeCompare.swift
[713/739] Compiling NIOSSL Zeroization.swift
[718/742] Emitting module NIOSSL
[724/742] Compiling NIOSSL SSLInit.swift
[725/742] Compiling NIOSSL SSLPKCS12Bundle.swift
[726/742] Compiling NIOSSL SSLPrivateKey.swift
[735/742] Compiling NIOSSL TLSConfiguration.swift
[736/742] Compiling NIOSSL UniversalBootstrapSupport.swift
[737/742] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[738/743] Wrapping AST for NIOSSL for debugging
[740/769] Compiling HexavilleFramework AttributedCookie.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[741/769] Compiling HexavilleFramework Body+ByteBuffer.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[742/769] Compiling HexavilleFramework Body+Data.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[743/769] Compiling HexavilleFramework Body.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[744/772] Emitting module HexavilleFramework
/host/spi-builder-workspace/Sources/HexavilleFramework/AssetLoader.swift:16:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct AssetLoader {
   |               `- note: consider making struct 'AssetLoader' conform to the 'Sendable' protocol
16 |     public static let shared = AssetLoader()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public var assetPathCandidates = [String]()
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
/host/spi-builder-workspace/Sources/HexavilleFramework/HostResolver.swift:11:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct HostResolver {
   |               `- note: consider making struct 'HostResolver' conform to the 'Sendable' protocol
11 |     public static let shared = HostResolver()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public init() {}
/host/spi-builder-workspace/Sources/HexavilleFramework/Regex.swift:23:23: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | // MARK RouteRegex
 20 | /// A set of helper functions for router path matching using regular expression.
 21 | public class RouteRegex {
    |              `- note: class 'RouteRegex' does not conform to the 'Sendable' protocol
 22 |     /// A shared instance of RouteRegex.
 23 |     public static let sharedInstance = RouteRegex()
    |                       |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |     private let namedCaptureRegex: NSRegularExpression
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMemoryStore.swift:11:13: warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | private var sharedMemoryStore: [String: [String: Any]] = [:]
   |             |- warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'sharedMemoryStore' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'sharedMemoryStore' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public class SessionMemoryStore: SessionStoreProvider {
[745/772] Compiling HexavilleFramework Response.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[746/772] Compiling HexavilleFramework CaseInsensitiveString.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[747/772] Compiling HexavilleFramework String.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[748/772] Compiling HexavilleFramework Error.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[749/772] Compiling HexavilleFramework FileHandle.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
[750/772] Compiling HexavilleFramework HTTPMethod.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
[751/772] Compiling HexavilleFramework HexavilleFramework.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
[752/772] Compiling HexavilleFramework Regex.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Regex.swift:23:23: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | // MARK RouteRegex
 20 | /// A set of helper functions for router path matching using regular expression.
 21 | public class RouteRegex {
    |              `- note: class 'RouteRegex' does not conform to the 'Sendable' protocol
 22 |     /// A shared instance of RouteRegex.
 23 |     public static let sharedInstance = RouteRegex()
    |                       |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |     private let namedCaptureRegex: NSRegularExpression
[753/772] Compiling HexavilleFramework Router.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Regex.swift:23:23: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | // MARK RouteRegex
 20 | /// A set of helper functions for router path matching using regular expression.
 21 | public class RouteRegex {
    |              `- note: class 'RouteRegex' does not conform to the 'Sendable' protocol
 22 |     /// A shared instance of RouteRegex.
 23 |     public static let sharedInstance = RouteRegex()
    |                       |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |     private let namedCaptureRegex: NSRegularExpression
[754/772] Compiling HexavilleFramework Session.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Regex.swift:23:23: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | // MARK RouteRegex
 20 | /// A set of helper functions for router path matching using regular expression.
 21 | public class RouteRegex {
    |              `- note: class 'RouteRegex' does not conform to the 'Sendable' protocol
 22 |     /// A shared instance of RouteRegex.
 23 |     public static let sharedInstance = RouteRegex()
    |                       |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'RouteRegex' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |     private let namedCaptureRegex: NSRegularExpression
[755/772] Compiling HexavilleFramework SessionMemoryStore.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMemoryStore.swift:11:13: warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | private var sharedMemoryStore: [String: [String: Any]] = [:]
   |             |- warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'sharedMemoryStore' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'sharedMemoryStore' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public class SessionMemoryStore: SessionStoreProvider {
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMiddleware.swift:47:13: warning: variable 'request' was never mutated; consider changing to 'let' constant
45 |
46 |     public func respond(to request: Request, context: ApplicationContext) throws -> Chainer {
47 |         var request = request
   |             `- warning: variable 'request' was never mutated; consider changing to 'let' constant
48 |
49 |         let cookies = request.cookies.filter({ $0.name == cookieAttribute.key })
[756/772] Compiling HexavilleFramework SessionMiddleware.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMemoryStore.swift:11:13: warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | private var sharedMemoryStore: [String: [String: Any]] = [:]
   |             |- warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'sharedMemoryStore' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'sharedMemoryStore' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public class SessionMemoryStore: SessionStoreProvider {
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMiddleware.swift:47:13: warning: variable 'request' was never mutated; consider changing to 'let' constant
45 |
46 |     public func respond(to request: Request, context: ApplicationContext) throws -> Chainer {
47 |         var request = request
   |             `- warning: variable 'request' was never mutated; consider changing to 'let' constant
48 |
49 |         let cookies = request.cookies.filter({ $0.name == cookieAttribute.key })
[757/772] Compiling HexavilleFramework SessionStoreProvider.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMemoryStore.swift:11:13: warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import Foundation
10 |
11 | private var sharedMemoryStore: [String: [String: Any]] = [:]
   |             |- warning: var 'sharedMemoryStore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'sharedMemoryStore' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'sharedMemoryStore' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public class SessionMemoryStore: SessionStoreProvider {
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMiddleware.swift:47:13: warning: variable 'request' was never mutated; consider changing to 'let' constant
45 |
46 |     public func respond(to request: Request, context: ApplicationContext) throws -> Chainer {
47 |         var request = request
   |             `- warning: variable 'request' was never mutated; consider changing to 'let' constant
48 |
49 |         let cookies = request.cookies.filter({ $0.name == cookieAttribute.key })
[758/772] Compiling HexavilleFramework HostResolver.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/HostResolver.swift:11:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct HostResolver {
   |               `- note: consider making struct 'HostResolver' conform to the 'Sendable' protocol
11 |     public static let shared = HostResolver()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public init() {}
/host/spi-builder-workspace/Sources/HexavilleFramework/Logger.swift:33:50: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 |         let levelString = "\(level)".uppercased()
32 |         if let _ = ProcessInfo.processInfo.environment["LAMBDA_TASK_ROOT"] {
33 |             fputs("[\(levelString)] \(message)", stderr)
   |                                                  `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 |         } else {
35 |             print("[\(levelString)] \(message)")
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[759/772] Compiling HexavilleFramework Logger.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/HostResolver.swift:11:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct HostResolver {
   |               `- note: consider making struct 'HostResolver' conform to the 'Sendable' protocol
11 |     public static let shared = HostResolver()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public init() {}
/host/spi-builder-workspace/Sources/HexavilleFramework/Logger.swift:33:50: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 |         let levelString = "\(level)".uppercased()
32 |         if let _ = ProcessInfo.processInfo.environment["LAMBDA_TASK_ROOT"] {
33 |             fputs("[\(levelString)] \(message)", stderr)
   |                                                  `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 |         } else {
35 |             print("[\(levelString)] \(message)")
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[760/772] Compiling HexavilleFramework Middleware.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/HostResolver.swift:11:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct HostResolver {
   |               `- note: consider making struct 'HostResolver' conform to the 'Sendable' protocol
11 |     public static let shared = HostResolver()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'HostResolver' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public init() {}
/host/spi-builder-workspace/Sources/HexavilleFramework/Logger.swift:33:50: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 |         let levelString = "\(level)".uppercased()
32 |         if let _ = ProcessInfo.processInfo.environment["LAMBDA_TASK_ROOT"] {
33 |             fputs("[\(levelString)] \(message)", stderr)
   |                                                  `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 |         } else {
35 |             print("[\(levelString)] \(message)")
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[761/772] Compiling HexavilleFramework AssetLoader.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/AssetLoader.swift:16:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct AssetLoader {
   |               `- note: consider making struct 'AssetLoader' conform to the 'Sendable' protocol
16 |     public static let shared = AssetLoader()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public var assetPathCandidates = [String]()
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:65:78: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 63 |         let promise = self.keepAlive ? promise : (promise ?? context.eventLoop.makePromise())
 64 |         if !self.keepAlive {
 65 |             promise!.futureResult.whenComplete { (_: Result<Void, Error>) in context.close(promise: nil) }
    |                                                                              `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 66 |         }
 67 |         self.handler = nil
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:49: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 12 | public typealias HTTPRequestEvent = (HTTPRequestHead, Data?, ChannelHandlerContext) -> Void
 13 |
 14 | private final class HTTPHandler: ChannelInboundHandler {
    |                     `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 15 |     public typealias InboundIn = HTTPServerRequestPart
 16 |     public typealias OutboundOut = HTTPServerResponsePart
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                 `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
[762/772] Compiling HexavilleFramework ByteBuffer.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/AssetLoader.swift:16:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct AssetLoader {
   |               `- note: consider making struct 'AssetLoader' conform to the 'Sendable' protocol
16 |     public static let shared = AssetLoader()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public var assetPathCandidates = [String]()
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:65:78: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 63 |         let promise = self.keepAlive ? promise : (promise ?? context.eventLoop.makePromise())
 64 |         if !self.keepAlive {
 65 |             promise!.futureResult.whenComplete { (_: Result<Void, Error>) in context.close(promise: nil) }
    |                                                                              `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 66 |         }
 67 |         self.handler = nil
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:49: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 12 | public typealias HTTPRequestEvent = (HTTPRequestHead, Data?, ChannelHandlerContext) -> Void
 13 |
 14 | private final class HTTPHandler: ChannelInboundHandler {
    |                     `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 15 |     public typealias InboundIn = HTTPServerRequestPart
 16 |     public typealias OutboundOut = HTTPServerResponsePart
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                 `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
[763/772] Compiling HexavilleFramework HTTPServer.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/AssetLoader.swift:16:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct AssetLoader {
   |               `- note: consider making struct 'AssetLoader' conform to the 'Sendable' protocol
16 |     public static let shared = AssetLoader()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public var assetPathCandidates = [String]()
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:65:78: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 63 |         let promise = self.keepAlive ? promise : (promise ?? context.eventLoop.makePromise())
 64 |         if !self.keepAlive {
 65 |             promise!.futureResult.whenComplete { (_: Result<Void, Error>) in context.close(promise: nil) }
    |                                                                              `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 66 |         }
 67 |         self.handler = nil
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:49: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 12 | public typealias HTTPRequestEvent = (HTTPRequestHead, Data?, ChannelHandlerContext) -> Void
 13 |
 14 | private final class HTTPHandler: ChannelInboundHandler {
    |                     `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 15 |     public typealias InboundIn = HTTPServerRequestPart
 16 |     public typealias OutboundOut = HTTPServerResponsePart
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                 `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
[764/772] Compiling HexavilleFramework MediaType.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/AssetLoader.swift:16:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | public struct AssetLoader {
   |               `- note: consider making struct 'AssetLoader' conform to the 'Sendable' protocol
16 |     public static let shared = AssetLoader()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'AssetLoader' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public var assetPathCandidates = [String]()
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:65:78: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 63 |         let promise = self.keepAlive ? promise : (promise ?? context.eventLoop.makePromise())
 64 |         if !self.keepAlive {
 65 |             promise!.futureResult.whenComplete { (_: Result<Void, Error>) in context.close(promise: nil) }
    |                                                                              `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 66 |         }
 67 |         self.handler = nil
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:49: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 12 | public typealias HTTPRequestEvent = (HTTPRequestHead, Data?, ChannelHandlerContext) -> Void
 13 |
 14 | private final class HTTPHandler: ChannelInboundHandler {
    |                     `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 15 |     public typealias InboundIn = HTTPServerRequestPart
 16 |     public typealias OutboundOut = HTTPServerResponsePart
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                 `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/HTTPServer.swift:120:70: warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
 97 | }
 98 |
 99 | final class HTTPServer {
    |             `- note: class 'HTTPServer' does not conform to the 'Sendable' protocol
100 |     public var threadPoolCount = 6
101 |
    :
118 |             .childChannelInitializer { [unowned self] channel in
119 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap {
120 |                     channel.pipeline.addHandler(HTTPHandler(handler: self.requestHandler))
    |                                                                      `- warning: capture of 'self' with non-sendable type 'HTTPServer' in a '@Sendable' closure
121 |                 }
122 |             }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
[765/772] Compiling HexavilleFramework Cookie.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[766/772] Compiling HexavilleFramework HTTPHeaders.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[767/772] Compiling HexavilleFramework Message.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[768/772] Compiling HexavilleFramework Request.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[769/776] Wrapping AST for HexavilleFramework for debugging
[771/776] Compiling HexavilleFrameworkExample main.swift
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:29: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                             `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:55: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                       `- error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:92: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                            `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:112: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                                                `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:21:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
21 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
22 |         static var shared: URLSession {
23 |             return _urlSessionShared
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:28:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
26 | #endif
27 |
28 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 |     func resumeSync(with url: URL) throws -> Data {
30 |         let semaphore = DispatchSemaphore(value: 0)
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:87:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |
86 | router.use(.GET, "/random_img") { request, context in
87 |     let data = try URLSession.shared.resumeSync(with: URL(string: "http://lorempixel.com/400/200/")!)
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
88 |     return Response(headers: ["Content-Type": "image/png"], body: data.base64EncodedData())
89 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[772/776] Compiling HexavilleFrameworkExample RandomNumberGenerateMiddleware.swift
[773/776] Emitting module HexavilleFrameworkExample
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:29: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                             `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:55: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                       `- error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:92: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                            `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:112: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                                                `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:21:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
21 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
22 |         static var shared: URLSession {
23 |             return _urlSessionShared
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:28:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
26 | #endif
27 |
28 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 |     func resumeSync(with url: URL) throws -> Data {
30 |         let semaphore = DispatchSemaphore(value: 0)
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:87:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |
86 | router.use(.GET, "/random_img") { request, context in
87 |     let data = try URLSession.shared.resumeSync(with: URL(string: "http://lorempixel.com/400/200/")!)
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
88 |     return Response(headers: ["Content-Type": "image/png"], body: data.base64EncodedData())
89 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-24593BA9C3E375BF.txt
[2/89] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/89] Compiling InternalCollectionsUtilities Specialize.swift
[5/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[6/91] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/91] Compiling InternalCollectionsUtilities Debugging.swift
[8/91] Compiling InternalCollectionsUtilities Descriptions.swift
[9/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[12/91] Compiling SwiftCLI Term.swift
[13/91] Compiling SwiftCLI Validation.swift
[16/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/93] Compiling InternalCollectionsUtilities Integer rank.swift
[23/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/95] Emitting module NIOConcurrencyHelpers
[25/95] Compiling NIOConcurrencyHelpers lock.swift
[26/95] Compiling NIOConcurrencyHelpers atomics.swift
[27/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[28/96] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[29/96] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[33/96] Emitting module _NIOBase64
[34/96] Compiling _NIOBase64 Base64.swift
[35/97] Compiling Atomics IntegerOperations.swift
[36/97] Compiling Atomics Unmanaged extensions.swift
[37/97] Compiling _NIODataStructures PriorityQueue.swift
[38/97] Compiling _NIODataStructures Heap.swift
[39/97] Compiling _NIODataStructures _TinyArray.swift
[40/97] Emitting module _NIODataStructures
[50/95] Compiling SwiftCLI ValueBox.swift
[51/95] Compiling SwiftCLI VersionCommand.swift
[52/95] Emitting module InternalCollectionsUtilities
[53/95] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/95] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/95] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/95] Emitting module SwiftCLI
[81/97] Emitting module Atomics
[82/97] Wrapping AST for InternalCollectionsUtilities for debugging
[83/97] Wrapping AST for Atomics for debugging
[85/112] Compiling DequeModule Deque+CustomReflectable.swift
[86/112] Compiling DequeModule Deque+Descriptions.swift
[87/114] Compiling DequeModule _DequeBuffer.swift
[88/114] Compiling DequeModule _DequeBufferHeader.swift
[89/114] Compiling DequeModule Deque+Extras.swift
[90/114] Compiling DequeModule Deque+Hashable.swift
[91/114] Compiling DequeModule Deque+Equatable.swift
[92/114] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/114] Compiling DequeModule _DequeSlot.swift
[94/114] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/114] Compiling DequeModule Deque+Testing.swift
[96/114] Compiling DequeModule Deque._Storage.swift
[97/114] Compiling DequeModule Deque._UnsafeHandle.swift
[98/114] Compiling DequeModule Deque.swift
[99/114] Emitting module DequeModule
[100/114] Compiling DequeModule Deque+Codable.swift
[101/114] Compiling DequeModule Deque+Collection.swift
[102/115] Wrapping AST for DequeModule for debugging
[104/174] Compiling NIOCore AddressedEnvelope.swift
[105/174] Compiling NIOCore AsyncAwaitSupport.swift
[106/174] Compiling NIOCore AsyncChannel.swift
[107/174] Compiling NIOCore AsyncChannelHandler.swift
[108/174] Compiling NIOCore AsyncChannelInboundStream.swift
[109/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[111/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[112/174] Compiling NIOCore NIOAsyncWriter.swift
[113/182] Compiling NIOCore EventLoop.swift
[114/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[115/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[116/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[117/182] Compiling NIOCore EventLoopFuture.swift
[118/182] Compiling NIOCore FileDescriptor.swift
[119/182] Compiling NIOCore FileHandle.swift
[120/182] Compiling NIOCore FileRegion.swift
[121/182] Compiling NIOCore MarkedCircularBuffer.swift
[122/182] Compiling NIOCore MulticastChannel.swift
[123/182] Compiling NIOCore NIOAny.swift
[124/182] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/182] Compiling NIOCore NIOLoopBound.swift
[126/182] Compiling NIOCore NIOScheduledCallback.swift
[127/182] Compiling NIOCore NIOSendable.swift
[128/182] Compiling NIOCore RecvByteBufferAllocator.swift
[129/182] Compiling NIOCore ChannelPipeline.swift
[130/182] Compiling NIOCore CircularBuffer.swift
[131/182] Compiling NIOCore Codec.swift
[132/182] Compiling NIOCore ConvenienceOptionSupport.swift
[133/182] Compiling NIOCore DeadChannel.swift
[134/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/182] Compiling NIOCore EventLoop+Deprecated.swift
[136/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/182] Compiling NIOCore GlobalSingletons.swift
[138/182] Compiling NIOCore IO.swift
[139/182] Compiling NIOCore IOData.swift
[140/182] Compiling NIOCore IPProtocol.swift
[141/182] Compiling NIOCore IntegerBitPacking.swift
[142/182] Compiling NIOCore IntegerTypes.swift
[143/182] Compiling NIOCore Interfaces.swift
[144/182] Compiling NIOCore Linux.swift
[145/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/182] Compiling NIOCore BSDSocketAPI.swift
[147/182] Compiling NIOCore ByteBuffer-aux.swift
[148/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/182] Compiling NIOCore ByteBuffer-conversions.swift
[150/182] Compiling NIOCore ByteBuffer-core.swift
[151/182] Compiling NIOCore ByteBuffer-hex.swift
[152/182] Compiling NIOCore ByteBuffer-int.swift
[153/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/182] Compiling NIOCore SocketAddresses.swift
[156/182] Compiling NIOCore SocketOptionProvider.swift
[157/182] Compiling NIOCore SystemCallHelpers.swift
[158/182] Compiling NIOCore TimeAmount+Duration.swift
[159/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/182] Compiling NIOCore UniversalBootstrapSupport.swift
[161/182] Compiling NIOCore Utilities.swift
[162/182] Compiling NIOCore ByteBuffer-multi-int.swift
[163/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/182] Compiling NIOCore ByteBuffer-views.swift
[165/182] Compiling NIOCore Channel.swift
[166/182] Compiling NIOCore ChannelHandler.swift
[167/182] Compiling NIOCore ChannelHandlers.swift
[168/182] Compiling NIOCore ChannelInvoker.swift
[169/182] Compiling NIOCore ChannelOption.swift
[170/182] Emitting module NIOCore
[172/233] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[173/233] Compiling NIOEmbedded Embedded.swift
[174/233] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/233] Emitting module NIOEmbedded
[177/234] Compiling NIOPosix PooledRecvBufferAllocator.swift
[178/234] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[179/234] Compiling NIOPosix PosixSingletons.swift
[180/234] Compiling NIOPosix RawSocketBootstrap.swift
[181/234] Compiling NIOPosix Resolver.swift
[182/234] Compiling NIOPosix Selectable.swift
[183/234] Compiling NIOPosix SelectableChannel.swift
[184/234] Compiling NIOPosix SelectableEventLoop.swift
[185/234] Compiling NIOPosix SelectorEpoll.swift
[186/234] Compiling NIOPosix SelectorGeneric.swift
[187/234] Compiling NIOPosix SelectorKqueue.swift
[188/234] Compiling NIOPosix SelectorUring.swift
[189/240] Emitting module NIOPosix
[190/240] Compiling NIOPosix ThreadPosix.swift
[191/240] Compiling NIOPosix ThreadWindows.swift
[192/240] Compiling NIOPosix UnsafeTransfer.swift
[193/240] Compiling NIOPosix Utilities.swift
[194/240] Compiling NIOPosix VsockAddress.swift
[195/240] Compiling NIOPosix VsockChannelEvents.swift
[196/240] Compiling NIOPosix ServerSocket.swift
[197/240] Compiling NIOPosix Socket.swift
[198/240] Compiling NIOPosix SocketChannel.swift
[199/240] Compiling NIOPosix SocketProtocols.swift
[200/240] Compiling NIOPosix System.swift
[201/240] Compiling NIOPosix Thread.swift
[202/240] Compiling NIOPosix IO.swift
[203/240] Compiling NIOPosix IntegerBitPacking.swift
[204/240] Compiling NIOPosix IntegerTypes.swift
[205/240] Compiling NIOPosix Linux.swift
[206/240] Compiling NIOPosix LinuxCPUSet.swift
[207/240] Compiling NIOPosix LinuxUring.swift
[208/240] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[209/240] Compiling NIOPosix BSDSocketAPICommon.swift
[210/240] Compiling NIOPosix BSDSocketAPIPosix.swift
[211/240] Compiling NIOPosix BSDSocketAPIWindows.swift
[212/240] Compiling NIOPosix BaseSocket.swift
[213/240] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[214/240] Compiling NIOPosix BaseSocketChannel.swift
[215/240] Compiling NIOPosix BaseStreamSocketChannel.swift
[216/240] Compiling NIOPosix NIOThreadPool.swift
[217/240] Compiling NIOPosix NonBlockingFileIO.swift
[218/240] Compiling NIOPosix PendingDatagramWritesManager.swift
[219/240] Compiling NIOPosix PendingWritesManager.swift
[220/240] Compiling NIOPosix PipeChannel.swift
[221/240] Compiling NIOPosix PipePair.swift
[222/240] Compiling NIOPosix Pool.swift
[223/240] Compiling NIOPosix Bootstrap.swift
[224/240] Compiling NIOPosix ControlMessage.swift
[225/240] Compiling NIOPosix DatagramVectorReadManager.swift
[226/240] Compiling NIOPosix Errors+Any.swift
[227/240] Compiling NIOPosix FileDescriptor.swift
[228/240] Compiling NIOPosix GetaddrinfoResolver.swift
[229/240] Compiling NIOPosix HappyEyeballs.swift
[231/241] Compiling NIO Exports.swift
[232/241] Emitting module NIO
[234/268] Compiling NIOTLS TLSEvents.swift
[235/268] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[236/268] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[237/268] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[238/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[239/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[240/270] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[241/270] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[242/270] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[243/270] Emitting module NIOTLS
[244/270] Compiling NIOTLS SNIHandler.swift
[246/271] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[247/271] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[248/270] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[249/270] Emitting module NIOFoundationCompat
[251/270] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[252/270] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[253/270] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[254/270] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[255/270] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[256/270] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[257/270] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[258/270] Compiling NIOHTTP1 HTTPTypes.swift
[259/270] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[260/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[261/299] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[262/299] Compiling NIOSSL NIOSSLHandler.swift
[263/299] Compiling NIOSSL SSLCertificate.swift
[264/299] Emitting module NIOHTTP1
[266/299] Compiling NIOSSL NIOSSLServerHandler.swift
[267/299] Compiling NIOSSL ObjectIdentifier.swift
[268/299] Compiling NIOSSL PosixPort.swift
[269/299] Compiling NIOSSL SSLCallbacks.swift
[270/302] Emitting module NIOSSL
[271/302] Compiling NIOSSL LinuxCABundle.swift
[272/302] Compiling NIOSSL NIOSSLClientHandler.swift
[275/302] Compiling NIOSSL AndroidCABundle.swift
[276/302] Compiling NIOSSL ByteBufferBIO.swift
[277/302] Compiling NIOSSL CustomPrivateKey.swift
[278/302] Compiling NIOSSL IdentityVerification.swift
[279/302] Compiling NIOSSL NIOSSLSecureBytes.swift
[280/302] Compiling NIOSSL RNG.swift
[281/302] Compiling NIOSSL SafeCompare.swift
[282/302] Compiling NIOSSL Zeroization.swift
[283/302] Compiling NIOSSL SSLErrors.swift
[284/302] Compiling NIOSSL SSLInit.swift
[285/302] Compiling NIOSSL SSLPKCS12Bundle.swift
[286/302] Compiling NIOSSL SSLPrivateKey.swift
[288/302] Compiling NIOSSL SSLCertificateExtensions.swift
[289/302] Compiling NIOSSL SSLConnection.swift
[290/302] Compiling NIOSSL SSLContext.swift
[291/302] Compiling NIOSSL SSLPublicKey.swift
[292/302] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[293/302] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[294/302] Compiling NIOSSL SubjectAlternativeName.swift
[295/302] Compiling NIOSSL TLSConfiguration.swift
[296/302] Compiling NIOSSL UniversalBootstrapSupport.swift
[297/302] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[299/328] Compiling HexavilleFramework AttributedCookie.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[300/328] Compiling HexavilleFramework Body+ByteBuffer.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[301/328] Compiling HexavilleFramework Body+Data.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[302/328] Compiling HexavilleFramework Body.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
[303/331] Compiling HexavilleFramework FileHandle.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
[304/331] Compiling HexavilleFramework HTTPMethod.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
[305/331] Compiling HexavilleFramework HexavilleFramework.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
[306/331] Compiling HexavilleFramework Response.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[307/331] Compiling HexavilleFramework CaseInsensitiveString.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[308/331] Compiling HexavilleFramework String.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[309/331] Compiling HexavilleFramework Error.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
[310/331] Emitting module HexavilleFramework
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/AttributedCookie.swift:79:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 77 |
 78 | extension AttributedCookie : Hashable {
 79 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AttributedCookie' to 'Hashable' by implementing 'hash(into:)' instead
 80 |         return name.hashValue
 81 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/String/CaseInsensitiveString.swift:19:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
17 |
18 | extension CaseInsensitiveString : Hashable {
19 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CaseInsensitiveString' to 'Hashable' by implementing 'hash(into:)' instead
20 |         return string.lowercased().hashValue
21 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/FileHandle.swift:11:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func write(_ string: String) {
13 |         guard let data = string.data(using: .utf8) else { return }
[311/331] Compiling HexavilleFramework SessionMemoryStore.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMiddleware.swift:47:13: warning: variable 'request' was never mutated; consider changing to 'let' constant
45 |
46 |     public func respond(to request: Request, context: ApplicationContext) throws -> Chainer {
47 |         var request = request
   |             `- warning: variable 'request' was never mutated; consider changing to 'let' constant
48 |
49 |         let cookies = request.cookies.filter({ $0.name == cookieAttribute.key })
[312/331] Compiling HexavilleFramework SessionMiddleware.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMiddleware.swift:47:13: warning: variable 'request' was never mutated; consider changing to 'let' constant
45 |
46 |     public func respond(to request: Request, context: ApplicationContext) throws -> Chainer {
47 |         var request = request
   |             `- warning: variable 'request' was never mutated; consider changing to 'let' constant
48 |
49 |         let cookies = request.cookies.filter({ $0.name == cookieAttribute.key })
[313/331] Compiling HexavilleFramework SessionStoreProvider.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Session/SessionMiddleware.swift:47:13: warning: variable 'request' was never mutated; consider changing to 'let' constant
45 |
46 |     public func respond(to request: Request, context: ApplicationContext) throws -> Chainer {
47 |         var request = request
   |             `- warning: variable 'request' was never mutated; consider changing to 'let' constant
48 |
49 |         let cookies = request.cookies.filter({ $0.name == cookieAttribute.key })
[314/331] Compiling HexavilleFramework HostResolver.swift
[315/331] Compiling HexavilleFramework Logger.swift
[316/331] Compiling HexavilleFramework Middleware.swift
[317/331] Compiling HexavilleFramework Regex.swift
[318/331] Compiling HexavilleFramework Router.swift
[319/331] Compiling HexavilleFramework Session.swift
[320/331] Compiling HexavilleFramework Cookie.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[321/331] Compiling HexavilleFramework HTTPHeaders.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[322/331] Compiling HexavilleFramework Message.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[323/331] Compiling HexavilleFramework Request.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/Cookie.swift:12:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
10 |
11 | extension Cookie : Hashable {
12 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Cookie' to 'Hashable' by implementing 'hash(into:)' instead
13 |         return name.hashValue
14 |     }
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/Message/HTTPHeaders.swift:27:25: warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
25 | }
26 |
27 | extension HTTPHeaders:  ExpressibleByDictionaryLiteral {
   |                         `- warning: conformance of 'HTTPHeaders' to protocol 'ExpressibleByDictionaryLiteral' was already stated in the type's module 'NIOHTTP1'
28 |     public typealias Key = String
   |                      `- note: type alias 'Key' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
29 |     public typealias Value = String
   |                      `- note: type alias 'Value' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
30 |
31 |     public init(dictionaryLiteral elements: (String, String)...) {
   |            `- note: initializer 'init(dictionaryLiteral:)' will not be used to satisfy the conformance to 'ExpressibleByDictionaryLiteral'
32 |         self.init()
33 |         for (name, value) in elements {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:310:15: note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 308 | /// or split representation, such that header fields that are able to be repeated
 309 | /// can be represented appropriately.
 310 | public struct HTTPHeaders: CustomStringConvertible, ExpressibleByDictionaryLiteral {
     |               `- note: 'HTTPHeaders' declares conformance to protocol 'ExpressibleByDictionaryLiteral' here
 311 |     @usableFromInline
 312 |     internal var headers: [(String, String)]
[324/331] Compiling HexavilleFramework AssetLoader.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
[325/331] Compiling HexavilleFramework ByteBuffer.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
[326/331] Compiling HexavilleFramework HTTPServer.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
[327/331] Compiling HexavilleFramework MediaType.swift
/host/spi-builder-workspace/Sources/HexavilleFramework/Core/HTTP/MediaType/MediaType.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 82 |
 83 | extension MediaType : Hashable {
 84 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MediaType' to 'Hashable' by implementing 'hash(into:)' instead
 85 |         return type.hashValue ^ subtype.hashValue
 86 |     }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[329/334] Compiling HexavilleFrameworkExample RandomNumberGenerateMiddleware.swift
[330/334] Emitting module HexavilleFrameworkExample
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:29: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                             `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:55: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                       `- error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:92: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                            `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:112: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                                                `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:21:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
21 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
22 |         static var shared: URLSession {
23 |             return _urlSessionShared
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:28:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
26 | #endif
27 |
28 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 |     func resumeSync(with url: URL) throws -> Data {
30 |         let semaphore = DispatchSemaphore(value: 0)
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:87:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |
86 | router.use(.GET, "/random_img") { request, context in
87 |     let data = try URLSession.shared.resumeSync(with: URL(string: "http://lorempixel.com/400/200/")!)
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
88 |     return Response(headers: ["Content-Type": "image/png"], body: data.base64EncodedData())
89 | }
[331/334] Compiling HexavilleFrameworkExample main.swift
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:29: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                             `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:55: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                       `- error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:92: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                            `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:20:112: error: 'nil' requires a contextual type
18 |
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
   |                                                                                                                `- error: 'nil' requires a contextual type
21 |     extension URLSession {
22 |         static var shared: URLSession {
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:21:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
19 | #if os(Linux)
20 |     let _urlSessionShared = URLSession(configuration: URLSessionConfiguration(), delegate: nil, delegateQueue: nil)
21 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
22 |         static var shared: URLSession {
23 |             return _urlSessionShared
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:28:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
26 | #endif
27 |
28 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 |     func resumeSync(with url: URL) throws -> Data {
30 |         let semaphore = DispatchSemaphore(value: 0)
/host/spi-builder-workspace/Sources/HexavilleFrameworkExample/main.swift:87:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |
86 | router.use(.GET, "/random_img") { request, context in
87 |     let data = try URLSession.shared.resumeSync(with: URL(string: "http://lorempixel.com/400/200/")!)
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
88 |     return Response(headers: ["Content-Type": "image/png"], body: data.base64EncodedData())
89 | }
BUILD FAILURE 6.1 linux