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 master (dfa23f), with Swift 6.1 for Linux on 25 Apr 2025 15:12:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-3":/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/jakeheis/SwiftCLI.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/5074] Fetching swiftcli
[5075/19867] Fetching swiftcli, swift-nio-ssl
[6259/95298] Fetching swiftcli, swift-nio-ssl, swift-nio
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.36s)
[1333/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.63s)
Fetched https://github.com/apple/swift-nio.git from cache (4.71s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.3.3 (9.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.90s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1706/17947] Fetching swift-atomics, swift-collections
[1707/22300] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.45s)
Fetched https://github.com/apple/swift-system.git from cache (1.46s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.72s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/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-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 CNIOWindows WSAStartup.c
[17/449] Compiling CNIOWindows shim.c
[18/449] Compiling CNIOWASI CNIOWASI.c
[19/449] Compiling CNIOLinux liburing_shims.c
[19/449] Compiling _AtomicsShims.c
[21/449] Compiling sha1-x86_64-apple.S
[22/449] Compiling CNIODarwin shim.c
[23/449] Compiling CNIOLinux shim.c
[24/449] Compiling sha1-x86_64-linux.S
[25/449] Compiling CNIOLLHTTP c_nio_http.c
[26/449] Compiling fiat_p256_adx_sqr.S
[27/449] Write swift-version-24593BA9C3E375BF.txt
[28/449] Compiling CNIOLLHTTP c_nio_api.c
[29/449] Compiling fiat_curve25519_adx_mul.S
[30/449] Compiling fiat_p256_adx_mul.S
[31/449] Compiling fiat_curve25519_adx_square.S
[32/449] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/483] Compiling CNIOBoringSSLShims shims.c
[34/493] Compiling tls13_server.cc
[35/493] Compiling tls_record.cc
[36/493] Compiling tls_method.cc
[37/493] Compiling tls13_enc.cc
[39/493] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[40/493] Compiling InternalCollectionsUtilities Integer rank.swift
[41/493] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[42/495] Emitting module _NIOBase64
[43/495] Compiling _NIOBase64 Base64.swift
[44/496] Compiling _NIODataStructures PriorityQueue.swift
[45/496] Compiling _NIODataStructures _TinyArray.swift
[46/496] Compiling InternalCollectionsUtilities Debugging.swift
[47/496] Compiling InternalCollectionsUtilities Descriptions.swift
[48/496] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/496] Compiling InternalCollectionsUtilities Specialize.swift
[50/496] Emitting module InternalCollectionsUtilities
[51/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[52/496] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[53/496] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[54/496] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/496] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/496] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/496] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/497] Compiling tls13_client.cc
[64/497] Wrapping AST for _NIOBase64 for debugging
[65/497] Wrapping AST for InternalCollectionsUtilities for debugging
[66/512] Compiling tls13_both.cc
[67/512] Compiling t1_enc.cc
[69/512] Emitting module _NIODataStructures
[70/512] Compiling _NIODataStructures Heap.swift
[71/513] Compiling DequeModule Deque+Descriptions.swift
[72/513] Compiling DequeModule Deque+Equatable.swift
[73/513] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/513] Compiling DequeModule Deque+Extras.swift
[75/513] Compiling DequeModule Deque+Hashable.swift
[76/513] Compiling DequeModule Deque+Testing.swift
[77/515] Compiling DequeModule Deque._Storage.swift
[78/515] Compiling DequeModule Deque._UnsafeHandle.swift
[79/515] Compiling DequeModule Deque.swift
[80/515] Compiling DequeModule _DequeBuffer.swift
[81/515] Compiling DequeModule _DequeBufferHeader.swift
[88/515] Compiling DequeModule Deque+CustomReflectable.swift
[89/517] Compiling ssl_x509.cc
[91/517] Compiling SwiftCLI Term.swift
[92/517] Compiling SwiftCLI Validation.swift
[93/517] Compiling DequeModule Deque+Codable.swift
[94/517] Compiling DequeModule Deque+Collection.swift
[96/517] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/517] Emitting module SwiftCLI
[101/517] Wrapping AST for _NIODataStructures for debugging
[103/517] Compiling SwiftCLI ValueBox.swift
[104/517] Compiling SwiftCLI VersionCommand.swift
[105/518] Compiling ssl_versions.cc
[113/518] Compiling DequeModule _DequeSlot.swift
[114/518] Wrapping AST for SwiftCLI for debugging
[116/518] Emitting module DequeModule
[117/519] Compiling ssl_stat.cc
[118/519] Wrapping AST for DequeModule for debugging
[119/519] Compiling ssl_transcript.cc
[120/519] Compiling ssl_session.cc
[121/519] Compiling ssl_privkey.cc
[122/519] Compiling ssl_key_share.cc
[123/519] Compiling ssl_file.cc
[124/519] Compiling ssl_lib.cc
[125/519] Compiling ssl_credential.cc
[126/519] Compiling ssl_cert.cc
[127/519] Compiling ssl_buffer.cc
[128/519] Compiling ssl_asn1.cc
[129/519] Compiling ssl_cipher.cc
[130/519] Compiling ssl_aead_ctx.cc
[131/519] Compiling s3_pkt.cc
[132/519] Compiling s3_lib.cc
[133/519] Compiling handshake.cc
[134/519] Compiling s3_both.cc
[135/519] Compiling handshake_server.cc
[136/519] Compiling handshake_client.cc
[137/519] Compiling handoff.cc
[138/519] Compiling extensions.cc
[139/519] Compiling encrypted_client_hello.cc
[140/519] Compiling dtls_record.cc
[141/519] Compiling d1_srtp.cc
[142/519] Compiling md5-x86_64-linux.S
[143/519] Compiling md5-x86_64-apple.S
[144/519] Compiling md5-586-linux.S
[145/519] Compiling md5-586-apple.S
[146/519] Compiling dtls_method.cc
[147/519] Compiling chacha20_poly1305_x86_64-apple.S
[148/519] Compiling d1_pkt.cc
[149/519] Compiling chacha20_poly1305_armv8-win.S
[150/519] Compiling chacha20_poly1305_x86_64-linux.S
[151/519] Compiling chacha20_poly1305_armv8-linux.S
[152/519] Compiling chacha20_poly1305_armv8-apple.S
[153/519] Compiling chacha-x86_64-linux.S
[154/519] Compiling chacha-x86_64-apple.S
[155/519] Compiling chacha-x86-linux.S
[155/519] Compiling chacha-x86-apple.S
[157/519] Compiling chacha-armv8-win.S
[158/519] Compiling chacha-armv8-apple.S
[158/519] Compiling err_data.cc
[160/519] Compiling d1_lib.cc
[161/519] Compiling chacha-armv8-linux.S
[162/519] Compiling chacha-armv4-linux.S
[163/519] Compiling x86_64-mont5-linux.S
[164/519] Compiling aes128gcmsiv-x86_64-linux.S
[165/519] Compiling bio_ssl.cc
[166/519] Compiling aes128gcmsiv-x86_64-apple.S
[167/519] Compiling x86_64-mont5-apple.S
[168/519] Compiling x86-mont-apple.S
[168/519] Compiling x86-mont-linux.S
[170/519] Compiling x86_64-mont-linux.S
[170/519] Compiling x86_64-mont-apple.S
[170/519] Compiling vpaes-x86_64-linux.S
[173/519] Compiling vpaes-x86_64-apple.S
[174/519] Compiling vpaes-x86-apple.S
[175/519] Compiling vpaes-x86-linux.S
[176/519] Compiling vpaes-armv7-linux.S
[177/519] Compiling vpaes-armv8-apple.S
[178/519] Compiling vpaes-armv8-win.S
[179/519] Compiling vpaes-armv8-linux.S
[180/519] Compiling sha512-x86_64-linux.S
[181/519] Compiling sha512-x86_64-apple.S
[182/519] Compiling sha512-armv8-win.S
[183/519] Compiling sha512-armv4-linux.S
[184/519] Compiling sha512-armv8-linux.S
[185/519] Compiling sha512-armv8-apple.S
[186/519] Compiling sha256-x86_64-linux.S
[187/519] Compiling sha512-586-linux.S
[188/519] Compiling sha512-586-apple.S
[189/519] Compiling sha256-x86_64-apple.S
[190/519] Compiling sha256-armv8-linux.S
[191/519] Compiling sha256-armv8-apple.S
[192/519] Compiling sha256-armv8-win.S
[193/519] Compiling d1_both.cc
[194/519] Compiling sha256-armv4-linux.S
[195/519] Compiling sha1-armv8-win.S
[196/519] Compiling sha1-armv8-linux.S
[197/519] Compiling sha256-586-linux.S
[198/519] Compiling sha256-586-apple.S
[199/519] Compiling sha1-586-linux.S
[200/519] Compiling sha1-armv8-apple.S
[201/519] Compiling sha1-armv4-large-linux.S
[202/519] Compiling rsaz-avx2-linux.S
[203/519] Compiling rdrand-x86_64-linux.S
[204/519] Compiling sha1-586-apple.S
[205/519] Compiling rsaz-avx2-apple.S
[206/519] Compiling rdrand-x86_64-apple.S
[207/519] Compiling p256_beeu-x86_64-asm-linux.S
[208/519] Compiling p256_beeu-x86_64-asm-apple.S
[209/519] Compiling p256_beeu-armv8-asm-win.S
[210/519] Compiling p256_beeu-armv8-asm-apple.S
[211/519] Compiling p256_beeu-armv8-asm-linux.S
[212/519] Compiling p256-armv8-asm-win.S
[213/519] Compiling p256-x86_64-asm-linux.S
[214/519] Compiling p256-x86_64-asm-apple.S
[215/519] Compiling p256-armv8-asm-linux.S
[216/519] Compiling p256-armv8-asm-apple.S
[217/519] Compiling ghashv8-armv8-win.S
[218/519] Compiling ghashv8-armv8-linux.S
[218/519] Compiling ghashv8-armv7-linux.S
[220/519] Compiling ghashv8-armv8-apple.S
[221/519] Compiling ghash-x86-linux.S
[222/519] Compiling ghash-x86_64-linux.S
[223/519] Compiling ghash-x86-apple.S
[224/519] Compiling ghash-x86_64-apple.S
[225/519] Compiling ghash-ssse3-x86_64-apple.S
[226/519] Compiling ghash-ssse3-x86-linux.S
[227/519] Compiling ghash-ssse3-x86_64-linux.S
[228/519] Compiling ghash-neon-armv8-win.S
[229/519] Compiling ghash-ssse3-x86-apple.S
[230/519] Compiling ghash-neon-armv8-linux.S
[231/519] Compiling ghash-neon-armv8-apple.S
[232/519] Compiling ghash-armv4-linux.S
[233/519] Compiling co-586-linux.S
[234/519] Compiling co-586-apple.S
[235/519] Compiling bsaes-armv7-linux.S
[236/519] Compiling bn-armv8-linux.S
[237/519] Compiling bn-armv8-win.S
[238/519] Compiling bn-armv8-apple.S
[239/519] Compiling bn-586-apple.S
[240/519] Compiling bn-586-linux.S
[241/519] Compiling armv8-mont-win.S
[242/519] Compiling armv8-mont-apple.S
[243/519] Compiling armv4-mont-linux.S
[244/519] Compiling aesv8-gcm-armv8-win.S
[245/519] Compiling armv8-mont-linux.S
[246/519] Compiling aesv8-gcm-armv8-linux.S
[247/519] Compiling aesv8-armv8-win.S
[248/519] Compiling aesv8-armv8-linux.S
[249/519] Compiling aesv8-armv8-apple.S
[250/519] Compiling aesv8-gcm-armv8-apple.S
[251/519] Compiling aesv8-armv7-linux.S
[252/519] Compiling aesni-x86_64-apple.S
[253/519] Compiling aesni-x86-linux.S
[254/519] Compiling aesni-x86_64-linux.S
[255/519] Compiling aesni-x86-apple.S
[256/519] Compiling aesni-gcm-x86_64-apple.S
[257/519] Compiling aes-gcm-avx2-x86_64-apple.S
[258/519] Compiling aes-gcm-avx2-x86_64-linux.S
[259/519] Compiling aes-gcm-avx10-x86_64-apple.S
[260/519] Compiling aesni-gcm-x86_64-linux.S
[260/519] Compiling aes-gcm-avx10-x86_64-linux.S
[262/519] Compiling x_x509a.cc
[263/519] Compiling x_val.cc
[264/519] Compiling x_x509.cc
[265/519] Compiling x_req.cc
[266/519] Compiling x_spki.cc
[267/519] Compiling x_sig.cc
[268/519] Compiling x_pubkey.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 x509cset.cc
[275/519] Compiling x509spki.cc
[276/519] Compiling x509name.cc
[277/519] Compiling x509rset.cc
[278/519] Compiling x_all.cc
[279/519] Compiling x509_vpm.cc
[280/519] Compiling x509_vfy.cc
[281/519] Compiling x509_txt.cc
[282/519] Compiling x509_v3.cc
[283/519] Compiling x509_set.cc
[284/519] Compiling x509_req.cc
[285/519] Compiling x509_trs.cc
[286/519] Compiling x509_obj.cc
[287/519] Compiling x509_lu.cc
[288/519] Compiling x509_def.cc
[289/519] Compiling x509_ext.cc
[290/519] Compiling x509_d2.cc
[291/519] Compiling x509.cc
[292/519] Compiling x509_att.cc
[293/519] Compiling v3_skey.cc
[294/519] Compiling x509_cmp.cc
[295/519] Compiling v3_utl.cc
[296/519] Compiling v3_purp.cc
[297/519] Compiling v3_prn.cc
[298/519] Compiling v3_int.cc
[299/519] Compiling v3_pmaps.cc
[300/519] Compiling v3_ocsp.cc
[301/519] Compiling v3_pcons.cc
[302/519] Compiling v3_ncons.cc
[303/519] Compiling v3_info.cc
[304/519] Compiling v3_lib.cc
[305/519] Compiling v3_ia5.cc
[306/519] Compiling v3_extku.cc
[307/519] Compiling v3_genn.cc
[308/519] Compiling v3_crld.cc
[309/519] Compiling v3_cpols.cc
[310/519] Compiling v3_enum.cc
[311/519] Compiling v3_bitst.cc
[312/519] Compiling v3_conf.cc
[313/519] Compiling v3_bcons.cc
[314/519] Compiling v3_alt.cc
[315/519] Compiling t_x509.cc
[316/519] Compiling t_crl.cc
[317/519] Compiling t_x509a.cc
[318/519] Compiling t_req.cc
[319/519] Compiling v3_akey.cc
[320/519] Compiling i2d_pr.cc
[321/519] Compiling v3_akeya.cc
[322/519] Compiling rsa_pss.cc
[323/519] Compiling name_print.cc
[324/519] Compiling by_dir.cc
[325/519] Compiling policy.cc
[326/519] Compiling a_verify.cc
[327/519] Compiling by_file.cc
[328/519] Compiling asn1_gen.cc
[329/519] Compiling algorithm.cc
[330/519] Compiling voprf.cc
[331/519] Compiling a_sign.cc
[332/519] Compiling thread.cc
[333/519] Compiling a_digest.cc
[334/519] Compiling thread_win.cc
[335/519] Compiling thread_pthread.cc
[336/519] Compiling thread_none.cc
[337/519] Compiling trust_token.cc
[338/519] Compiling stack.cc
[339/519] Compiling pmbtoken.cc
[340/519] Compiling sha512.cc
[341/519] Compiling sha1.cc
[342/519] Compiling siphash.cc
[343/519] Compiling sha256.cc
[344/519] Compiling slhdsa.cc
[345/519] Compiling spake2plus.cc
[346/519] Compiling rsa_extra.cc
[347/519] Compiling rsa_print.cc
[348/519] Compiling rc4.cc
[349/519] Compiling refcount.cc
[350/519] Compiling rsa_crypt.cc
[351/519] Compiling windows.cc
[352/519] Compiling trusty.cc
[353/519] Compiling rand.cc
[354/519] Compiling urandom.cc
[355/519] Compiling passive.cc
[356/519] Compiling rsa_asn1.cc
[357/519] Compiling ios.cc
[358/519] Compiling poly1305_arm_asm.S
[359/519] Compiling getentropy.cc
[360/519] Compiling deterministic.cc
[361/519] Compiling forkunsafe.cc
[362/519] Compiling fork_detect.cc
[363/519] Compiling poly1305.cc
[364/519] Compiling poly1305_vec.cc
[365/519] Compiling poly1305_arm.cc
[366/519] Compiling pool.cc
[367/519] Compiling pkcs7.cc
[368/519] Compiling pem_xaux.cc
[369/519] Compiling pkcs8.cc
[370/519] Compiling pkcs7_x509.cc
[371/519] Compiling pkcs8_x509.cc
[372/519] Compiling pem_x509.cc
[373/519] Compiling p5_pbev2.cc
[374/519] Compiling pem_oth.cc
[375/519] Compiling pem_pkey.cc
[376/519] Compiling pem_pk8.cc
[377/519] Compiling pem_lib.cc
[378/519] Compiling mlkem.cc
[379/519] Compiling mldsa.cc
[380/519] Compiling obj_xref.cc
[381/519] Compiling md4.cc
[382/519] Compiling lhash.cc
[383/519] Compiling mem.cc
[384/519] Compiling md5.cc
[385/519] Compiling obj.cc
[386/519] Compiling pem_all.cc
[387/519] Compiling fips_shared_support.cc
[388/519] Compiling pem_info.cc
[389/519] Compiling poly_rq_mul.S
[390/519] Compiling scrypt.cc
[391/519] Compiling sign.cc
[392/519] Compiling ex_data.cc
[393/519] Compiling kyber.cc
[394/519] Compiling print.cc
[395/519] Compiling hrss.cc
[396/519] Compiling pbkdf.cc
[397/519] Compiling hpke.cc
[398/519] Compiling p_x25519.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_hkdf.cc
[403/519] Compiling p_rsa.cc
[404/519] Compiling p_ed25519_asn1.cc
[405/519] Compiling p_ec.cc
[406/519] Compiling p_ec_asn1.cc
[407/519] Compiling p_dh.cc
[408/519] Compiling p_dh_asn1.cc
[409/519] Compiling err.cc
[410/519] Compiling evp_ctx.cc
[411/519] Compiling evp.cc
[412/519] Compiling p_dsa_asn1.cc
[413/519] Compiling ec_derive.cc
[414/519] Compiling engine.cc
[415/519] Compiling evp_asn1.cc
[416/519] Compiling hash_to_curve.cc
[417/519] Compiling dsa_asn1.cc
[418/519] Compiling ecdh.cc
[419/519] Compiling ecdsa_asn1.cc
[420/519] Compiling ec_asn1.cc
[421/519] Compiling dsa.cc
[422/519] Compiling des.cc
[423/519] Compiling params.cc
[424/519] Compiling x25519-asm-arm.S
[425/519] Compiling spake25519.cc
[426/519] Compiling digest_extra.cc
[427/519] Compiling dh_asn1.cc
[428/519] Compiling crypto.cc
[429/519] Compiling cpu_arm_freebsd.cc
[430/519] Compiling cpu_intel.cc
[431/519] Compiling curve25519.cc
[432/519] Compiling cpu_aarch64_sysreg.cc
[433/519] Compiling cpu_arm_linux.cc
[434/519] Compiling cpu_aarch64_win.cc
[435/519] Compiling cpu_aarch64_openbsd.cc
[436/519] Compiling cpu_aarch64_linux.cc
[437/519] Compiling bcm.cc
[438/519] Compiling curve25519_64_adx.cc
[439/519] Compiling cpu_aarch64_fuchsia.cc
[440/519] Compiling cpu_aarch64_apple.cc
[441/519] Compiling conf.cc
[442/519] Compiling tls_cbc.cc
[443/519] Compiling get_cipher.cc
[444/519] Compiling e_rc4.cc
[445/519] Compiling e_tls.cc
[446/519] Compiling e_rc2.cc
[447/519] Compiling e_des.cc
[448/519] Compiling e_null.cc
[449/519] Compiling e_chacha20poly1305.cc
[450/519] Compiling e_aesgcmsiv.cc
[451/519] Compiling derive_key.cc
[452/519] Compiling e_aesctrhmac.cc
[453/519] Compiling chacha.cc
[454/519] Compiling cbs.cc
[455/519] Compiling unicode.cc
[456/519] Compiling ber.cc
[457/519] Compiling blake2.cc
[458/519] Compiling asn1_compat.cc
[459/519] Compiling buf.cc
[460/519] Compiling cbb.cc
[461/519] Compiling printf.cc
[462/519] Compiling bn_asn1.cc
[463/519] Compiling socket_helper.cc
[464/519] Compiling socket.cc
[465/519] Compiling convert.cc
[466/519] Compiling pair.cc
[467/519] Compiling file.cc
[468/519] Compiling hexdump.cc
[469/519] Compiling errno.cc
[470/519] Compiling tasn_utl.cc
[471/519] Compiling bio_mem.cc
[472/519] Compiling connect.cc
[473/519] Compiling fd.cc
[474/519] Compiling bio.cc
[475/519] Compiling base64.cc
[476/519] Compiling tasn_fre.cc
[477/519] Compiling tasn_typ.cc
[478/519] Compiling tasn_enc.cc
[479/519] Compiling f_string.cc
[480/519] Compiling posix_time.cc
[481/519] Compiling f_int.cc
[482/519] Compiling asn_pack.cc
[483/519] Compiling asn1_par.cc
[484/519] Compiling tasn_dec.cc
[485/519] Compiling tasn_new.cc
[486/519] Compiling asn1_lib.cc
[487/519] Compiling a_octet.cc
[488/519] Compiling a_utctm.cc
[489/519] Compiling a_type.cc
[490/519] Compiling a_strnid.cc
[491/519] Compiling a_i2d_fp.cc
[492/519] Compiling a_time.cc
[493/519] Compiling a_mbstr.cc
[494/519] Compiling a_strex.cc
[495/519] Compiling a_object.cc
[496/519] Compiling a_dup.cc
[496/519] Write sources
[498/519] Compiling a_d2i_fp.cc
[499/519] Compiling a_int.cc
[500/519] Compiling a_bitstr.cc
[501/526] Compiling a_bool.cc
[502/526] Compiling a_gentm.cc
[504/538] Compiling Atomics ManagedAtomic.swift
[505/538] Compiling Atomics ManagedAtomicLazyReference.swift
[506/538] Compiling Atomics UnsafeAtomic.swift
[507/538] Compiling Atomics UnsafeAtomicLazyReference.swift
[508/540] Compiling Atomics AtomicMemoryOrderings.swift
[509/540] Compiling Atomics DoubleWord.swift
[510/540] Compiling Atomics AtomicReference.swift
[511/540] Compiling Atomics AtomicStorage.swift
[512/540] Compiling Atomics AtomicValue.swift
[513/540] Compiling Atomics Primitives.shims.swift
[514/540] Compiling Atomics AtomicInteger.swift
[515/540] Compiling Atomics AtomicOptionalWrappable.swift
[516/540] Compiling Atomics IntegerOperations.swift
[517/540] Compiling Atomics Unmanaged extensions.swift
[517/540] Compiling c-nioatomics.c
[518/540] Compiling c-atomics.c
[520/540] Emitting module Atomics
[521/540] Compiling Atomics IntegerConformances.swift
[522/540] Compiling Atomics PointerConformances.swift
[523/540] Compiling Atomics Primitives.native.swift
[524/540] Compiling Atomics OptionalRawRepresentable.swift
[525/540] Compiling Atomics RawRepresentable.swift
[526/540] Compiling Atomics AtomicBool.swift
[527/547] Wrapping AST for Atomics for debugging
[529/547] Compiling NIOConcurrencyHelpers lock.swift
[530/547] Compiling NIOConcurrencyHelpers NIOLock.swift
[531/547] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[532/547] Compiling NIOConcurrencyHelpers atomics.swift
[533/547] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[534/547] Emitting module NIOConcurrencyHelpers
[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 ChannelPipeline.swift
[562/615] Compiling NIOCore CircularBuffer.swift
[563/615] Compiling NIOCore Codec.swift
[564/615] Compiling NIOCore ConvenienceOptionSupport.swift
[565/615] Compiling NIOCore DeadChannel.swift
[566/615] Compiling NIOCore DispatchQueue+WithFuture.swift
[567/615] Compiling NIOCore EventLoop+Deprecated.swift
[568/615] Compiling NIOCore EventLoop+SerialExecutor.swift
[569/615] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[570/615] Compiling NIOCore SocketAddresses.swift
[571/615] Compiling NIOCore SocketOptionProvider.swift
[572/615] Compiling NIOCore SystemCallHelpers.swift
[573/615] Compiling NIOCore TimeAmount+Duration.swift
[574/615] Compiling NIOCore TypeAssistedChannelHandler.swift
[575/615] Compiling NIOCore UniversalBootstrapSupport.swift
[576/615] Compiling NIOCore Utilities.swift
[577/615] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[578/615] Compiling NIOCore BSDSocketAPI.swift
[579/615] Compiling NIOCore ByteBuffer-aux.swift
[580/615] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[581/615] Compiling NIOCore ByteBuffer-conversions.swift
[582/615] Compiling NIOCore ByteBuffer-core.swift
[583/615] Compiling NIOCore ByteBuffer-hex.swift
[584/615] Compiling NIOCore ByteBuffer-int.swift
[585/615] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[586/615] Compiling NIOCore AddressedEnvelope.swift
[587/615] Compiling NIOCore AsyncAwaitSupport.swift
[588/615] Compiling NIOCore AsyncChannel.swift
[589/615] Compiling NIOCore AsyncChannelHandler.swift
[590/615] Compiling NIOCore AsyncChannelInboundStream.swift
[591/615] Compiling NIOCore AsyncChannelOutboundWriter.swift
[592/615] Compiling NIOCore NIOAsyncSequenceProducer.swift
[593/615] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[594/615] Compiling NIOCore NIOAsyncWriter.swift
[595/615] Compiling NIOCore ByteBuffer-multi-int.swift
[596/615] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[597/615] Compiling NIOCore ByteBuffer-views.swift
[598/615] Compiling NIOCore Channel.swift
[599/615] Compiling NIOCore ChannelHandler.swift
[600/615] Compiling NIOCore ChannelHandlers.swift
[601/615] Compiling NIOCore ChannelInvoker.swift
[602/615] Compiling NIOCore ChannelOption.swift
[603/615] Emitting module NIOCore
[604/616] Wrapping AST for NIOCore for debugging
[606/667] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[607/667] Emitting module NIOEmbedded
[608/667] Compiling NIOEmbedded AsyncTestingChannel.swift
[609/667] Compiling NIOEmbedded Embedded.swift
[610/668] Wrapping AST for NIOEmbedded for debugging
[612/668] Compiling NIOPosix SelectableChannel.swift
[613/668] Compiling NIOPosix SelectableEventLoop.swift
[614/668] Compiling NIOPosix SelectorEpoll.swift
[615/668] Compiling NIOPosix SelectorGeneric.swift
[616/668] Compiling NIOPosix SelectorKqueue.swift
[617/668] Compiling NIOPosix SelectorUring.swift
[618/668] Compiling NIOPosix PooledRecvBufferAllocator.swift
[619/668] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[620/668] Compiling NIOPosix PosixSingletons.swift
[621/668] Compiling NIOPosix RawSocketBootstrap.swift
[622/668] Compiling NIOPosix Resolver.swift
[623/668] Compiling NIOPosix Selectable.swift
[624/668] Compiling NIOPosix ServerSocket.swift
[625/668] Compiling NIOPosix Socket.swift
[626/668] Compiling NIOPosix SocketChannel.swift
[627/668] Compiling NIOPosix SocketProtocols.swift
[628/668] Compiling NIOPosix System.swift
[629/668] Compiling NIOPosix Thread.swift
[630/674] Emitting module NIOPosix
[631/674] Compiling NIOPosix BSDSocketAPICommon.swift
[632/674] Compiling NIOPosix BSDSocketAPIPosix.swift
[633/674] Compiling NIOPosix BSDSocketAPIWindows.swift
[634/674] Compiling NIOPosix BaseSocket.swift
[635/674] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[636/674] Compiling NIOPosix BaseSocketChannel.swift
[637/674] Compiling NIOPosix BaseStreamSocketChannel.swift
[638/674] Compiling NIOPosix Bootstrap.swift
[639/674] Compiling NIOPosix ControlMessage.swift
[640/674] Compiling NIOPosix DatagramVectorReadManager.swift
[641/674] Compiling NIOPosix Errors+Any.swift
[642/674] Compiling NIOPosix FileDescriptor.swift
[643/674] Compiling NIOPosix GetaddrinfoResolver.swift
[644/674] Compiling NIOPosix HappyEyeballs.swift
[645/674] Compiling NIOPosix ThreadPosix.swift
[646/674] Compiling NIOPosix ThreadWindows.swift
[647/674] Compiling NIOPosix UnsafeTransfer.swift
[648/674] Compiling NIOPosix Utilities.swift
[649/674] Compiling NIOPosix VsockAddress.swift
[650/674] Compiling NIOPosix VsockChannelEvents.swift
[651/674] Compiling NIOPosix IO.swift
[652/674] Compiling NIOPosix IntegerBitPacking.swift
[653/674] Compiling NIOPosix IntegerTypes.swift
[654/674] Compiling NIOPosix Linux.swift
[655/674] Compiling NIOPosix LinuxCPUSet.swift
[656/674] Compiling NIOPosix LinuxUring.swift
[657/674] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[658/674] Compiling NIOPosix NIOThreadPool.swift
[659/674] Compiling NIOPosix NonBlockingFileIO.swift
[660/674] Compiling NIOPosix PendingDatagramWritesManager.swift
[661/674] Compiling NIOPosix PendingWritesManager.swift
[662/674] Compiling NIOPosix PipeChannel.swift
[663/674] Compiling NIOPosix PipePair.swift
[664/674] Compiling NIOPosix Pool.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] Compiling NIOTLS TLSEvents.swift
[672/705] Emitting module NIOTLS
[673/705] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[674/705] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[675/705] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[676/705] Compiling NIOTLS SNIHandler.swift
[677/706] Emitting module NIOHTTP1
[678/708] Wrapping AST for NIOTLS for debugging
[680/737] Compiling NIOSSL NIOSSLHandler.swift
[681/737] Compiling NIOSSL AndroidCABundle.swift
[682/737] Compiling NIOSSL IdentityVerification.swift
[683/737] Compiling NIOSSL NIOSSLServerHandler.swift
[684/737] Compiling NIOSSL SSLCertificateExtensions.swift
[685/737] Compiling NIOSSL SSLConnection.swift
[686/737] Compiling NIOSSL SSLContext.swift
[687/737] Compiling NIOSSL SSLErrors.swift
[688/737] Compiling NIOSSL LinuxCABundle.swift
[689/737] Compiling NIOSSL NIOSSLClientHandler.swift
[690/737] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[691/737] Compiling NIOSSL ObjectIdentifier.swift
[692/737] Compiling NIOSSL PosixPort.swift
[693/737] Compiling NIOSSL SSLCallbacks.swift
[694/737] Compiling NIOSSL SSLCertificate.swift
[695/737] Compiling NIOSSL ByteBufferBIO.swift
[696/737] Compiling NIOSSL CustomPrivateKey.swift
[698/738] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[699/738] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[700/738] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[700/738] Wrapping AST for NIOHTTP1 for debugging
[702/738] Emitting module NIOSSL
[703/741] Emitting module NIOFoundationCompat
[704/741] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[713/742] Compiling NIOSSL SSLPublicKey.swift
[714/742] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[715/742] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[716/742] Compiling NIOSSL SubjectAlternativeName.swift
[717/742] Compiling NIOSSL NIOSSLSecureBytes.swift
[718/742] Compiling NIOSSL RNG.swift
[719/742] Compiling NIOSSL SafeCompare.swift
[720/742] Compiling NIOSSL Zeroization.swift
[723/742] Compiling NIOSSL SSLInit.swift
[724/742] Compiling NIOSSL SSLPKCS12Bundle.swift
[725/742] Compiling NIOSSL SSLPrivateKey.swift
[725/742] Wrapping AST for NIOFoundationCompat for debugging
[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 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
[741/769] 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
[742/769] 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
[743/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
[744/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
[745/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
[746/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)]
[747/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)]
[748/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)]
[749/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)]
[750/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 {
[751/772] 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 |     }
[752/772] 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 |     }
[753/772] 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 |     }
[754/772] 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 |     }
[755/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 |     }
[756/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 |     }
[757/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 |     }
[758/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 |     }
[759/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 }
[760/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 }
[761/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 }
[762/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 })
[763/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 })
[764/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 })
[765/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 |     }
[766/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 |     }
[767/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 |     }
[768/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 |     }
[769/773] 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 | }
[772/776] Compiling HexavilleFrameworkExample RandomNumberGenerateMiddleware.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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-3":/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 Atomics AtomicReference.swift
[3/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/91] Emitting module SwiftCLI
[5/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[6/91] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[7/91] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[8/93] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[9/93] Compiling SwiftCLI OptionGroup.swift
[11/93] Compiling InternalCollectionsUtilities Debugging.swift
[12/93] Compiling InternalCollectionsUtilities Descriptions.swift
[14/93] Compiling InternalCollectionsUtilities Specialize.swift
[15/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/93] Compiling InternalCollectionsUtilities Integer rank.swift
[17/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/93] Compiling SwiftCLI ArgumentList.swift
[21/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/95] Compiling NIOConcurrencyHelpers atomics.swift
[24/95] Compiling NIOConcurrencyHelpers lock.swift
[25/95] Emitting module _NIOBase64
[26/95] Compiling _NIOBase64 Base64.swift
[27/96] Compiling SwiftCLI ValueBox.swift
[28/96] Compiling SwiftCLI VersionCommand.swift
[29/96] Emitting module InternalCollectionsUtilities
[30/96] Compiling _NIODataStructures PriorityQueue.swift
[31/96] Compiling _NIODataStructures _TinyArray.swift
[32/96] Emitting module _NIODataStructures
[33/96] Compiling _NIODataStructures Heap.swift
[34/96] Emitting module NIOConcurrencyHelpers
[45/98] Compiling SwiftCLI Input.swift
[46/98] Compiling SwiftCLI Option.swift
[48/98] Compiling Atomics IntegerOperations.swift
[49/98] Compiling Atomics Unmanaged extensions.swift
[51/98] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/98] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/96] Wrapping AST for InternalCollectionsUtilities for debugging
[76/111] Compiling DequeModule Deque._UnsafeHandle.swift
[77/111] Compiling DequeModule Deque.swift
[78/111] Compiling DequeModule _DequeBuffer.swift
[79/111] Compiling DequeModule Deque+Codable.swift
[80/111] Compiling DequeModule Deque+Collection.swift
[81/111] Compiling DequeModule Deque+Equatable.swift
[82/111] Emitting module Atomics
[83/112] Wrapping AST for Atomics for debugging
[86/112] Compiling DequeModule _DequeBufferHeader.swift
[87/112] Compiling DequeModule Deque+Testing.swift
[88/112] Compiling DequeModule Deque._Storage.swift
[89/112] Compiling DequeModule Deque+Extras.swift
[90/112] Compiling DequeModule Deque+Hashable.swift
[92/112] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/114] Compiling DequeModule Deque+CustomReflectable.swift
[98/114] Compiling DequeModule Deque+Descriptions.swift
[99/114] Emitting module DequeModule
[100/114] Compiling DequeModule _DequeSlot.swift
[101/114] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/115] Wrapping AST for DequeModule for debugging
[104/174] Compiling NIOCore MarkedCircularBuffer.swift
[105/174] Compiling NIOCore MulticastChannel.swift
[106/174] Compiling NIOCore NIOAny.swift
[107/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[108/174] Compiling NIOCore NIOLoopBound.swift
[109/174] Compiling NIOCore NIOScheduledCallback.swift
[110/174] Compiling NIOCore NIOSendable.swift
[111/174] Compiling NIOCore RecvByteBufferAllocator.swift
[112/182] Compiling NIOCore GlobalSingletons.swift
[113/182] Compiling NIOCore IO.swift
[114/182] Compiling NIOCore IOData.swift
[115/182] Compiling NIOCore IPProtocol.swift
[116/182] Compiling NIOCore IntegerBitPacking.swift
[117/182] Compiling NIOCore IntegerTypes.swift
[118/182] Compiling NIOCore Interfaces.swift
[119/182] Compiling NIOCore Linux.swift
[120/182] Compiling NIOCore AddressedEnvelope.swift
[121/182] Compiling NIOCore AsyncAwaitSupport.swift
[122/182] Compiling NIOCore AsyncChannel.swift
[123/182] Compiling NIOCore AsyncChannelHandler.swift
[124/182] Compiling NIOCore AsyncChannelInboundStream.swift
[125/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
[126/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
[127/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[128/182] Compiling NIOCore NIOAsyncWriter.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 SingleStepByteToMessageDecoder.swift
[138/182] Compiling NIOCore SocketAddresses.swift
[139/182] Compiling NIOCore SocketOptionProvider.swift
[140/182] Compiling NIOCore SystemCallHelpers.swift
[141/182] Compiling NIOCore TimeAmount+Duration.swift
[142/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[143/182] Compiling NIOCore UniversalBootstrapSupport.swift
[144/182] Compiling NIOCore Utilities.swift
[145/182] Compiling NIOCore EventLoop.swift
[146/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[147/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[148/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[149/182] Compiling NIOCore EventLoopFuture.swift
[150/182] Compiling NIOCore FileDescriptor.swift
[151/182] Compiling NIOCore FileHandle.swift
[152/182] Compiling NIOCore FileRegion.swift
[153/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[154/182] Compiling NIOCore BSDSocketAPI.swift
[155/182] Compiling NIOCore ByteBuffer-aux.swift
[156/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[157/182] Compiling NIOCore ByteBuffer-conversions.swift
[158/182] Compiling NIOCore ByteBuffer-core.swift
[159/182] Compiling NIOCore ByteBuffer-hex.swift
[160/182] Compiling NIOCore ByteBuffer-int.swift
[161/182] Compiling NIOCore ByteBuffer-lengthPrefix.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/233] Compiling NIOPosix SelectableChannel.swift
[178/233] Compiling NIOPosix SelectableEventLoop.swift
[179/233] Compiling NIOPosix SelectorEpoll.swift
[180/233] Compiling NIOPosix SelectorGeneric.swift
[181/233] Compiling NIOPosix SelectorKqueue.swift
[182/233] Compiling NIOPosix SelectorUring.swift
[183/233] Compiling NIOPosix PooledRecvBufferAllocator.swift
[184/233] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[185/233] Compiling NIOPosix PosixSingletons.swift
[186/233] Compiling NIOPosix RawSocketBootstrap.swift
[187/233] Compiling NIOPosix Resolver.swift
[188/233] Compiling NIOPosix Selectable.swift
[189/233] Compiling NIOPosix ServerSocket.swift
[190/233] Compiling NIOPosix Socket.swift
[191/233] Compiling NIOPosix SocketChannel.swift
[192/233] Compiling NIOPosix SocketProtocols.swift
[193/233] Compiling NIOPosix System.swift
[194/233] Compiling NIOPosix Thread.swift
[195/239] Emitting module NIOPosix
[196/239] Compiling NIOPosix ThreadPosix.swift
[197/239] Compiling NIOPosix ThreadWindows.swift
[198/239] Compiling NIOPosix UnsafeTransfer.swift
[199/239] Compiling NIOPosix Utilities.swift
[200/239] Compiling NIOPosix VsockAddress.swift
[201/239] Compiling NIOPosix VsockChannelEvents.swift
[202/239] Compiling NIOPosix IO.swift
[203/239] Compiling NIOPosix IntegerBitPacking.swift
[204/239] Compiling NIOPosix IntegerTypes.swift
[205/239] Compiling NIOPosix Linux.swift
[206/239] Compiling NIOPosix LinuxCPUSet.swift
[207/239] Compiling NIOPosix LinuxUring.swift
[208/239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[209/239] Compiling NIOPosix Bootstrap.swift
[210/239] Compiling NIOPosix ControlMessage.swift
[211/239] Compiling NIOPosix DatagramVectorReadManager.swift
[212/239] Compiling NIOPosix Errors+Any.swift
[213/239] Compiling NIOPosix FileDescriptor.swift
[214/239] Compiling NIOPosix GetaddrinfoResolver.swift
[215/239] Compiling NIOPosix HappyEyeballs.swift
[216/239] Compiling NIOPosix BSDSocketAPICommon.swift
[217/239] Compiling NIOPosix BSDSocketAPIPosix.swift
[218/239] Compiling NIOPosix BSDSocketAPIWindows.swift
[219/239] Compiling NIOPosix BaseSocket.swift
[220/239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[221/239] Compiling NIOPosix BaseSocketChannel.swift
[222/239] Compiling NIOPosix BaseStreamSocketChannel.swift
[223/239] Compiling NIOPosix NIOThreadPool.swift
[224/239] Compiling NIOPosix NonBlockingFileIO.swift
[225/239] Compiling NIOPosix PendingDatagramWritesManager.swift
[226/239] Compiling NIOPosix PendingWritesManager.swift
[227/239] Compiling NIOPosix PipeChannel.swift
[228/239] Compiling NIOPosix PipePair.swift
[229/239] Compiling NIOPosix Pool.swift
[231/241] Emitting module NIO
[232/241] Compiling NIO Exports.swift
[234/268] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[235/268] Compiling NIOTLS TLSEvents.swift
[236/268] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[237/268] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[238/268] Emitting module NIOTLS
[239/268] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[240/268] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[241/268] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[242/268] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[243/268] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[244/268] Compiling NIOTLS SNIHandler.swift
[245/271] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[246/271] Emitting module NIOFoundationCompat
[247/272] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[248/272] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[251/270] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[252/270] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[253/299] Compiling NIOSSL SSLCallbacks.swift
[254/299] Compiling NIOSSL SSLErrors.swift
[255/299] Compiling NIOSSL ObjectIdentifier.swift
[256/299] Compiling NIOSSL PosixPort.swift
[257/299] Compiling NIOSSL NIOSSLClientHandler.swift
[258/299] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[259/299] Compiling NIOSSL SSLContext.swift
[260/299] Compiling NIOSSL NIOSSLServerHandler.swift
[261/299] Compiling NIOSSL AndroidCABundle.swift
[262/299] Compiling NIOSSL ByteBufferBIO.swift
[263/299] Compiling NIOSSL CustomPrivateKey.swift
[264/299] Emitting module NIOHTTP1
[267/300] Compiling NIOSSL SSLInit.swift
[268/300] Compiling NIOSSL SSLPKCS12Bundle.swift
[269/300] Compiling NIOSSL SSLPrivateKey.swift
[273/302] Compiling NIOSSL IdentityVerification.swift
[274/302] Compiling NIOSSL LinuxCABundle.swift
[277/302] Compiling NIOSSL NIOSSLHandler.swift
[278/302] Compiling NIOSSL SSLPublicKey.swift
[279/302] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[280/302] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[281/302] Compiling NIOSSL SubjectAlternativeName.swift
[282/302] Compiling NIOSSL NIOSSLSecureBytes.swift
[283/302] Compiling NIOSSL RNG.swift
[284/302] Compiling NIOSSL SafeCompare.swift
[285/302] Compiling NIOSSL Zeroization.swift
[286/302] Emitting module NIOSSL
[287/302] Compiling NIOSSL TLSConfiguration.swift
[288/302] Compiling NIOSSL UniversalBootstrapSupport.swift
[289/302] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[294/302] Compiling NIOSSL SSLCertificate.swift
[295/302] Compiling NIOSSL SSLCertificateExtensions.swift
[296/302] Compiling NIOSSL SSLConnection.swift
[299/328] Compiling HexavilleFramework HostResolver.swift
[300/328] Compiling HexavilleFramework Logger.swift
[301/328] Compiling HexavilleFramework Middleware.swift
[302/331] 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 |     }
[303/331] 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 |     }
[304/331] 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 |     }
[305/331] 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 |     }
[306/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)]
[307/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)]
[308/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)]
[309/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)]
[310/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 |     }
[311/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 |     }
[312/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 |     }
[313/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 |     }
[314/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 }
[315/331] Compiling HexavilleFramework Regex.swift
[316/331] Compiling HexavilleFramework Router.swift
[317/331] Compiling HexavilleFramework Session.swift
[318/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 }
[319/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 }
[320/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 }
[321/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 })
[322/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 })
[323/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 })
[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 |     }
[329/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 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[330/334] Compiling HexavilleFrameworkExample RandomNumberGenerateMiddleware.swift
[331/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 | }
BUILD FAILURE 6.1 linux