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

Successful build of jira-swift, reference master (7dc1ab), with Swift 6.1 for Linux on 25 Apr 2025 13:49:30 UTC.

Swift 6 data race errors: 5

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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpageler93/jiraswift.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/cpageler93/jiraswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7dc1abc Update README.md
Cloned https://github.com/cpageler93/jiraswift.git
Revision (git rev-parse @):
7dc1abc1ca53a699be30a8097330d3400c57f9cb
SUCCESS checkout https://github.com/cpageler93/jiraswift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cpageler93/jiraswift.git
https://github.com/cpageler93/jiraswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "api-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cpageler93/api-client.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    }
  ],
  "manifest_display_name" : "jira-swift",
  "name" : "jira-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JiraSwift",
      "targets" : [
        "JiraSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "jira",
      "targets" : [
        "JiraSwiftCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JiraSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwiftTests",
      "path" : "Tests/JiraSwiftTests",
      "sources" : [
        "JiraSwiftSearchTests.swift",
        "JiraSwiftTest.swift",
        "MyselfRoutesTests.swift",
        "ProjectRoutesTests.swift",
        "SearchRoutesTests.swift",
        "ServerInfoRoutesTests.swift"
      ],
      "target_dependencies" : [
        "JiraSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JiraSwiftCLI",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwiftCLI",
      "path" : "Sources/JiraSwiftCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "jira"
      ],
      "sources" : [
        "Commands/Project/Command+Project+List.swift",
        "Commands/Project/Command+Project.swift",
        "Commands/Project/Commands+Project+Types.swift",
        "Commands/Search/Command+Search.swift",
        "JiraCLI.swift",
        "JiraCLIError.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "JiraSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JiraSwift",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwift",
      "path" : "Sources/JiraSwift",
      "product_dependencies" : [
        "APIClient"
      ],
      "product_memberships" : [
        "JiraSwift",
        "jira"
      ],
      "sources" : [
        "APIRouteHandler+Extensions.swift",
        "Codables/AvatarURLs.swift",
        "Codables/Issue.swift",
        "Codables/Project.swift",
        "Codables/RemoteLink.swift",
        "Codables/SearchRequest.swift",
        "Codables/SearchResult.swift",
        "Codables/ServerInfoResult.swift",
        "Codables/User.swift",
        "JiraClient.swift",
        "JiraError.swift",
        "JiraRoutes.swift",
        "Routes/Routes+Myself.swift",
        "Routes/Routes+Project.swift",
        "Routes/Routes+Search.swift",
        "Routes/Routes+ServerInfo.swift",
        "Routes/Search-Routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/cpageler93/api-client.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/37] Fetching api-client
[38/966] Fetching api-client, swiftytexttable
Fetched https://github.com/cpageler93/api-client.git from cache (0.41s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.47s)
[1/14913] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.40s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (5.41s)
Computing version for https://github.com/cpageler93/api-client.git
Computed https://github.com/cpageler93/api-client.git at 0.4.0 (0.89s)
Fetching https://github.com/swift-server/async-http-client.git
[1/13783] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.31s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.0.6 (2.25s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.83s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1705] Fetching swift-atomics
[428/7608] Fetching swift-atomics, swift-algorithms
[1357/13270] Fetching swift-atomics, swift-algorithms, swift-nio-extras
[2915/24762] Fetching swift-atomics, swift-algorithms, swift-nio-extras, swift-nio-http2
[2916/27366] Fetching swift-atomics, swift-algorithms, swift-nio-extras, swift-nio-http2, swift-nio-transport-services
[8005/31202] Fetching swift-atomics, swift-algorithms, swift-nio-extras, swift-nio-http2, swift-nio-transport-services, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.03s)
[19482/28598] Fetching swift-atomics, swift-algorithms, swift-nio-extras, swift-nio-http2, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.21s)
Fetching https://github.com/apple/swift-nio.git
[14088/22936] Fetching swift-atomics, swift-algorithms, swift-nio-http2, swift-log
[22478/37729] Fetching swift-atomics, swift-algorithms, swift-nio-http2, swift-log, swift-nio-ssl
[24121/113160] Fetching swift-atomics, swift-algorithms, swift-nio-http2, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (3.00s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.00s)
Fetched https://github.com/apple/swift-log.git from cache (3.01s)
[53382/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.02s)
[42038/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.85s)
Fetched https://github.com/apple/swift-nio.git from cache (8.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[2526/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.95s)
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.19s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.84s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.19s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.23s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[678/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.91s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.94s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (2.17s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.98s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/cpageler93/api-client.git
Working copy of https://github.com/cpageler93/api-client.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.0.6
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/474] Write sources
[3/474] Compiling fips_shared_support.cc
[4/474] Compiling _NumericsShims _NumericsShims.c
[5/474] Write sources
[7/474] Compiling _AtomicsShims.c
[8/474] Write sources
[26/474] Compiling CNIOWindows shim.c
[27/474] Compiling CNIOWindows WSAStartup.c
[28/474] Compiling CNIOWASI CNIOWASI.c
[29/474] Compiling CNIOLinux shim.c
[30/474] Compiling CNIOLinux liburing_shims.c
[31/474] Compiling sign.cc
[32/474] Compiling scrypt.cc
[33/474] Compiling ex_data.cc
[34/474] Compiling print.cc
[35/474] Compiling CNIOLLHTTP c_nio_http.c
[36/474] Compiling CNIOExtrasZlib empty.c
[37/474] Compiling CNIOLLHTTP c_nio_api.c
[38/474] Compiling CNIODarwin shim.c
[39/474] Compiling fiat_p256_adx_sqr.S
[40/474] Compiling fiat_p256_adx_mul.S
[41/474] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/474] Compiling fiat_curve25519_adx_square.S
[43/474] Compiling fiat_curve25519_adx_mul.S
[44/474] Compiling CNIOBoringSSLShims shims.c
[45/474] Compiling hpke.cc
[46/474] Compiling tls13_enc.cc
[47/474] Compiling tls_method.cc
[48/474] Compiling tls13_server.cc
[49/474] Compiling tls_record.cc
[50/474] Write swift-version-24593BA9C3E375BF.txt
[51/474] Compiling bcm.cc
[52/474] Compiling tls13_client.cc
[53/478] Compiling tls13_both.cc
[54/478] Compiling t1_enc.cc
[55/492] Compiling ssl_transcript.cc
[57/492] Emitting module RealModule
[57/493] Compiling ssl_versions.cc
[58/515] Compiling ssl_x509.cc
[59/515] Compiling ssl_stat.cc
[60/515] Compiling ssl_session.cc
[61/515] Compiling ssl_privkey.cc
[63/515] Compiling RealModule RealFunctions.swift
[64/515] Emitting module InternalCollectionsUtilities
[65/515] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/515] Compiling InternalCollectionsUtilities Integer rank.swift
[67/515] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/517] Compiling _NIODataStructures _TinyArray.swift
[69/517] Compiling InternalCollectionsUtilities Debugging.swift
[70/517] Compiling InternalCollectionsUtilities Descriptions.swift
[71/517] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/517] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/517] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/517] Compiling InternalCollectionsUtilities Specialize.swift
[75/517] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[76/517] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[77/517] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[78/517] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/517] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/517] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/517] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/517] Compiling RealModule ElementaryFunctions.swift
[83/517] Compiling RealModule Float+Real.swift
[84/517] Compiling RealModule Float16+Real.swift
[85/517] Compiling RealModule Float80+Real.swift
[86/517] Compiling RealModule Real.swift
[87/517] Compiling _NIODataStructures PriorityQueue.swift
[88/517] Emitting module _NIOBase64
[89/517] Compiling _NIOBase64 Base64.swift
[95/519] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[96/519] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/520] Wrapping AST for _NIOBase64 for debugging
[99/520] Compiling ssl_lib.cc
[100/520] Wrapping AST for RealModule for debugging
[101/520] Wrapping AST for InternalCollectionsUtilities for debugging
[103/535] Emitting module Logging
[104/535] Compiling Logging Locks.swift
[105/535] Compiling Logging MetadataProvider.swift
[106/535] Compiling Logging LogHandler.swift
[107/535] Compiling Logging Logging.swift
[107/536] Compiling ssl_key_share.cc
[109/536] Emitting module _NIODataStructures
[110/536] Compiling _NIODataStructures Heap.swift
[111/537] Compiling DequeModule _DequeBuffer.swift
[112/537] Compiling DequeModule _DequeBufferHeader.swift
[114/539] Emitting module SwiftyTextTable
[115/539] Compiling SwiftyTextTable TextTable.swift
[117/540] Compiling DequeModule Deque+Equatable.swift
[118/540] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[119/540] Compiling DequeModule Deque+CustomReflectable.swift
[120/540] Compiling DequeModule Deque+Descriptions.swift
[121/540] Compiling DequeModule Deque+Extras.swift
[122/540] Compiling DequeModule Deque+Hashable.swift
[124/540] Compiling DequeModule Deque+Testing.swift
[125/540] Compiling DequeModule Deque._Storage.swift
[125/540] Wrapping AST for Logging for debugging
[126/540] Wrapping AST for _NIODataStructures for debugging
[127/540] Wrapping AST for SwiftyTextTable for debugging
[129/540] Compiling DequeModule _DequeSlot.swift
[130/540] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/540] Compiling DequeModule Deque._UnsafeHandle.swift
[132/540] Compiling DequeModule Deque.swift
[133/540] Compiling DequeModule Deque+Codable.swift
[134/540] Compiling DequeModule Deque+Collection.swift
[135/540] Emitting module DequeModule
[136/541] Compiling ssl_cert.cc
[137/541] Compiling ssl_file.cc
[138/541] Wrapping AST for DequeModule for debugging
[139/541] Compiling ssl_cipher.cc
[140/541] Compiling ssl_credential.cc
[141/541] Compiling ssl_buffer.cc
[142/541] Compiling ssl_asn1.cc
[143/541] Compiling s3_lib.cc
[144/541] Compiling ssl_aead_ctx.cc
[145/541] Compiling s3_pkt.cc
[146/541] Compiling s3_both.cc
[147/541] Compiling handshake_server.cc
[148/541] Compiling handshake_client.cc
[149/541] Compiling handshake.cc
[150/541] Compiling encrypted_client_hello.cc
[151/541] Compiling handoff.cc
[152/541] Compiling extensions.cc
[153/541] Compiling md5-x86_64-linux.S
[154/541] Compiling md5-x86_64-apple.S
[155/541] Compiling md5-586-linux.S
[156/541] Compiling md5-586-apple.S
[157/541] Compiling dtls_record.cc
[158/541] Compiling dtls_method.cc
[159/541] Compiling chacha20_poly1305_x86_64-linux.S
[160/541] Compiling chacha20_poly1305_x86_64-apple.S
[161/541] Compiling chacha20_poly1305_armv8-win.S
[162/541] Compiling chacha20_poly1305_armv8-linux.S
[163/541] Compiling chacha20_poly1305_armv8-apple.S
[164/541] Compiling err_data.cc
[165/541] Compiling chacha-x86_64-apple.S
[165/541] Compiling chacha-x86_64-linux.S
[167/541] Compiling bio_ssl.cc
[168/541] Compiling chacha-x86-apple.S
[169/541] Compiling chacha-x86-linux.S
[170/541] Compiling chacha-armv8-win.S
[171/541] Compiling d1_srtp.cc
[171/541] Compiling chacha-armv8-linux.S
[173/541] Compiling aes128gcmsiv-x86_64-linux.S
[174/541] Compiling chacha-armv8-apple.S
[175/541] Compiling chacha-armv4-linux.S
[176/541] Compiling aes128gcmsiv-x86_64-apple.S
[176/541] Compiling x86_64-mont5-linux.S
[178/541] Compiling x86-mont-apple.S
[179/541] Compiling vpaes-x86_64-linux.S
[180/541] Compiling x86_64-mont-apple.S
[181/541] Compiling x86_64-mont-linux.S
[182/541] Compiling x86_64-mont5-apple.S
[182/541] Compiling x86-mont-linux.S
[184/541] Compiling vpaes-x86_64-apple.S
[185/541] Compiling vpaes-x86-linux.S
[186/541] Compiling vpaes-armv8-linux.S
[187/541] Compiling vpaes-armv8-win.S
[188/541] Compiling vpaes-x86-apple.S
[189/541] Compiling vpaes-armv8-apple.S
[190/541] Compiling sha512-x86_64-linux.S
[191/541] Compiling vpaes-armv7-linux.S
[191/541] Compiling sha512-x86_64-apple.S
[193/541] Compiling sha512-armv8-win.S
[194/541] Compiling sha512-armv8-linux.S
[195/541] Compiling sha512-armv8-apple.S
[196/541] Compiling sha512-586-linux.S
[197/541] Compiling sha512-armv4-linux.S
[198/541] Compiling sha512-586-apple.S
[199/541] Compiling sha256-armv8-linux.S
[200/541] Compiling sha256-x86_64-linux.S
[201/541] Compiling d1_pkt.cc
[202/541] Compiling sha256-x86_64-apple.S
[203/541] Compiling sha256-armv8-win.S
[204/541] Compiling sha256-armv8-apple.S
[205/541] Compiling d1_lib.cc
[206/541] Compiling sha256-586-linux.S
[207/541] Compiling sha256-armv4-linux.S
[208/541] Compiling sha256-586-apple.S
[209/541] Compiling sha1-x86_64-apple.S
[210/541] Compiling sha1-armv8-win.S
[211/541] Compiling sha1-armv8-linux.S
[212/541] Compiling sha1-armv4-large-linux.S
[213/541] Compiling sha1-armv8-apple.S
[214/541] Compiling sha1-586-apple.S
[215/541] Compiling sha1-586-linux.S
[216/541] Compiling sha1-x86_64-linux.S
[217/541] Compiling rsaz-avx2-linux.S
[218/541] Compiling rdrand-x86_64-linux.S
[219/541] Compiling rsaz-avx2-apple.S
[220/541] Compiling rdrand-x86_64-apple.S
[221/541] Compiling p256_beeu-armv8-asm-win.S
[222/541] Compiling p256_beeu-x86_64-asm-linux.S
[223/541] Compiling p256_beeu-x86_64-asm-apple.S
[224/541] Compiling p256_beeu-armv8-asm-linux.S
[225/541] Compiling p256_beeu-armv8-asm-apple.S
[226/541] Compiling p256-armv8-asm-win.S
[227/541] Compiling d1_both.cc
[228/541] Compiling p256-x86_64-asm-apple.S
[229/541] Compiling p256-armv8-asm-linux.S
[230/541] Compiling p256-x86_64-asm-linux.S
[231/541] Compiling ghashv8-armv8-win.S
[232/541] Compiling p256-armv8-asm-apple.S
[233/541] Compiling ghashv8-armv8-linux.S
[234/541] Compiling ghash-x86_64-linux.S
[235/541] Compiling ghash-x86_64-apple.S
[236/541] Compiling ghashv8-armv8-apple.S
[236/541] Compiling ghash-ssse3-x86_64-linux.S
[238/541] Compiling ghashv8-armv7-linux.S
[239/541] Compiling ghash-x86-linux.S
[240/541] Compiling ghash-x86-apple.S
[241/541] Compiling ghash-neon-armv8-win.S
[242/541] Compiling ghash-neon-armv8-apple.S
[243/541] Compiling ghash-ssse3-x86_64-apple.S
[244/541] Compiling co-586-linux.S
[245/541] Compiling ghash-ssse3-x86-apple.S
[246/541] Compiling ghash-ssse3-x86-linux.S
[247/541] Compiling ghash-armv4-linux.S
[248/541] Compiling bsaes-armv7-linux.S
[249/541] Compiling ghash-neon-armv8-linux.S
[250/541] Compiling co-586-apple.S
[251/541] Compiling bn-armv8-linux.S
[252/541] Compiling bn-armv8-apple.S
[253/541] Compiling bn-armv8-win.S
[254/541] Compiling armv8-mont-linux.S
[254/541] Compiling bn-586-linux.S
[256/541] Compiling armv8-mont-win.S
[257/541] Compiling armv8-mont-apple.S
[257/541] Compiling bn-586-apple.S
[259/541] Compiling armv4-mont-linux.S
[260/541] Compiling aesv8-gcm-armv8-win.S
[261/541] Compiling aesv8-gcm-armv8-apple.S
[262/541] Compiling aesv8-armv8-linux.S
[263/541] Compiling aesv8-armv8-win.S
[264/541] Compiling aesv8-armv8-apple.S
[265/541] Compiling aesv8-gcm-armv8-linux.S
[266/541] Compiling aesv8-armv7-linux.S
[267/541] Compiling aesni-x86_64-linux.S
[268/541] Compiling aesni-x86_64-apple.S
[269/541] Compiling aesni-gcm-x86_64-linux.S
[270/541] Compiling aesni-x86-linux.S
[271/541] Compiling aesni-gcm-x86_64-apple.S
[272/541] Compiling aes-gcm-avx10-x86_64-apple.S
[273/541] Compiling aes-gcm-avx2-x86_64-apple.S
[274/541] Compiling aesni-x86-apple.S
[275/541] Compiling aes-gcm-avx2-x86_64-linux.S
[276/541] Compiling aes-gcm-avx10-x86_64-linux.S
[277/541] Compiling x_x509.cc
[278/541] Compiling x_req.cc
[279/541] Compiling x_x509a.cc
[280/541] Compiling x_spki.cc
[281/541] Compiling x_sig.cc
[282/541] Compiling x_val.cc
[283/541] Compiling x_pubkey.cc
[284/541] Compiling x_name.cc
[285/541] Compiling x_attrib.cc
[286/541] Compiling x_algor.cc
[287/541] Compiling x_exten.cc
[288/541] Compiling x509rset.cc
[289/541] Compiling x_all.cc
[290/541] Compiling x509spki.cc
[291/541] Compiling x_crl.cc
[292/541] Compiling x509name.cc
[293/541] Compiling x509_vpm.cc
[294/541] Compiling x509cset.cc
[295/541] Compiling x509_txt.cc
[296/541] Compiling x509_vfy.cc
[297/541] Compiling x509_trs.cc
[298/541] Compiling x509_set.cc
[299/541] Compiling x509_v3.cc
[300/541] Compiling x509_req.cc
[301/541] Compiling x509_obj.cc
[302/541] Compiling x509_d2.cc
[303/541] Compiling x509_def.cc
[304/541] Compiling x509_lu.cc
[305/541] Compiling x509_ext.cc
[306/541] Compiling x509_cmp.cc
[307/541] Compiling x509.cc
[308/541] Compiling x509_att.cc
[309/541] Compiling v3_utl.cc
[310/541] Compiling v3_purp.cc
[311/541] Compiling v3_skey.cc
[312/541] Compiling v3_pmaps.cc
[313/541] Compiling v3_pcons.cc
[314/541] Compiling v3_prn.cc
[315/541] Compiling v3_ocsp.cc
[316/541] Compiling v3_lib.cc
[317/541] Compiling v3_ncons.cc
[318/541] Compiling v3_int.cc
[319/541] Compiling v3_ia5.cc
[320/541] Compiling v3_extku.cc
[321/541] Compiling v3_genn.cc
[322/541] Compiling v3_info.cc
[323/541] Compiling v3_enum.cc
[324/541] Compiling v3_cpols.cc
[325/541] Compiling v3_crld.cc
[326/541] Compiling v3_bitst.cc
[327/541] Compiling v3_bcons.cc
[328/541] Compiling v3_alt.cc
[329/541] Compiling v3_conf.cc
[330/541] Compiling v3_akeya.cc
[331/541] Compiling v3_akey.cc
[332/541] Compiling t_x509a.cc
[333/541] Compiling t_x509.cc
[334/541] Compiling rsa_pss.cc
[335/541] Compiling i2d_pr.cc
[336/541] Compiling t_crl.cc
[337/541] Compiling policy.cc
[338/541] Compiling t_req.cc
[339/541] Compiling by_file.cc
[340/541] Compiling by_dir.cc
[341/541] Compiling algorithm.cc
[342/541] Compiling name_print.cc
[343/541] Compiling trust_token.cc
[344/541] Compiling a_sign.cc
[345/541] Compiling thread_win.cc
[346/541] Compiling voprf.cc
[347/541] Compiling a_verify.cc
[348/541] Compiling asn1_gen.cc
[349/541] Compiling a_digest.cc
[350/541] Compiling pmbtoken.cc
[351/541] Compiling stack.cc
[352/541] Compiling thread_pthread.cc
[353/541] Compiling thread.cc
[354/541] Compiling sha512.cc
[355/541] Compiling thread_none.cc
[356/541] Compiling slhdsa.cc
[356/541] Compiling siphash.cc
[358/541] Compiling sha1.cc
[359/541] Compiling rsa_extra.cc
[360/541] Compiling spake2plus.cc
[361/541] Compiling sha256.cc
[362/541] Compiling rsa_print.cc
[363/541] Compiling refcount.cc
[364/541] Compiling rand.cc
[365/541] Compiling rsa_crypt.cc
[366/541] Compiling rc4.cc
[367/541] Compiling trusty.cc
[368/541] Compiling passive.cc
[369/541] Compiling urandom.cc
[370/541] Compiling rsa_asn1.cc
[371/541] Compiling windows.cc
[372/541] Compiling ios.cc
[373/541] Compiling poly1305_arm_asm.S
[374/541] Compiling getentropy.cc
[375/541] Compiling deterministic.cc
[376/541] Compiling poly1305_arm.cc
[377/541] Compiling forkunsafe.cc
[378/541] Compiling poly1305_vec.cc
[379/541] Compiling poly1305.cc
[380/541] Compiling pool.cc
[381/541] Compiling fork_detect.cc
[382/541] Compiling pkcs7.cc
[383/541] Compiling pkcs8.cc
[384/541] Compiling pkcs8_x509.cc
[385/541] Compiling pem_xaux.cc
[386/541] Compiling pem_x509.cc
[387/541] Compiling p5_pbev2.cc
[388/541] Compiling pem_pkey.cc
[389/541] Compiling pkcs7_x509.cc
[390/541] Compiling pem_oth.cc
[391/541] Compiling mlkem.cc
[392/541] Compiling pem_info.cc
[393/541] Compiling pem_pk8.cc
[394/541] Compiling mldsa.cc
[395/541] Compiling pem_lib.cc
[396/541] Compiling obj_xref.cc
[397/541] Compiling md5.cc
[398/541] Compiling mem.cc
[399/541] Compiling obj.cc
[400/541] Compiling lhash.cc
[401/541] Compiling pem_all.cc
[402/541] Compiling poly_rq_mul.S
[403/541] Compiling md4.cc
[404/541] Compiling hrss.cc
[405/541] Compiling kyber.cc
[405/541] Compiling pbkdf.cc
[407/541] Compiling p_x25519.cc
[408/541] Compiling p_rsa_asn1.cc
[409/541] Compiling p_rsa.cc
[410/541] Compiling p_x25519_asn1.cc
[411/541] Compiling p_ed25519.cc
[412/541] Compiling p_hkdf.cc
[413/541] Compiling p_ec.cc
[414/541] Compiling p_ed25519_asn1.cc
[415/541] Compiling p_dh.cc
[416/541] Compiling p_ec_asn1.cc
[417/541] Compiling p_dh_asn1.cc
[418/541] Compiling engine.cc
[419/541] Compiling p_dsa_asn1.cc
[420/541] Compiling evp_ctx.cc
[421/541] Compiling evp.cc
[422/541] Compiling err.cc
[423/541] Compiling ec_derive.cc
[424/541] Compiling ecdsa_asn1.cc
[425/541] Compiling evp_asn1.cc
[426/541] Compiling ecdh.cc
[427/541] Compiling ec_asn1.cc
[428/541] Compiling hash_to_curve.cc
[429/541] Compiling params.cc
[430/541] Compiling dsa.cc
[431/541] Compiling dh_asn1.cc
[432/541] Compiling digest_extra.cc
[433/541] Compiling des.cc
[434/541] Compiling dsa_asn1.cc
[435/541] Compiling x25519-asm-arm.S
[436/541] Compiling curve25519.cc
[437/541] Compiling spake25519.cc
[438/541] Compiling cpu_arm_freebsd.cc
[439/541] Compiling cpu_aarch64_win.cc
[440/541] Compiling crypto.cc
[441/541] Compiling cpu_aarch64_sysreg.cc
[442/541] Compiling cpu_arm_linux.cc
[443/541] Compiling cpu_intel.cc
[444/541] Compiling cpu_aarch64_openbsd.cc
[445/541] Compiling cpu_aarch64_linux.cc
[446/541] Compiling curve25519_64_adx.cc
[447/541] Compiling cpu_aarch64_apple.cc
[448/541] Compiling cpu_aarch64_fuchsia.cc
[449/541] Compiling tls_cbc.cc
[450/541] Compiling conf.cc
[451/541] Compiling get_cipher.cc
[452/541] Compiling e_tls.cc
[453/541] Compiling e_rc2.cc
[454/541] Compiling e_rc4.cc
[455/541] Compiling e_aesgcmsiv.cc
[456/541] Compiling e_null.cc
[457/541] Compiling e_des.cc
[458/541] Compiling e_chacha20poly1305.cc
[459/541] Compiling derive_key.cc
[460/541] Compiling e_aesctrhmac.cc
[461/541] Compiling cbs.cc
[462/541] Compiling chacha.cc
[463/541] Compiling unicode.cc
[464/541] Compiling ber.cc
[465/541] Compiling buf.cc
[466/541] Compiling convert.cc
[467/541] Compiling cbb.cc
[468/541] Compiling blake2.cc
[469/541] Compiling socket_helper.cc
[470/541] Compiling bn_asn1.cc
[471/541] Compiling asn1_compat.cc
[472/541] Compiling socket.cc
[473/541] Compiling printf.cc
[474/541] Compiling hexdump.cc
[475/541] Compiling pair.cc
[476/541] Compiling file.cc
[477/541] Compiling errno.cc
[478/541] Compiling fd.cc
[479/541] Compiling bio_mem.cc
[480/541] Compiling connect.cc
[481/541] Compiling tasn_enc.cc
[482/541] Compiling bio.cc
[483/541] Compiling base64.cc
[484/541] Compiling tasn_fre.cc
[485/541] Compiling tasn_typ.cc
[486/541] Compiling tasn_new.cc
[487/541] Compiling tasn_utl.cc
[488/541] Compiling posix_time.cc
[489/541] Compiling asn_pack.cc
[490/541] Compiling f_int.cc
[491/541] Compiling f_string.cc
[492/541] Compiling asn1_par.cc
[493/541] Compiling a_time.cc
[494/541] Compiling asn1_lib.cc
[495/541] Compiling tasn_dec.cc
[496/541] Compiling a_object.cc
[497/541] Compiling a_type.cc
[498/541] Compiling a_utctm.cc
[499/541] Compiling a_octet.cc
[500/541] Compiling a_mbstr.cc
[501/541] Compiling a_strnid.cc
[502/541] Compiling a_strex.cc
[503/541] Compiling a_bool.cc
[504/541] Compiling a_dup.cc
[505/541] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[505/541] Write sources
[511/541] Compiling a_i2d_fp.cc
[512/541] Compiling a_d2i_fp.cc
[513/558] Compiling a_gentm.cc
[514/588] Compiling a_bitstr.cc
[515/613] Compiling a_int.cc
[517/613] Compiling Algorithms Intersperse.swift
[518/613] Compiling Algorithms Compacted.swift
[519/613] Compiling Algorithms Cycle.swift
[520/615] Compiling Algorithms Rotate.swift
[521/615] Compiling Algorithms Split.swift
[522/615] Compiling Algorithms RandomSample.swift
[523/615] Compiling Algorithms Reductions.swift
[524/615] Compiling Algorithms Permutations.swift
[525/615] Compiling Algorithms Product.swift
[526/615] Compiling Algorithms Keyed.swift
[527/615] Compiling Algorithms MinMax.swift
[528/615] Compiling Algorithms Partition.swift
[529/615] Compiling Atomics IntegerOperations.swift
[530/615] Compiling Atomics Unmanaged extensions.swift
[537/618] Compiling Algorithms Joined.swift
[543/618] Compiling Algorithms Trim.swift
[544/618] Compiling Algorithms Unique.swift
[545/618] Compiling Algorithms Windows.swift
[548/618] Compiling Algorithms EitherSequence.swift
[549/618] Compiling Algorithms FirstNonNil.swift
[550/618] Compiling Algorithms FlattenCollection.swift
[551/618] Compiling Algorithms Grouped.swift
[552/618] Compiling Algorithms Indexed.swift
[553/618] Compiling c-nioatomics.c
[555/618] Compiling Algorithms AdjacentPairs.swift
[556/618] Compiling Algorithms Chain.swift
[557/618] Compiling Algorithms Chunked.swift
[558/618] Compiling Algorithms Combinations.swift
[568/621] Emitting module Atomics
[574/622] Emitting module ArgumentParser
[587/622] Emitting module Algorithms
[588/623] Compiling c-atomics.c
[590/623] Compiling ArgumentParser UsageGenerator.swift
[591/623] Compiling ArgumentParser StringExtensions.swift
[592/623] Compiling ArgumentParser Tree.swift
[592/623] Wrapping AST for Atomics for debugging
[593/623] Wrapping AST for Algorithms for debugging
[603/630] Wrapping AST for ArgumentParser for debugging
[605/630] Compiling NIOConcurrencyHelpers lock.swift
[606/630] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[607/630] Emitting module NIOConcurrencyHelpers
[608/630] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[609/630] Compiling NIOConcurrencyHelpers NIOLock.swift
[610/630] Compiling NIOConcurrencyHelpers atomics.swift
[611/631] Wrapping AST for NIOConcurrencyHelpers for debugging
[613/690] Compiling NIOCore MarkedCircularBuffer.swift
[614/690] Compiling NIOCore MulticastChannel.swift
[615/690] Compiling NIOCore NIOAny.swift
[616/690] Compiling NIOCore NIOCloseOnErrorHandler.swift
[617/690] Compiling NIOCore NIOLoopBound.swift
[618/690] Compiling NIOCore NIOScheduledCallback.swift
[619/690] Compiling NIOCore NIOSendable.swift
[620/690] Compiling NIOCore RecvByteBufferAllocator.swift
[621/698] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[622/698] Compiling NIOCore SocketAddresses.swift
[623/698] Compiling NIOCore SocketOptionProvider.swift
[624/698] Compiling NIOCore SystemCallHelpers.swift
[625/698] Compiling NIOCore TimeAmount+Duration.swift
[626/698] Compiling NIOCore TypeAssistedChannelHandler.swift
[627/698] Compiling NIOCore UniversalBootstrapSupport.swift
[628/698] Compiling NIOCore Utilities.swift
[629/698] Compiling NIOCore EventLoop.swift
[630/698] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[631/698] Compiling NIOCore EventLoopFuture+Deprecated.swift
[632/698] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[633/698] Compiling NIOCore EventLoopFuture.swift
[634/698] Compiling NIOCore FileDescriptor.swift
[635/698] Compiling NIOCore FileHandle.swift
[636/698] Compiling NIOCore FileRegion.swift
[637/698] Compiling NIOCore ChannelPipeline.swift
[638/698] Compiling NIOCore CircularBuffer.swift
[639/698] Compiling NIOCore Codec.swift
[640/698] Compiling NIOCore ConvenienceOptionSupport.swift
[641/698] Compiling NIOCore DeadChannel.swift
[642/698] Compiling NIOCore DispatchQueue+WithFuture.swift
[643/698] Compiling NIOCore EventLoop+Deprecated.swift
[644/698] Compiling NIOCore EventLoop+SerialExecutor.swift
[645/698] Compiling NIOCore AddressedEnvelope.swift
[646/698] Compiling NIOCore AsyncAwaitSupport.swift
[647/698] Compiling NIOCore AsyncChannel.swift
[648/698] Compiling NIOCore AsyncChannelHandler.swift
[649/698] Compiling NIOCore AsyncChannelInboundStream.swift
[650/698] Compiling NIOCore AsyncChannelOutboundWriter.swift
[651/698] Compiling NIOCore NIOAsyncSequenceProducer.swift
[652/698] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[653/698] Compiling NIOCore NIOAsyncWriter.swift
[654/698] Emitting module NIOCore
[655/698] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[656/698] Compiling NIOCore BSDSocketAPI.swift
[657/698] Compiling NIOCore ByteBuffer-aux.swift
[658/698] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[659/698] Compiling NIOCore ByteBuffer-conversions.swift
[660/698] Compiling NIOCore ByteBuffer-core.swift
[661/698] Compiling NIOCore ByteBuffer-hex.swift
[662/698] Compiling NIOCore ByteBuffer-int.swift
[663/698] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[664/698] Compiling NIOCore ByteBuffer-multi-int.swift
[665/698] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[666/698] Compiling NIOCore ByteBuffer-views.swift
[667/698] Compiling NIOCore Channel.swift
[668/698] Compiling NIOCore ChannelHandler.swift
[669/698] Compiling NIOCore ChannelHandlers.swift
[670/698] Compiling NIOCore ChannelInvoker.swift
[671/698] Compiling NIOCore ChannelOption.swift
[672/698] Compiling NIOCore GlobalSingletons.swift
[673/698] Compiling NIOCore IO.swift
[674/698] Compiling NIOCore IOData.swift
[675/698] Compiling NIOCore IPProtocol.swift
[676/698] Compiling NIOCore IntegerBitPacking.swift
[677/698] Compiling NIOCore IntegerTypes.swift
[678/698] Compiling NIOCore Interfaces.swift
[679/698] Compiling NIOCore Linux.swift
[680/699] Wrapping AST for NIOCore for debugging
[682/750] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[683/750] Emitting module NIOEmbedded
[684/750] Compiling NIOEmbedded AsyncTestingChannel.swift
[685/750] Compiling NIOEmbedded Embedded.swift
[686/751] Wrapping AST for NIOEmbedded for debugging
[688/751] Emitting module NIOPosix
[689/757] Compiling NIOPosix ThreadPosix.swift
[690/757] Compiling NIOPosix ThreadWindows.swift
[691/757] Compiling NIOPosix UnsafeTransfer.swift
[692/757] Compiling NIOPosix Utilities.swift
[693/757] Compiling NIOPosix VsockAddress.swift
[694/757] Compiling NIOPosix VsockChannelEvents.swift
[695/757] Compiling NIOPosix ServerSocket.swift
[696/757] Compiling NIOPosix Socket.swift
[697/757] Compiling NIOPosix SocketChannel.swift
[698/757] Compiling NIOPosix SocketProtocols.swift
[699/757] Compiling NIOPosix System.swift
[700/757] Compiling NIOPosix Thread.swift
[701/757] Compiling NIOPosix SelectableChannel.swift
[702/757] Compiling NIOPosix SelectableEventLoop.swift
[703/757] Compiling NIOPosix SelectorEpoll.swift
[704/757] Compiling NIOPosix SelectorGeneric.swift
[705/757] Compiling NIOPosix SelectorKqueue.swift
[706/757] Compiling NIOPosix SelectorUring.swift
[707/757] Compiling NIOPosix BSDSocketAPICommon.swift
[708/757] Compiling NIOPosix BSDSocketAPIPosix.swift
[709/757] Compiling NIOPosix BSDSocketAPIWindows.swift
[710/757] Compiling NIOPosix BaseSocket.swift
[711/757] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[712/757] Compiling NIOPosix BaseSocketChannel.swift
[713/757] Compiling NIOPosix BaseStreamSocketChannel.swift
[714/757] Compiling NIOPosix PooledRecvBufferAllocator.swift
[715/757] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[716/757] Compiling NIOPosix PosixSingletons.swift
[717/757] Compiling NIOPosix RawSocketBootstrap.swift
[718/757] Compiling NIOPosix Resolver.swift
[719/757] Compiling NIOPosix Selectable.swift
[720/757] Compiling NIOPosix IO.swift
[721/757] Compiling NIOPosix IntegerBitPacking.swift
[722/757] Compiling NIOPosix IntegerTypes.swift
[723/757] Compiling NIOPosix Linux.swift
[724/757] Compiling NIOPosix LinuxCPUSet.swift
[725/757] Compiling NIOPosix LinuxUring.swift
[726/757] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[727/757] Compiling NIOPosix Bootstrap.swift
[728/757] Compiling NIOPosix ControlMessage.swift
[729/757] Compiling NIOPosix DatagramVectorReadManager.swift
[730/757] Compiling NIOPosix Errors+Any.swift
[731/757] Compiling NIOPosix FileDescriptor.swift
[732/757] Compiling NIOPosix GetaddrinfoResolver.swift
[733/757] Compiling NIOPosix HappyEyeballs.swift
[734/757] Compiling NIOPosix NIOThreadPool.swift
[735/757] Compiling NIOPosix NonBlockingFileIO.swift
[736/757] Compiling NIOPosix PendingDatagramWritesManager.swift
[737/757] Compiling NIOPosix PendingWritesManager.swift
[738/757] Compiling NIOPosix PipeChannel.swift
[739/757] Compiling NIOPosix PipePair.swift
[740/757] Compiling NIOPosix Pool.swift
[741/758] Wrapping AST for NIOPosix for debugging
[743/760] Emitting module NIO
[744/760] Compiling NIO Exports.swift
[745/761] Wrapping AST for NIO for debugging
[747/800] Compiling NIOTLS TLSEvents.swift
[748/800] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[749/801] Emitting module NIOTLS
[750/801] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[751/801] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[752/801] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[753/801] Compiling NIOSOCKS ClientStateMachine.swift
[754/801] Compiling NIOSOCKS SOCKSResponse.swift
[755/801] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[756/801] Compiling NIOSOCKS ServerStateMachine.swift
[757/801] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[758/801] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[759/801] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[760/801] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[761/801] Compiling NIOHTTP1 ByteCollectionUtils.swift
[762/801] Compiling NIOHTTP1 HTTPDecoder.swift
[763/801] Compiling NIOHTTP1 HTTPEncoder.swift
[764/801] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[765/801] Emitting module NIOSOCKS
[767/802] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[768/802] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[769/802] Compiling NIOTLS SNIHandler.swift
[770/803] Emitting module NIOFoundationCompat
[771/803] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[772/804] Emitting module NIOHTTP1
[773/806] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[774/806] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[774/806] Wrapping AST for NIOSOCKS for debugging
[776/806] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[777/806] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[779/806] Wrapping AST for NIOFoundationCompat for debugging
[780/806] Wrapping AST for NIOTLS for debugging
[782/857] Compiling NIOSSL NIOSSLServerHandler.swift
[783/857] Compiling NIOSSL ObjectIdentifier.swift
[784/857] Compiling NIOSSL PosixPort.swift
[785/859] Compiling NIOSSL SSLCertificateExtensions.swift
[786/859] Compiling NIOSSL SSLConnection.swift
[787/859] Compiling NIOSSL SSLContext.swift
[788/859] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[789/859] Compiling NIOSSL NIOSSLHandler.swift
[790/859] Compiling NIOSSL SSLCertificate.swift
[791/859] Compiling NIOSSL SSLCallbacks.swift
[792/859] Compiling NIOSSL SSLErrors.swift
[793/859] Compiling NIOSSL SSLInit.swift
[794/859] Emitting module NIOTransportServices
[795/859] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[796/859] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[797/859] Compiling NIOSSL SSLPKCS12Bundle.swift
[798/859] Compiling NIOSSL SSLPrivateKey.swift
[799/859] Compiling NIOSSL NIOSSLSecureBytes.swift
[800/859] Compiling NIOSSL IdentityVerification.swift
[801/859] Compiling NIOSSL LinuxCABundle.swift
[802/859] Compiling NIOSSL NIOSSLClientHandler.swift
[803/859] Compiling NIOSSL AndroidCABundle.swift
[804/859] Compiling NIOSSL ByteBufferBIO.swift
[805/859] Compiling NIOSSL CustomPrivateKey.swift
[806/860] Wrapping AST for NIOTransportServices for debugging
[821/867] Wrapping AST for NIOHTTP1 for debugging
[823/879] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[824/879] Compiling NIOHTTPCompression HTTPDecompression.swift
[825/879] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[826/879] Emitting module NIOHTTPCompression
[827/879] Compiling NIOHTTPCompression HTTPCompression.swift
[828/879] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[829/879] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[830/880] Compiling NIOHPACK IndexedHeaderTable.swift
[831/880] Compiling NIOHPACK HuffmanTables.swift
[832/880] Compiling NIOHPACK IntegerCoding.swift
[833/881] Compiling NIOHPACK HuffmanCoding.swift
[835/881] Compiling NIOHPACK StaticHeaderTable.swift
[836/881] Emitting module NIOSSL
[836/884] Wrapping AST for NIOHTTPCompression for debugging
[838/884] Emitting module NIOHPACK
[839/884] Compiling NIOSSL SSLPublicKey.swift
[840/884] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[841/884] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[842/884] Compiling NIOSSL SubjectAlternativeName.swift
[846/884] Compiling NIOSSL Zeroization.swift
[851/884] Compiling NIOHPACK HPACKEncoder.swift
[852/884] Compiling NIOHPACK HPACKErrors.swift
[853/884] Compiling NIOHPACK DynamicHeaderTable.swift
[854/884] Compiling NIOHPACK HPACKDecoder.swift
[855/884] Compiling NIOHPACK HPACKHeader.swift
[856/884] Compiling NIOHPACK HeaderTables.swift
[874/885] Compiling NIOSSL TLSConfiguration.swift
[875/885] Compiling NIOSSL UniversalBootstrapSupport.swift
[876/885] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[877/886] Wrapping AST for NIOHPACK for debugging
[878/928] Wrapping AST for NIOSSL for debugging
[880/944] Compiling NIOHTTP2 MaySendFrames.swift
[881/944] Compiling NIOHTTP2 SendingDataState.swift
[882/944] Compiling NIOHTTP2 SendingGoawayState.swift
[883/944] Compiling NIOHTTP2 SendingHeadersState.swift
[884/944] Compiling NIOHTTP2 SendingPushPromiseState.swift
[885/944] Compiling NIOHTTP2 SendingRstStreamState.swift
[886/944] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[887/944] Compiling NIOHTTP2 HTTP2SettingsState.swift
[888/952] Emitting module NIOHTTP2
[889/952] Compiling NIOHTTP2 InboundWindowManager.swift
[890/952] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[891/952] Compiling NIOHTTP2 StreamChannelFlowController.swift
[892/952] Compiling NIOHTTP2 StreamChannelList.swift
[893/952] Compiling NIOHTTP2 StreamMap.swift
[894/952] Compiling NIOHTTP2 StreamStateMachine.swift
[895/952] Compiling NIOHTTP2 UnsafeTransfer.swift
[896/952] Compiling NIOHTTP2 WatermarkedFlowController.swift
[897/952] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[898/952] Compiling NIOHTTP2 HTTP2Frame.swift
[899/952] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[900/952] Compiling NIOHTTP2 HTTP2FrameParser.swift
[901/952] Compiling NIOHTTP2 HTTP2PingData.swift
[902/952] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[903/952] Compiling NIOHTTP2 HTTP2Settings.swift
[904/952] Compiling NIOHTTP2 HTTP2Stream.swift
[905/952] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[906/952] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[907/952] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[908/952] Compiling NIOHTTP2 HTTP2StreamID.swift
[909/952] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[910/952] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[911/952] Compiling NIOHTTP2 HTTP2UserEvents.swift
[912/952] Compiling NIOHTTP2 InboundEventBuffer.swift
[913/952] Compiling NIOHTTP2 StateMachineResult.swift
[914/952] Compiling NIOHTTP2 ContentLengthVerifier.swift
[915/952] Compiling NIOHTTP2 DOSHeuristics.swift
[916/952] Compiling NIOHTTP2 Error+Any.swift
[917/952] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[918/952] Compiling NIOHTTP2 ControlFrameBuffer.swift
[919/952] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[920/952] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[921/952] Compiling NIOHTTP2 ConnectionStateMachine.swift
[922/952] Compiling NIOHTTP2 ConnectionStreamsState.swift
[923/952] Compiling NIOHTTP2 MayReceiveFrames.swift
[924/952] Compiling NIOHTTP2 ReceivingDataState.swift
[925/952] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[926/952] Compiling NIOHTTP2 ReceivingHeadersState.swift
[927/952] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[928/952] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[929/952] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[930/952] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[931/952] Compiling NIOHTTP2 HasFlowControlWindows.swift
[932/952] Compiling NIOHTTP2 HasLocalSettings.swift
[933/952] Compiling NIOHTTP2 HasRemoteSettings.swift
[934/952] Compiling NIOHTTP2 LocallyQuiescingState.swift
[935/952] Compiling NIOHTTP2 QuiescingState.swift
[936/952] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[937/952] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[938/952] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[939/952] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[940/952] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[941/952] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[942/952] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[943/952] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[944/952] Compiling NIOHTTP2 HTTP2Error.swift
[945/952] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[946/953] Wrapping AST for NIOHTTP2 for debugging
[948/1012] Emitting module AsyncHTTPClient
[949/1020] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[950/1020] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[951/1020] Compiling AsyncHTTPClient AsyncLazySequence.swift
[952/1020] Compiling AsyncHTTPClient HTTPClient+execute.swift
[953/1020] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[954/1020] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[955/1020] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[956/1020] Compiling AsyncHTTPClient HTTPClientRequest.swift
[957/1020] Compiling AsyncHTTPClient HTTPClientResponse.swift
[958/1020] Compiling AsyncHTTPClient RequestBag.swift
[959/1020] Compiling AsyncHTTPClient RequestValidation.swift
[960/1020] Compiling AsyncHTTPClient SSLContextCache.swift
[961/1020] Compiling AsyncHTTPClient Scheme.swift
[962/1020] Compiling AsyncHTTPClient Singleton.swift
[963/1020] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[964/1020] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[965/1020] Compiling AsyncHTTPClient Utils.swift
[966/1020] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[967/1020] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[968/1020] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[969/1020] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[970/1020] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[971/1020] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[972/1020] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[973/1020] Compiling AsyncHTTPClient RequestBodyLength.swift
[974/1020] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[975/1020] Compiling AsyncHTTPClient TLSEventsHandler.swift
[976/1020] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[977/1020] Compiling AsyncHTTPClient HTTP1Connection.swift
[978/1020] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[979/1020] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[980/1020] Compiling AsyncHTTPClient HTTP2Connection.swift
[981/1020] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[982/1020] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[983/1020] Compiling AsyncHTTPClient ConnectionTarget.swift
[984/1020] Compiling AsyncHTTPClient DeconstructedURL.swift
[985/1020] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[986/1020] Compiling AsyncHTTPClient FoundationExtensions.swift
[987/1020] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[988/1020] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[989/1020] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[990/1020] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[991/1020] Compiling AsyncHTTPClient RequestOptions.swift
[992/1020] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[993/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[994/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[995/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[996/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[997/1020] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[998/1020] Compiling AsyncHTTPClient HTTPClient.swift
[999/1020] Compiling AsyncHTTPClient HTTPHandler.swift
[1000/1020] Compiling AsyncHTTPClient LRUCache.swift
[1001/1020] Compiling AsyncHTTPClient NWErrorHandler.swift
[1002/1020] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1003/1020] Compiling AsyncHTTPClient TLSConfiguration.swift
[1004/1020] Compiling AsyncHTTPClient RedirectState.swift
[1005/1020] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1006/1020] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1007/1020] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1008/1020] Compiling AsyncHTTPClient Transaction.swift
[1009/1020] Compiling AsyncHTTPClient Base64.swift
[1010/1020] Compiling AsyncHTTPClient BasicAuth.swift
[1011/1020] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1012/1020] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1013/1020] Compiling AsyncHTTPClient ConnectionPool.swift
[1014/1020] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1015/1021] Wrapping AST for AsyncHTTPClient for debugging
[1017/1026] Emitting module APIClient
[1018/1026] Compiling APIClient APIClient.swift
[1019/1026] Compiling APIClient APIRouteHandler.swift
[1020/1026] Compiling APIClient APIClientError.swift
[1021/1026] Compiling APIClient DefaultAPIRouteHandler.swift
[1022/1027] Wrapping AST for APIClient for debugging
[1024/1043] Compiling JiraSwift Routes+Project.swift
[1025/1043] Compiling JiraSwift Routes+Search.swift
[1026/1045] Compiling JiraSwift JiraRoutes.swift
[1027/1045] Compiling JiraSwift Routes+Myself.swift
[1028/1045] Compiling JiraSwift JiraClient.swift
[1029/1045] Compiling JiraSwift JiraError.swift
[1030/1045] Compiling JiraSwift Project.swift
[1031/1045] Compiling JiraSwift RemoteLink.swift
[1032/1045] Compiling JiraSwift Routes+ServerInfo.swift
[1033/1045] Compiling JiraSwift Search-Routes.swift
[1034/1045] Compiling JiraSwift SearchRequest.swift
[1035/1045] Compiling JiraSwift SearchResult.swift
[1036/1045] Compiling JiraSwift ServerInfoResult.swift
[1037/1045] Compiling JiraSwift User.swift
[1038/1045] Emitting module JiraSwift
[1039/1045] Compiling JiraSwift APIRouteHandler+Extensions.swift
[1040/1045] Compiling JiraSwift AvatarURLs.swift
[1041/1045] Compiling JiraSwift Issue.swift
[1042/1046] Wrapping AST for JiraSwift for debugging
[1044/1054] Compiling JiraSwiftCLI main.swift
[1045/1054] Compiling JiraSwiftCLI JiraCLIError.swift
[1046/1054] Compiling JiraSwiftCLI JiraCLI.swift
/host/spi-builder-workspace/Sources/JiraSwiftCLI/JiraCLI.swift:16:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | struct JiraCLI: ParsableCommand {
15 |
16 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         abstract: "A jira command line interface",
18 |         subcommands: [Project.self, Search.self]
[1047/1054] Compiling JiraSwiftCLI Command+Project+List.swift
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Command+Project+List.swift:16:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |
15 |     struct List: ParsableCommand {
16 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |             abstract: "list projects"
18 |         )
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Command+Project+List.swift:25:52: warning: type 'Project' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
23 |         func run() throws {
24 |             let jira = try options.jiraClient()
25 |             let projects = try jira.project.list().wait()
   |                                                    `- warning: type 'Project' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 |
27 |             var table = TextTable(columns: [
/host/spi-builder-workspace/Sources/JiraSwift/Codables/Project.swift:9:15: note: struct 'Project' does not conform to the 'Sendable' protocol
 7 |
 8 |
 9 | public struct Project: Codable {
   |               `- note: struct 'Project' does not conform to the 'Sendable' protocol
10 |
11 |     public var id: String
[1048/1054] Emitting module JiraSwiftCLI
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Command+Project+List.swift:16:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |
15 |     struct List: ParsableCommand {
16 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |             abstract: "list projects"
18 |         )
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Command+Project.swift:16:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     struct Project: ParsableCommand {
15 |
16 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |             abstract: "project actions",
18 |             subcommands: [List.self, Types.self]
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Commands+Project+Types.swift:17:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     struct Types: ParsableCommand {
16 |
17 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |             abstract: "list project types"
19 |         )
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Search/Command+Search.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     struct Search: ParsableCommand {
17 |
18 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |             abstract: "Search actions"
20 |         )
/host/spi-builder-workspace/Sources/JiraSwiftCLI/JiraCLI.swift:16:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | struct JiraCLI: ParsableCommand {
15 |
16 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         abstract: "A jira command line interface",
18 |         subcommands: [Project.self, Search.self]
[1049/1054] Compiling JiraSwiftCLI Commands+Project+Types.swift
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Commands+Project+Types.swift:17:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     struct Types: ParsableCommand {
16 |
17 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |             abstract: "list project types"
19 |         )
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Commands+Project+Types.swift:26:57: warning: type 'ProjectType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 |         func run() throws {
25 |             let jira = try options.jiraClient()
26 |             let projectTypes = try jira.project.types().wait()
   |                                                         `- warning: type 'ProjectType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 |
28 |             var table = TextTable(columns: [
/host/spi-builder-workspace/Sources/JiraSwift/Codables/Project.swift:19:15: note: struct 'ProjectType' does not conform to the 'Sendable' protocol
17 | }
18 |
19 | public struct ProjectType: Codable {
   |               `- note: struct 'ProjectType' does not conform to the 'Sendable' protocol
20 |
21 |     public var key: String
[1050/1054] Compiling JiraSwiftCLI Command+Project.swift
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Project/Command+Project.swift:16:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     struct Project: ParsableCommand {
15 |
16 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |             abstract: "project actions",
18 |             subcommands: [List.self, Types.self]
[1051/1054] Compiling JiraSwiftCLI Command+Search.swift
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Search/Command+Search.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     struct Search: ParsableCommand {
17 |
18 |         static var configuration = CommandConfiguration(
   |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |             abstract: "Search actions"
20 |         )
/host/spi-builder-workspace/Sources/JiraSwiftCLI/Commands/Search/Command+Search.swift:30:104: warning: type 'SearchResult' does not conform to the 'Sendable' protocol
28 |         func run() throws {
29 |             let jira = try options.jiraClient()
30 |             let searchResult = try jira.search.post(jql: jql, fields: [.creator, .assignee, .summary]).wait()
   |                                                                                                        `- warning: type 'SearchResult' does not conform to the 'Sendable' protocol
31 |
32 |             var table = TextTable(columns: [
/host/spi-builder-workspace/Sources/JiraSwift/Codables/SearchResult.swift:9:15: note: struct 'SearchResult' does not conform to the 'Sendable' protocol
 7 |
 8 |
 9 | public struct SearchResult: Codable {
   |               `- note: struct 'SearchResult' does not conform to the 'Sendable' protocol
10 |
11 |     public var expand: String?
[1052/1055] Wrapping AST for JiraSwiftCLI for debugging
[1053/1055] Write Objects.LinkFileList
[1054/1055] Linking jira
Build complete! (216.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "api-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cpageler93/api-client.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    }
  ],
  "manifest_display_name" : "jira-swift",
  "name" : "jira-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JiraSwift",
      "targets" : [
        "JiraSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "jira",
      "targets" : [
        "JiraSwiftCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JiraSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwiftTests",
      "path" : "Tests/JiraSwiftTests",
      "sources" : [
        "JiraSwiftSearchTests.swift",
        "JiraSwiftTest.swift",
        "MyselfRoutesTests.swift",
        "ProjectRoutesTests.swift",
        "SearchRoutesTests.swift",
        "ServerInfoRoutesTests.swift"
      ],
      "target_dependencies" : [
        "JiraSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JiraSwiftCLI",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwiftCLI",
      "path" : "Sources/JiraSwiftCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "jira"
      ],
      "sources" : [
        "Commands/Project/Command+Project+List.swift",
        "Commands/Project/Command+Project.swift",
        "Commands/Project/Commands+Project+Types.swift",
        "Commands/Search/Command+Search.swift",
        "JiraCLI.swift",
        "JiraCLIError.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "JiraSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JiraSwift",
      "module_type" : "SwiftTarget",
      "name" : "JiraSwift",
      "path" : "Sources/JiraSwift",
      "product_dependencies" : [
        "APIClient"
      ],
      "product_memberships" : [
        "JiraSwift",
        "jira"
      ],
      "sources" : [
        "APIRouteHandler+Extensions.swift",
        "Codables/AvatarURLs.swift",
        "Codables/Issue.swift",
        "Codables/Project.swift",
        "Codables/RemoteLink.swift",
        "Codables/SearchRequest.swift",
        "Codables/SearchResult.swift",
        "Codables/ServerInfoResult.swift",
        "Codables/User.swift",
        "JiraClient.swift",
        "JiraError.swift",
        "JiraRoutes.swift",
        "Routes/Routes+Myself.swift",
        "Routes/Routes+Project.swift",
        "Routes/Routes+Search.swift",
        "Routes/Routes+ServerInfo.swift",
        "Routes/Search-Routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.