Build Information
Successful build of jira-swift, reference 2.0.0 (30fab7
), with Swift 6.1 for Linux on 25 Apr 2025 13:49:12 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 2.0.0
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
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 30fab7e Update CLI to usw new JiraSwift
Cloned https://github.com/cpageler93/jiraswift.git
Revision (git rev-parse @):
30fab7e3016eab77c2fb59ea7024d8027b9f825b
SUCCESS checkout https://github.com/cpageler93/jiraswift.git at 2.0.0
========================================
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-4606859-2":/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/cpageler93/api-client.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[1/929] Fetching swiftytexttable
[930/966] Fetching swiftytexttable, api-client
[967/15879] Fetching swiftytexttable, api-client, swift-argument-parser
Fetched https://github.com/cpageler93/api-client.git from cache (1.40s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.40s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.41s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (4.33s)
Computing version for https://github.com/cpageler93/api-client.git
Computed https://github.com/cpageler93/api-client.git at 0.4.0 (1.07s)
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.17s)
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.14s)
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 (1.01s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5662] Fetching swift-nio-extras
[171/9498] Fetching swift-nio-extras, swift-log
[685/11203] Fetching swift-nio-extras, swift-log, swift-atomics
[881/17106] Fetching swift-nio-extras, swift-log, swift-atomics, swift-algorithms
[1783/28598] Fetching swift-nio-extras, swift-log, swift-atomics, swift-algorithms, swift-nio-http2
[9007/31202] Fetching swift-nio-extras, swift-log, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-transport-services
Fetched https://github.com/apple/swift-log.git from cache (1.96s)
Fetching https://github.com/apple/swift-nio-ssl.git
[18747/27366] Fetching swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-transport-services
Fetched https://github.com/apple/swift-algorithms.git from cache (2.00s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.01s)
[7283/15801] Fetching swift-atomics, swift-nio-http2, swift-nio-transport-services
Fetching https://github.com/apple/swift-nio.git
[15802/30594] Fetching swift-atomics, swift-nio-http2, swift-nio-transport-services, swift-nio-ssl
[15803/106025] Fetching swift-atomics, swift-nio-http2, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.84s)
[54314/104320] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.86s)
[51858/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.88s)
[41874/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.04s)
[55065/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.39s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[1917/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.22s)
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.61s)
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.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.83s)
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
[328/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
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 (1.21s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.81s)
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-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-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/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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
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-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-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-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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/474] Write sources
[8/474] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[8/474] Write sources
[11/474] Compiling _NumericsShims _NumericsShims.c
[12/474] Write sources
[30/474] Compiling _AtomicsShims.c
[31/474] Compiling CNIOWindows shim.c
[32/474] Compiling CNIOWindows WSAStartup.c
[33/474] Compiling CNIOWASI CNIOWASI.c
[34/474] Compiling CNIOLinux liburing_shims.c
[35/474] Compiling CNIOLinux shim.c
[36/474] Compiling CNIOLLHTTP c_nio_http.c
[37/474] Write swift-version-24593BA9C3E375BF.txt
[38/474] Compiling CNIOExtrasZlib empty.c
[39/474] Compiling CNIOLLHTTP c_nio_api.c
[40/474] Compiling a_d2i_fp.cc
[41/474] Compiling a_bitstr.cc
[42/475] Compiling a_bool.cc
[43/477] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/514] Emitting module _NIOBase64
[46/514] Emitting module _NIODataStructures
[47/514] Emitting module InternalCollectionsUtilities
[48/516] Compiling _NIODataStructures _TinyArray.swift
[49/516] Emitting module RealModule
[50/517] Compiling RealModule Float80+Real.swift
[51/517] Compiling RealModule Real.swift
[52/517] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/517] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/517] Compiling c-nioatomics.c
[55/517] Compiling _NIOBase64 Base64.swift
[56/517] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/517] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/517] Compiling _NIODataStructures PriorityQueue.swift
[59/517] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/517] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/518] Compiling RealModule RealFunctions.swift
[62/518] Compiling InternalCollectionsUtilities Debugging.swift
[63/518] Compiling InternalCollectionsUtilities Descriptions.swift
[64/518] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/518] Compiling InternalCollectionsUtilities Specialize.swift
[66/518] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[67/518] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[68/518] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[69/518] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/518] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/518] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/518] Compiling InternalCollectionsUtilities Integer rank.swift
[73/518] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[74/519] Compiling RealModule Float+Real.swift
[75/519] Compiling RealModule ElementaryFunctions.swift
[76/519] Compiling RealModule Float16+Real.swift
[83/539] Wrapping AST for _NIOBase64 for debugging
[85/603] Compiling ArgumentParser ParserError.swift
[86/603] Compiling ArgumentParser SplitArguments.swift
[87/609] Compiling DequeModule Deque+Testing.swift
[88/609] Compiling DequeModule Deque._Storage.swift
[89/609] Compiling DequeModule Deque+Equatable.swift
[90/609] Compiling DequeModule _DequeBuffer.swift
[91/609] Compiling DequeModule _DequeBufferHeader.swift
[92/609] Compiling ArgumentParser ParsableCommand.swift
[93/609] Compiling ArgumentParser ArgumentDecoder.swift
[94/609] Compiling DequeModule Deque+CustomReflectable.swift
[95/609] Compiling DequeModule Deque+Descriptions.swift
[95/611] Compiling c-atomics.c
[99/617] Compiling DequeModule Deque+Extras.swift
[100/617] Compiling DequeModule Deque+Hashable.swift
[102/617] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/617] Compiling Atomics IntegerOperations.swift
[106/617] Compiling Atomics Unmanaged extensions.swift
[107/617] Compiling Logging LogHandler.swift
[109/617] Compiling DequeModule Deque._UnsafeHandle.swift
[110/617] Compiling DequeModule Deque.swift
[111/617] Compiling Logging Logging.swift
[112/617] Compiling Logging MetadataProvider.swift
[113/617] Compiling Logging Locks.swift
[114/617] Emitting module Logging
[115/618] Compiling DequeModule _DequeSlot.swift
[116/618] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/618] Compiling _NIODataStructures Heap.swift
[118/619] Wrapping AST for RealModule for debugging
[120/619] Compiling NIOConcurrencyHelpers NIOLock.swift
[121/619] Emitting module SwiftyTextTable
[122/619] Compiling SwiftyTextTable TextTable.swift
[124/620] Wrapping AST for Logging for debugging
[125/620] Wrapping AST for InternalCollectionsUtilities for debugging
[126/620] Wrapping AST for _NIODataStructures for debugging
[128/620] Compiling ArgumentParser CommandParser.swift
[129/620] Compiling ArgumentParser InputOrigin.swift
[130/620] Compiling ArgumentParser Name.swift
[130/623] Compiling CNIODarwin shim.c
[132/623] Compiling DequeModule Deque+Codable.swift
[133/623] Compiling DequeModule Deque+Collection.swift
[133/623] Wrapping AST for SwiftyTextTable for debugging
[134/623] Compiling fiat_p256_adx_sqr.S
[137/623] Compiling fiat_p256_adx_mul.S
[138/623] Compiling fiat_curve25519_adx_square.S
[140/623] Compiling NIOConcurrencyHelpers lock.swift
[140/623] Compiling fiat_curve25519_adx_mul.S
[145/623] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[146/623] Compiling NIOConcurrencyHelpers atomics.swift
[147/623] Emitting module NIOConcurrencyHelpers
[148/623] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[153/624] Emitting module DequeModule
[153/625] Compiling CNIOBoringSSLShims shims.c
[155/625] Wrapping AST for NIOConcurrencyHelpers for debugging
[159/625] Compiling ArgumentParser ArgumentSetSequence.swift
[159/625] Wrapping AST for DequeModule for debugging
[173/625] Compiling Algorithms Trim.swift
[174/625] Compiling Algorithms Unique.swift
[175/625] Compiling Algorithms Windows.swift
[175/625] Compiling tls_method.cc
[177/625] Emitting module Atomics
[177/625] Compiling tls_record.cc
[178/625] Compiling tls13_server.cc
[180/625] Emitting module Algorithms
[197/630] Emitting module ArgumentParser
[201/630] Compiling tls13_enc.cc
[217/689] Compiling tls13_client.cc
[218/689] Compiling t1_enc.cc
[220/689] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[221/689] Compiling NIOCore EventLoopFuture+Deprecated.swift
[222/689] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[223/690] Compiling tls13_both.cc
[224/690] Compiling ssl_x509.cc
[225/690] Compiling ssl_stat.cc
[227/690] Compiling NIOCore MarkedCircularBuffer.swift
[228/690] Compiling NIOCore MulticastChannel.swift
[229/690] Compiling NIOCore NIOAny.swift
[230/690] Compiling NIOCore NIOCloseOnErrorHandler.swift
[231/690] Compiling NIOCore NIOLoopBound.swift
[232/690] Compiling NIOCore NIOScheduledCallback.swift
[233/690] Compiling NIOCore NIOSendable.swift
[234/690] Compiling NIOCore RecvByteBufferAllocator.swift
[234/698] Compiling ssl_transcript.cc
[235/698] Compiling ssl_versions.cc
[237/698] Compiling NIOCore GlobalSingletons.swift
[238/698] Compiling NIOCore IO.swift
[239/698] Compiling NIOCore IOData.swift
[240/698] Compiling NIOCore IPProtocol.swift
[241/698] Compiling NIOCore IntegerBitPacking.swift
[242/698] Compiling NIOCore IntegerTypes.swift
[243/698] Compiling NIOCore Interfaces.swift
[244/698] Compiling NIOCore Linux.swift
[244/698] Compiling ssl_session.cc
[245/698] Compiling ssl_privkey.cc
[246/698] Compiling ssl_lib.cc
[247/698] Compiling ssl_key_share.cc
[249/698] Compiling NIOCore EventLoop.swift
[253/698] Compiling NIOCore EventLoopFuture.swift
[254/698] Compiling NIOCore FileDescriptor.swift
[255/698] Compiling NIOCore FileHandle.swift
[256/698] Compiling NIOCore FileRegion.swift
[256/698] Compiling ssl_cipher.cc
[257/698] Compiling ssl_file.cc
[259/698] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[260/698] Compiling NIOCore SocketAddresses.swift
[261/698] Compiling NIOCore SocketOptionProvider.swift
[262/698] Compiling NIOCore SystemCallHelpers.swift
[263/698] Compiling NIOCore TimeAmount+Duration.swift
[264/698] Compiling NIOCore TypeAssistedChannelHandler.swift
[265/698] Compiling NIOCore UniversalBootstrapSupport.swift
[266/698] Compiling NIOCore Utilities.swift
[266/698] Compiling ssl_credential.cc
[267/698] Compiling ssl_buffer.cc
[269/698] Compiling NIOCore ChannelPipeline.swift
[270/698] Compiling NIOCore CircularBuffer.swift
[271/698] Compiling NIOCore Codec.swift
[272/698] Compiling NIOCore ConvenienceOptionSupport.swift
[273/698] Compiling NIOCore DeadChannel.swift
[274/698] Compiling NIOCore DispatchQueue+WithFuture.swift
[275/698] Compiling NIOCore EventLoop+Deprecated.swift
[276/698] Compiling NIOCore EventLoop+SerialExecutor.swift
[276/698] Compiling ssl_cert.cc
[277/698] Compiling ssl_asn1.cc
[278/698] Compiling s3_lib.cc
[279/698] Compiling s3_both.cc
[280/698] Compiling ssl_aead_ctx.cc
[281/698] Compiling s3_pkt.cc
[282/698] Compiling handshake_server.cc
[283/698] Compiling handshake_client.cc
[284/698] Compiling handshake.cc
[285/698] Compiling d1_srtp.cc
[286/698] Compiling handoff.cc
[287/698] Compiling extensions.cc
[288/698] Compiling dtls_record.cc
[289/698] Compiling encrypted_client_hello.cc
[291/698] Compiling NIOCore AddressedEnvelope.swift
[292/698] Compiling NIOCore AsyncAwaitSupport.swift
[293/698] Compiling NIOCore AsyncChannel.swift
[294/698] Compiling NIOCore AsyncChannelHandler.swift
[295/698] Compiling NIOCore AsyncChannelInboundStream.swift
[296/698] Compiling NIOCore AsyncChannelOutboundWriter.swift
[297/698] Compiling NIOCore NIOAsyncSequenceProducer.swift
[298/698] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[299/698] Compiling NIOCore NIOAsyncWriter.swift
[300/698] Compiling NIOCore ByteBuffer-multi-int.swift
[301/698] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[302/698] Compiling NIOCore ByteBuffer-views.swift
[303/698] Compiling NIOCore Channel.swift
[304/698] Compiling NIOCore ChannelHandler.swift
[305/698] Compiling NIOCore ChannelHandlers.swift
[306/698] Compiling NIOCore ChannelInvoker.swift
[307/698] Compiling NIOCore ChannelOption.swift
[308/698] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[309/698] Compiling NIOCore BSDSocketAPI.swift
[310/698] Compiling NIOCore ByteBuffer-aux.swift
[311/698] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[312/698] Compiling NIOCore ByteBuffer-conversions.swift
[313/698] Compiling NIOCore ByteBuffer-core.swift
[314/698] Compiling NIOCore ByteBuffer-hex.swift
[315/698] Compiling NIOCore ByteBuffer-int.swift
[316/698] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[316/698] Compiling md5-x86_64-linux.S
[317/698] Compiling md5-x86_64-apple.S
[318/698] Compiling md5-586-linux.S
[319/698] Compiling md5-586-apple.S
[320/698] Compiling chacha20_poly1305_x86_64-linux.S
[321/698] Compiling err_data.cc
[322/698] Compiling chacha20_poly1305_x86_64-apple.S
[323/698] Compiling dtls_method.cc
[324/698] Compiling chacha20_poly1305_armv8-win.S
[325/698] Compiling chacha20_poly1305_armv8-linux.S
[326/698] Compiling chacha20_poly1305_armv8-apple.S
[327/698] Compiling chacha-x86_64-apple.S
[328/698] Compiling chacha-x86_64-linux.S
[329/698] Compiling chacha-armv8-win.S
[330/698] Compiling chacha-x86-linux.S
[331/698] Compiling chacha-x86-apple.S
[332/698] Compiling chacha-armv4-linux.S
[333/698] Compiling chacha-armv8-linux.S
[334/698] Compiling chacha-armv8-apple.S
[335/698] Compiling aes128gcmsiv-x86_64-apple.S
[336/698] Compiling aes128gcmsiv-x86_64-linux.S
[337/698] Compiling x86_64-mont5-linux.S
[338/698] Compiling x86_64-mont-linux.S
[339/698] Compiling x86_64-mont5-apple.S
[340/698] Compiling x86_64-mont-apple.S
[342/698] Emitting module NIOCore
[342/699] Compiling x86-mont-linux.S
[343/699] Compiling x86-mont-apple.S
[344/699] Compiling vpaes-x86_64-linux.S
[345/699] Compiling bio_ssl.cc
[347/699] Compiling vpaes-x86_64-apple.S
[348/699] Compiling d1_pkt.cc
[349/699] Compiling vpaes-x86-linux.S
[350/699] Compiling vpaes-x86-apple.S
[351/699] Compiling vpaes-armv8-win.S
[352/699] Compiling vpaes-armv7-linux.S
[353/699] Compiling vpaes-armv8-linux.S
[354/699] Compiling sha512-x86_64-apple.S
[355/699] Compiling vpaes-armv8-apple.S
[356/699] Compiling d1_lib.cc
[357/699] Compiling d1_both.cc
[358/720] Wrapping AST for NIOCore for debugging
[359/750] Compiling sha512-x86_64-linux.S
[360/750] Compiling sha512-armv8-win.S
[361/750] Compiling sha512-armv8-apple.S
[362/750] Compiling sha512-armv4-linux.S
[363/750] Compiling sha512-armv8-linux.S
[364/750] Compiling sha512-586-linux.S
[365/750] Compiling sha256-x86_64-apple.S
[366/750] Compiling sha512-586-apple.S
[367/750] Compiling sha256-x86_64-linux.S
[368/750] Compiling sha256-armv8-linux.S
[369/750] Compiling sha256-armv8-win.S
[370/750] Compiling sha256-armv8-apple.S
[371/750] Compiling sha256-586-apple.S
[372/750] Compiling sha256-586-linux.S
[373/750] Compiling sha256-armv4-linux.S
[374/750] Compiling sha1-x86_64-apple.S
[375/750] Compiling sha1-armv8-win.S
[376/750] Compiling sha1-armv8-linux.S
[377/750] Compiling sha1-armv8-apple.S
[378/750] Compiling sha1-x86_64-linux.S
[379/750] Compiling sha1-armv4-large-linux.S
[380/750] Compiling sha1-586-linux.S
[380/750] Compiling rdrand-x86_64-linux.S
[382/750] Compiling rsaz-avx2-linux.S
[383/750] Compiling sha1-586-apple.S
[384/750] Compiling rsaz-avx2-apple.S
[385/750] Compiling rdrand-x86_64-apple.S
[386/750] Compiling p256_beeu-x86_64-asm-linux.S
[388/750] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[388/750] Compiling p256_beeu-armv8-asm-win.S
[389/750] Compiling p256_beeu-armv8-asm-apple.S
[390/750] Compiling p256_beeu-x86_64-asm-apple.S
[391/750] Compiling p256_beeu-armv8-asm-linux.S
[393/750] Compiling NIOEmbedded AsyncTestingChannel.swift
[394/750] Emitting module NIOEmbedded
[394/750] Compiling p256-x86_64-asm-linux.S
[395/750] Compiling p256-x86_64-asm-apple.S
[396/750] Compiling p256-armv8-asm-win.S
[397/750] Compiling ghashv8-armv8-win.S
[398/750] Compiling ghashv8-armv8-linux.S
[398/750] Compiling p256-armv8-asm-apple.S
[400/750] Compiling p256-armv8-asm-linux.S
[401/750] Compiling ghashv8-armv8-apple.S
[402/750] Compiling ghashv8-armv7-linux.S
[403/750] Compiling ghash-x86-apple.S
[404/750] Compiling ghash-x86_64-linux.S
[405/750] Compiling ghash-x86_64-apple.S
[406/750] Compiling ghash-ssse3-x86_64-linux.S
[407/750] Compiling ghash-x86-linux.S
[408/750] Compiling ghash-ssse3-x86_64-apple.S
[409/750] Compiling ghash-ssse3-x86-linux.S
[410/750] Compiling ghash-ssse3-x86-apple.S
[411/750] Compiling ghash-neon-armv8-linux.S
[412/750] Compiling ghash-neon-armv8-apple.S
[413/750] Compiling ghash-neon-armv8-win.S
[414/750] Compiling co-586-linux.S
[415/750] Compiling ghash-armv4-linux.S
[416/750] Compiling bn-armv8-linux.S
[417/750] Compiling co-586-apple.S
[418/750] Compiling bsaes-armv7-linux.S
[419/750] Compiling bn-armv8-win.S
[420/750] Compiling bn-586-linux.S
[421/750] Compiling bn-armv8-apple.S
[422/750] Compiling bn-586-apple.S
[423/750] Compiling armv8-mont-win.S
[424/750] Compiling armv8-mont-linux.S
[426/750] Compiling NIOEmbedded Embedded.swift
[426/751] Compiling armv8-mont-apple.S
[427/751] Compiling aesv8-gcm-armv8-linux.S
[428/751] Compiling aesv8-gcm-armv8-win.S
[429/751] Compiling armv4-mont-linux.S
[430/751] Compiling aesv8-armv8-win.S
[431/751] Compiling aesv8-gcm-armv8-apple.S
[433/751] Compiling aesv8-armv8-apple.S
[434/751] Compiling aesv8-armv7-linux.S
[435/751] Compiling aesv8-armv8-linux.S
[436/751] Compiling aesni-x86_64-linux.S
[437/751] Compiling aesni-x86_64-apple.S
[438/751] Compiling aesni-x86-linux.S
[439/751] Compiling aesni-gcm-x86_64-linux.S
[440/751] Compiling aesni-x86-apple.S
[441/751] Compiling aes-gcm-avx2-x86_64-apple.S
[442/751] Compiling aesni-gcm-x86_64-apple.S
[443/751] Compiling aes-gcm-avx10-x86_64-linux.S
[444/751] Compiling aes-gcm-avx2-x86_64-linux.S
[444/751] Compiling aes-gcm-avx10-x86_64-apple.S
[446/751] Wrapping AST for NIOEmbedded for debugging
[448/751] Emitting module NIOPosix
[448/757] Compiling x_sig.cc
[449/757] Compiling x_x509a.cc
[451/757] Compiling NIOPosix ServerSocket.swift
[452/757] Compiling NIOPosix Socket.swift
[453/757] Compiling NIOPosix SocketChannel.swift
[454/757] Compiling NIOPosix SocketProtocols.swift
[455/757] Compiling NIOPosix System.swift
[456/757] Compiling NIOPosix Thread.swift
[457/757] Compiling NIOPosix IO.swift
[458/757] Compiling NIOPosix IntegerBitPacking.swift
[459/757] Compiling NIOPosix IntegerTypes.swift
[460/757] Compiling NIOPosix Linux.swift
[461/757] Compiling NIOPosix LinuxCPUSet.swift
[462/757] Compiling NIOPosix LinuxUring.swift
[463/757] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[463/757] Compiling x_req.cc
[464/757] Compiling x_x509.cc
[465/757] Compiling x_spki.cc
[466/757] Compiling x_pubkey.cc
[467/757] Compiling x_val.cc
[469/757] Compiling NIOPosix PooledRecvBufferAllocator.swift
[470/757] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[471/757] Compiling NIOPosix PosixSingletons.swift
[472/757] Compiling NIOPosix RawSocketBootstrap.swift
[473/757] Compiling NIOPosix Resolver.swift
[474/757] Compiling NIOPosix Selectable.swift
[475/757] Compiling NIOPosix ThreadPosix.swift
[476/757] Compiling NIOPosix ThreadWindows.swift
[477/757] Compiling NIOPosix UnsafeTransfer.swift
[478/757] Compiling NIOPosix Utilities.swift
[479/757] Compiling NIOPosix VsockAddress.swift
[480/757] Compiling NIOPosix VsockChannelEvents.swift
[480/757] Compiling x_name.cc
[481/757] Compiling x_exten.cc
[482/757] Compiling x_attrib.cc
[483/757] Compiling x509spki.cc
[484/757] Compiling x_algor.cc
[486/757] Compiling NIOPosix Bootstrap.swift
[487/757] Compiling NIOPosix ControlMessage.swift
[488/757] Compiling NIOPosix DatagramVectorReadManager.swift
[489/757] Compiling NIOPosix Errors+Any.swift
[490/757] Compiling NIOPosix FileDescriptor.swift
[491/757] Compiling NIOPosix GetaddrinfoResolver.swift
[492/757] Compiling NIOPosix HappyEyeballs.swift
[493/757] Compiling NIOPosix BSDSocketAPICommon.swift
[494/757] Compiling NIOPosix BSDSocketAPIPosix.swift
[495/757] Compiling NIOPosix BSDSocketAPIWindows.swift
[496/757] Compiling NIOPosix BaseSocket.swift
[497/757] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[498/757] Compiling NIOPosix BaseSocketChannel.swift
[499/757] Compiling NIOPosix BaseStreamSocketChannel.swift
[499/757] Compiling x_crl.cc
[500/757] Compiling x_all.cc
[501/757] Compiling x509rset.cc
[503/757] Compiling NIOPosix NIOThreadPool.swift
[504/757] Compiling NIOPosix NonBlockingFileIO.swift
[505/757] Compiling NIOPosix PendingDatagramWritesManager.swift
[506/757] Compiling NIOPosix PendingWritesManager.swift
[507/757] Compiling NIOPosix PipeChannel.swift
[508/757] Compiling NIOPosix PipePair.swift
[509/757] Compiling NIOPosix Pool.swift
[510/757] Compiling NIOPosix SelectableChannel.swift
[511/757] Compiling NIOPosix SelectableEventLoop.swift
[512/757] Compiling NIOPosix SelectorEpoll.swift
[513/757] Compiling NIOPosix SelectorGeneric.swift
[514/757] Compiling NIOPosix SelectorKqueue.swift
[515/757] Compiling NIOPosix SelectorUring.swift
[516/760] Compiling x509_vpm.cc
[518/760] Compiling NIO Exports.swift
[519/760] Emitting module NIO
[519/760] Compiling x509cset.cc
[520/760] Compiling x509name.cc
[521/760] Wrapping AST for NIOPosix for debugging
[522/761] Compiling x509_txt.cc
[524/761] Compiling x509_v3.cc
[525/761] Compiling x509_trs.cc
[527/767] Emitting module NIOTLS
[527/767] Compiling x509_vfy.cc
[529/767] Compiling NIOTLS TLSEvents.swift
[529/779] Compiling x509_req.cc
[530/795] Compiling x509_ext.cc
[532/795] Compiling NIOSOCKS ClientStateMachine.swift
[533/796] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[534/796] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[535/796] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[536/796] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[537/796] Emitting module NIOSOCKS
[538/796] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[539/796] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[540/796] Compiling NIOSOCKS SOCKSResponse.swift
[540/796] Compiling x509_set.cc
[541/796] Wrapping AST for NIO for debugging
[543/796] Compiling NIOHTTP1 HTTPEncoder.swift
[544/796] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[545/796] Compiling NIOHTTP1 ByteCollectionUtils.swift
[546/796] Compiling NIOHTTP1 HTTPDecoder.swift
[547/801] Compiling NIOSOCKS ServerStateMachine.swift
[547/802] Compiling x509_lu.cc
[549/802] Compiling x509_obj.cc
[550/802] Wrapping AST for NIOSOCKS for debugging
[552/802] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[553/802] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[554/802] Compiling NIOTLS SNIHandler.swift
[555/803] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[556/803] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[557/805] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[557/805] Compiling x509_def.cc
[560/805] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[561/805] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[562/805] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[563/805] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[563/805] Compiling x509.cc
[564/805] Wrapping AST for NIOTLS for debugging
[566/805] Emitting module NIOFoundationCompat
[567/805] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[568/806] Compiling x509_cmp.cc
[569/806] Compiling x509_d2.cc
[570/828] Wrapping AST for NIOFoundationCompat for debugging
[572/828] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[573/828] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[574/828] Compiling NIOTransportServices AcceptHandler.swift
[575/828] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[575/828] Compiling v3_utl.cc
[577/828] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[578/828] Compiling NIOTransportServices NIOTSSingletons.swift
[579/828] Compiling NIOTransportServices StateManagedChannel.swift
[580/828] Compiling NIOTransportServices StateManagedListenerChannel.swift
[581/828] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[584/830] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[585/830] Emitting module NIOTransportServices
[586/830] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[587/830] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[588/830] Compiling NIOTransportServices NIOTSListenerChannel.swift
[589/830] Compiling NIOTransportServices NIOTSBootstraps.swift
[590/830] Compiling NIOTransportServices NIOTSChannelOptions.swift
[591/830] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[593/830] Compiling NIOTransportServices NIOTSErrors.swift
[594/830] Compiling NIOTransportServices NIOTSEventLoop.swift
[594/830] Compiling x509_att.cc
[596/830] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[597/830] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[601/830] Compiling NIOTransportServices NIOTSDatagramListener.swift
[602/830] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[603/830] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[603/830] Compiling v3_skey.cc
[605/831] Compiling v3_purp.cc
[606/831] Compiling v3_prn.cc
[611/831] Wrapping AST for NIOTransportServices for debugging
[613/831] Emitting module NIOHTTP1
[617/832] Compiling v3_pcons.cc
[618/832] Compiling v3_ncons.cc
[619/832] Compiling v3_ocsp.cc
[620/832] Compiling v3_pmaps.cc
[621/832] Compiling v3_lib.cc
[622/832] Compiling v3_int.cc
[623/832] Compiling v3_info.cc
[624/850] Compiling v3_ia5.cc
[625/850] Wrapping AST for NIOHTTP1 for debugging
[627/850] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[627/850] Compiling v3_enum.cc
[628/850] Compiling v3_extku.cc
[629/850] Compiling v3_crld.cc
[630/850] Compiling v3_conf.cc
[631/850] Compiling v3_genn.cc
[633/850] Emitting module NIOHTTPCompression
[634/850] Compiling NIOHPACK IndexedHeaderTable.swift
[635/850] Compiling NIOHPACK IntegerCoding.swift
[636/851] Compiling NIOHPACK HuffmanTables.swift
[637/851] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[638/851] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[639/851] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[640/851] Compiling NIOHPACK DynamicHeaderTable.swift
[641/851] Compiling NIOHPACK HPACKDecoder.swift
[641/851] Compiling v3_cpols.cc
[643/851] Compiling NIOHTTPCompression HTTPCompression.swift
[644/851] Compiling NIOHTTPCompression HTTPDecompression.swift
[645/851] Emitting module NIOHPACK
[646/852] Compiling NIOHPACK HuffmanCoding.swift
[647/852] Compiling NIOHPACK StaticHeaderTable.swift
[648/852] Compiling v3_bitst.cc
[649/852] Compiling v3_alt.cc
[651/852] Compiling NIOHPACK HPACKEncoder.swift
[652/852] Compiling NIOHPACK HPACKErrors.swift
[653/852] Compiling NIOHPACK HPACKHeader.swift
[654/852] Compiling NIOHPACK HeaderTables.swift
[654/853] Wrapping AST for NIOHTTPCompression for debugging
[655/853] Compiling v3_bcons.cc
[656/853] Compiling v3_akey.cc
[658/853] Compiling v3_akeya.cc
[659/895] Compiling t_x509a.cc
[660/911] Compiling t_x509.cc
[661/911] Wrapping AST for NIOHPACK for debugging
[662/911] Compiling t_crl.cc
[663/911] Compiling t_req.cc
[664/911] Compiling i2d_pr.cc
[665/911] Compiling name_print.cc
[666/911] Compiling rsa_pss.cc
[667/911] Compiling policy.cc
[668/911] Compiling by_file.cc
[669/911] Compiling a_verify.cc
[670/911] Compiling a_digest.cc
[671/911] Compiling asn1_gen.cc
[672/911] Compiling by_dir.cc
[673/911] Compiling a_sign.cc
[674/911] Compiling voprf.cc
[675/911] Compiling algorithm.cc
[676/911] Compiling thread_win.cc
[678/911] Emitting module NIOHTTP2
[678/919] Compiling thread_pthread.cc
[679/919] Compiling thread_none.cc
[680/919] Compiling thread.cc
[681/919] Compiling trust_token.cc
[682/919] Compiling pmbtoken.cc
[683/919] Compiling stack.cc
[684/919] Compiling siphash.cc
[685/919] Compiling sha512.cc
[687/919] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[688/919] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[689/919] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[690/919] Compiling NIOHTTP2 HTTP2StreamID.swift
[691/919] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[692/919] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[693/919] Compiling NIOHTTP2 HTTP2UserEvents.swift
[694/919] Compiling NIOHTTP2 InboundEventBuffer.swift
[694/919] Compiling rsa_print.cc
[695/919] Compiling sha1.cc
[696/919] Compiling sha256.cc
[697/919] Compiling slhdsa.cc
[699/919] Compiling NIOHTTP2 ConnectionStateMachine.swift
[700/919] Compiling NIOHTTP2 ConnectionStreamsState.swift
[701/919] Compiling NIOHTTP2 MayReceiveFrames.swift
[702/919] Compiling NIOHTTP2 ReceivingDataState.swift
[703/919] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[704/919] Compiling NIOHTTP2 ReceivingHeadersState.swift
[705/919] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[706/919] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[707/919] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[708/919] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[709/919] Compiling NIOHTTP2 HasFlowControlWindows.swift
[710/919] Compiling NIOHTTP2 HasLocalSettings.swift
[711/919] Compiling NIOHTTP2 HasRemoteSettings.swift
[712/919] Compiling NIOHTTP2 LocallyQuiescingState.swift
[713/919] Compiling NIOHTTP2 QuiescingState.swift
[714/919] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[715/919] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[716/919] Compiling NIOHTTP2 MaySendFrames.swift
[717/919] Compiling NIOHTTP2 SendingDataState.swift
[718/919] Compiling NIOHTTP2 SendingGoawayState.swift
[719/919] Compiling NIOHTTP2 SendingHeadersState.swift
[720/919] Compiling NIOHTTP2 SendingPushPromiseState.swift
[721/919] Compiling NIOHTTP2 SendingRstStreamState.swift
[722/919] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[723/919] Compiling NIOHTTP2 HTTP2SettingsState.swift
[723/919] Compiling spake2plus.cc
[724/919] Compiling rsa_extra.cc
[725/919] Compiling rc4.cc
[726/919] Compiling rsa_crypt.cc
[727/919] Compiling trusty.cc
[728/919] Compiling windows.cc
[729/919] Compiling rand.cc
[730/919] Compiling urandom.cc
[731/919] Compiling refcount.cc
[732/919] Compiling rsa_asn1.cc
[733/919] Compiling passive.cc
[734/919] Compiling ios.cc
[735/919] Compiling poly1305_arm_asm.S
[736/919] Compiling getentropy.cc
[737/919] Compiling deterministic.cc
[738/919] Compiling fork_detect.cc
[739/919] Compiling forkunsafe.cc
[741/919] Compiling NIOHTTP2 InboundWindowManager.swift
[742/919] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[743/919] Compiling NIOHTTP2 StreamChannelFlowController.swift
[744/919] Compiling NIOHTTP2 StreamChannelList.swift
[745/919] Compiling NIOHTTP2 StreamMap.swift
[746/919] Compiling NIOHTTP2 StreamStateMachine.swift
[747/919] Compiling NIOHTTP2 UnsafeTransfer.swift
[748/919] Compiling NIOHTTP2 WatermarkedFlowController.swift
[748/919] Compiling poly1305_vec.cc
[750/919] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[751/919] Compiling NIOHTTP2 HTTP2Frame.swift
[752/919] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[753/919] Compiling NIOHTTP2 HTTP2FrameParser.swift
[754/919] Compiling NIOHTTP2 HTTP2PingData.swift
[755/919] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[756/919] Compiling NIOHTTP2 HTTP2Settings.swift
[757/919] Compiling NIOHTTP2 HTTP2Stream.swift
[757/919] Compiling poly1305_arm.cc
[758/919] Compiling poly1305.cc
[759/919] Compiling pool.cc
[760/919] Compiling pkcs8.cc
[761/919] Compiling pkcs8_x509.cc
[762/919] Compiling pkcs7.cc
[763/919] Compiling p5_pbev2.cc
[765/919] Compiling NIOHTTP2 StateMachineResult.swift
[766/919] Compiling NIOHTTP2 ContentLengthVerifier.swift
[767/919] Compiling NIOHTTP2 DOSHeuristics.swift
[768/919] Compiling NIOHTTP2 Error+Any.swift
[769/919] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[770/919] Compiling NIOHTTP2 ControlFrameBuffer.swift
[771/919] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[772/919] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[773/919] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[774/919] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[775/919] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[776/919] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[777/919] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[778/919] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[779/919] Compiling NIOHTTP2 HTTP2Error.swift
[780/919] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[780/920] Compiling pkcs7_x509.cc
[782/920] Compiling pem_xaux.cc
[783/920] Compiling pem_x509.cc
[784/920] Wrapping AST for NIOHTTP2 for debugging
[785/920] Compiling pem_pkey.cc
[786/920] Compiling pem_oth.cc
[787/920] Compiling pem_lib.cc
[788/920] Compiling obj_xref.cc
[789/920] Compiling pem_info.cc
[790/920] Compiling pem_all.cc
[791/920] Compiling pem_pk8.cc
[792/920] Compiling mlkem.cc
[793/920] Compiling mldsa.cc
[794/920] Compiling md5.cc
[795/920] Compiling md4.cc
[796/920] Compiling mem.cc
[797/920] Compiling lhash.cc
[798/920] Compiling fips_shared_support.cc
[799/920] Compiling obj.cc
[800/920] Compiling poly_rq_mul.S
[801/920] Compiling kyber.cc
[802/920] Compiling sign.cc
[803/920] Compiling hrss.cc
[804/920] Compiling scrypt.cc
[805/920] Compiling ex_data.cc
[806/920] Compiling hpke.cc
[807/920] Compiling print.cc
[808/920] Compiling pbkdf.cc
[809/920] Compiling p_x25519.cc
[810/920] Compiling p_ed25519.cc
[811/920] Compiling p_x25519_asn1.cc
[812/920] Compiling p_rsa_asn1.cc
[813/920] Compiling p_rsa.cc
[814/920] Compiling p_hkdf.cc
[815/920] Compiling p_ed25519_asn1.cc
[816/920] Compiling p_ec_asn1.cc
[817/920] Compiling p_ec.cc
[818/920] Compiling p_dh.cc
[819/920] Compiling p_dsa_asn1.cc
[820/920] Compiling evp.cc
[821/920] Compiling evp_ctx.cc
[822/920] Compiling p_dh_asn1.cc
[823/920] Compiling err.cc
[824/920] Compiling ec_derive.cc
[825/920] Compiling hash_to_curve.cc
[826/920] Compiling evp_asn1.cc
[827/920] Compiling ecdh.cc
[828/920] Compiling engine.cc
[829/920] Compiling ecdsa_asn1.cc
[830/920] Compiling des.cc
[831/920] Compiling dsa.cc
[832/920] Compiling params.cc
[833/920] Compiling dsa_asn1.cc
[834/920] Compiling dh_asn1.cc
[835/920] Compiling x25519-asm-arm.S
[836/920] Compiling ec_asn1.cc
[837/920] Compiling digest_extra.cc
[838/920] Compiling bcm.cc
[839/920] Compiling crypto.cc
[840/920] Compiling curve25519.cc
[841/920] Compiling cpu_intel.cc
[842/920] Compiling spake25519.cc
[843/920] Compiling cpu_arm_linux.cc
[844/920] Compiling cpu_aarch64_win.cc
[845/920] Compiling cpu_arm_freebsd.cc
[846/920] Compiling cpu_aarch64_openbsd.cc
[847/920] Compiling cpu_aarch64_linux.cc
[848/920] Compiling curve25519_64_adx.cc
[849/920] Compiling e_tls.cc
[850/920] Compiling cpu_aarch64_sysreg.cc
[851/920] Compiling conf.cc
[851/920] Compiling cpu_aarch64_fuchsia.cc
[852/920] Compiling cpu_aarch64_apple.cc
[852/920] Compiling tls_cbc.cc
[853/920] Compiling get_cipher.cc
[856/920] Compiling e_rc4.cc
[857/920] Compiling e_des.cc
[858/920] Compiling e_aesgcmsiv.cc
[859/920] Compiling e_chacha20poly1305.cc
[860/920] Compiling e_rc2.cc
[861/920] Compiling derive_key.cc
[862/920] Compiling e_aesctrhmac.cc
[862/920] Compiling e_null.cc
[864/920] Compiling chacha.cc
[865/920] Compiling ber.cc
[866/920] Compiling unicode.cc
[867/920] Compiling buf.cc
[868/920] Compiling cbs.cc
[869/920] Compiling cbb.cc
[870/920] Compiling asn1_compat.cc
[871/920] Compiling bn_asn1.cc
[872/920] Compiling convert.cc
[873/920] Compiling socket.cc
[874/920] Compiling blake2.cc
[875/920] Compiling socket_helper.cc
[876/920] Compiling pair.cc
[877/920] Compiling printf.cc
[878/920] Compiling hexdump.cc
[879/920] Compiling errno.cc
[880/920] Compiling fd.cc
[881/920] Compiling file.cc
[882/920] Compiling connect.cc
[883/920] Compiling base64.cc
[884/920] Compiling bio.cc
[885/920] Compiling bio_mem.cc
[886/920] Compiling tasn_typ.cc
[887/920] Compiling tasn_fre.cc
[888/920] Compiling tasn_new.cc
[889/920] Compiling tasn_enc.cc
[890/920] Compiling tasn_utl.cc
[891/920] Compiling posix_time.cc
[892/920] Compiling f_string.cc
[893/920] Compiling asn1_par.cc
[894/920] Compiling tasn_dec.cc
[895/920] Compiling f_int.cc
[896/920] Compiling asn_pack.cc
[897/920] Compiling a_type.cc
[898/920] Compiling a_strnid.cc
[899/920] Compiling a_octet.cc
[900/920] Compiling a_utctm.cc
[901/920] Compiling asn1_lib.cc
[902/920] Compiling a_i2d_fp.cc
[903/920] Compiling a_time.cc
[904/920] Compiling a_strex.cc
[905/920] Wrapping AST for ArgumentParser for debugging
[906/920] Wrapping AST for Atomics for debugging
[907/920] Wrapping AST for Algorithms for debugging
[908/920] Compiling a_int.cc
[909/920] Compiling a_mbstr.cc
[910/920] Compiling a_gentm.cc
[911/920] Compiling a_object.cc
[912/920] Compiling a_dup.cc
[914/949] Compiling NIOSSL LinuxCABundle.swift
[915/949] Compiling NIOSSL NIOSSLClientHandler.swift
[916/949] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[917/949] Compiling NIOSSL NIOSSLHandler.swift
[918/952] Compiling NIOSSL NIOSSLSecureBytes.swift
[919/952] Compiling NIOSSL RNG.swift
[920/952] Compiling NIOSSL SafeCompare.swift
[921/952] Compiling NIOSSL Zeroization.swift
[922/952] Compiling NIOSSL SSLErrors.swift
[923/952] Compiling NIOSSL SSLInit.swift
[924/952] Compiling NIOSSL SSLPKCS12Bundle.swift
[925/952] Compiling NIOSSL SSLPrivateKey.swift
[926/952] Compiling NIOSSL SSLPublicKey.swift
[927/952] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[928/952] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[929/952] Compiling NIOSSL SubjectAlternativeName.swift
[930/952] Compiling NIOSSL NIOSSLServerHandler.swift
[931/952] Compiling NIOSSL ObjectIdentifier.swift
[932/952] Compiling NIOSSL PosixPort.swift
[933/952] Compiling NIOSSL SSLCallbacks.swift
[934/952] Compiling NIOSSL AndroidCABundle.swift
[935/952] Compiling NIOSSL ByteBufferBIO.swift
[936/952] Compiling NIOSSL CustomPrivateKey.swift
[937/952] Compiling NIOSSL IdentityVerification.swift
[938/952] Emitting module NIOSSL
[939/952] Compiling NIOSSL SSLCertificate.swift
[940/952] Compiling NIOSSL SSLCertificateExtensions.swift
[941/952] Compiling NIOSSL SSLConnection.swift
[942/952] Compiling NIOSSL SSLContext.swift
[943/952] Compiling NIOSSL TLSConfiguration.swift
[944/952] Compiling NIOSSL UniversalBootstrapSupport.swift
[945/952] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[946/953] Wrapping AST for NIOSSL 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 SingleIteratorPrecondition.swift
[959/1020] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[960/1020] Compiling AsyncHTTPClient Transaction.swift
[961/1020] Compiling AsyncHTTPClient Base64.swift
[962/1020] Compiling AsyncHTTPClient BasicAuth.swift
[963/1020] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[964/1020] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[965/1020] Compiling AsyncHTTPClient ConnectionPool.swift
[966/1020] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[967/1020] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[968/1020] Compiling AsyncHTTPClient TLSEventsHandler.swift
[969/1020] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[970/1020] Compiling AsyncHTTPClient HTTP1Connection.swift
[971/1020] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[972/1020] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[973/1020] Compiling AsyncHTTPClient HTTP2Connection.swift
[974/1020] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[975/1020] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[976/1020] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[977/1020] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[978/1020] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[979/1020] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[980/1020] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[981/1020] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[982/1020] Compiling AsyncHTTPClient RequestBodyLength.swift
[983/1020] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[984/1020] Compiling AsyncHTTPClient RequestOptions.swift
[985/1020] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[986/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[987/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[988/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[989/1020] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[990/1020] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[991/1020] Compiling AsyncHTTPClient RequestBag.swift
[992/1020] Compiling AsyncHTTPClient RequestValidation.swift
[993/1020] Compiling AsyncHTTPClient SSLContextCache.swift
[994/1020] Compiling AsyncHTTPClient Scheme.swift
[995/1020] Compiling AsyncHTTPClient Singleton.swift
[996/1020] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[997/1020] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[998/1020] Compiling AsyncHTTPClient Utils.swift
[999/1020] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1000/1020] Compiling AsyncHTTPClient ConnectionTarget.swift
[1001/1020] Compiling AsyncHTTPClient DeconstructedURL.swift
[1002/1020] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1003/1020] Compiling AsyncHTTPClient FoundationExtensions.swift
[1004/1020] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1005/1020] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1006/1020] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1007/1020] Compiling AsyncHTTPClient HTTPClient.swift
[1008/1020] Compiling AsyncHTTPClient HTTPHandler.swift
[1009/1020] Compiling AsyncHTTPClient LRUCache.swift
[1010/1020] Compiling AsyncHTTPClient NWErrorHandler.swift
[1011/1020] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1012/1020] Compiling AsyncHTTPClient TLSConfiguration.swift
[1013/1020] Compiling AsyncHTTPClient RedirectState.swift
[1014/1020] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1015/1021] Wrapping AST for AsyncHTTPClient for debugging
[1017/1026] Compiling APIClient APIClientError.swift
[1018/1026] Compiling APIClient APIClient.swift
[1019/1026] Compiling APIClient APIRouteHandler.swift
[1020/1026] Emitting module APIClient
[1021/1026] Compiling APIClient DefaultAPIRouteHandler.swift
[1022/1027] Wrapping AST for APIClient for debugging
[1024/1043] Compiling JiraSwift Project.swift
[1025/1043] Compiling JiraSwift RemoteLink.swift
[1026/1045] Emitting module JiraSwift
[1027/1045] Compiling JiraSwift Routes+ServerInfo.swift
[1028/1045] Compiling JiraSwift Search-Routes.swift
[1029/1045] Compiling JiraSwift Routes+Project.swift
[1030/1045] Compiling JiraSwift Routes+Search.swift
[1031/1045] Compiling JiraSwift JiraRoutes.swift
[1032/1045] Compiling JiraSwift Routes+Myself.swift
[1033/1045] Compiling JiraSwift ServerInfoResult.swift
[1034/1045] Compiling JiraSwift User.swift
[1035/1045] Compiling JiraSwift JiraClient.swift
[1036/1045] Compiling JiraSwift JiraError.swift
[1037/1045] Compiling JiraSwift SearchRequest.swift
[1038/1045] Compiling JiraSwift SearchResult.swift
[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] 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]
[1047/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]
[1048/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
[1049/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]
[1050/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
[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! (204.53s)
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.