Build Information
Successful build of ai-translate, reference main (edeaf9), with Swift 6.1 for macOS (SPM) on 31 Mar 2026 03:26:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pmacro/AITranslate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pmacro/AITranslate
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at edeaf96 Merge pull request #10 from pmacro/fix/readme-model-wording
Cloned https://github.com/pmacro/AITranslate.git
Revision (git rev-parse @):
edeaf96e9eabe11f110042f0b910a6fc10de3410
SUCCESS checkout https://github.com/pmacro/AITranslate.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pmacro/AITranslate.git
https://github.com/pmacro/AITranslate.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "openai",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/MacPaw/OpenAI.git"
}
],
"manifest_display_name" : "ai-translate",
"name" : "ai-translate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ai-translate",
"targets" : [
"AITranslate"
],
"type" : {
"executable" : null
}
},
{
"name" : "AITranslateLib",
"targets" : [
"AITranslateLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AITranslateTests",
"module_type" : "SwiftTarget",
"name" : "AITranslateTests",
"path" : "Tests/AITranslateTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AITranslateTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AITranslateTests.swift",
"ProgressDisplayTests.swift",
"StringCatalogTests.swift",
"TranslationProgressTests.swift",
"TranslationTests.swift"
],
"target_dependencies" : [
"AITranslate",
"AITranslateLib"
],
"type" : "test"
},
{
"c99name" : "AITranslateLib",
"module_type" : "SwiftTarget",
"name" : "AITranslateLib",
"path" : "Sources/AITranslateLib",
"product_dependencies" : [
"ArgumentParser",
"OpenAI"
],
"product_memberships" : [
"ai-translate",
"AITranslateLib"
],
"sources" : [
"AITranslate.swift",
"API.swift",
"ProgressDisplay.swift",
"ProgressReporter.swift",
"StringCatalog.swift",
"TranslationProgress.swift"
],
"type" : "library"
},
{
"c99name" : "AITranslate",
"module_type" : "SwiftTarget",
"name" : "AITranslate",
"path" : "Sources/AITranslate",
"product_memberships" : [
"ai-translate"
],
"sources" : [
"AITranslateCommand.swift"
],
"target_dependencies" : [
"AITranslateLib"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Write sources
[4/14] Write ai-translate-entitlement.plist
[5/14] Write sources
[10/14] Write swift-version-2F0A5646E1D333AE.txt
[12/26] Emitting module ArgumentParserToolInfo
[13/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/73] Compiling HTTPTypes HTTPFieldName.swift
[15/73] Emitting module ArgumentParser
[16/78] Compiling ArgumentParser InputKey.swift
[17/78] Compiling ArgumentParser InputOrigin.swift
[18/78] Compiling ArgumentParser Name.swift
[19/78] Compiling ArgumentParser Parsed.swift
[20/78] Compiling ArgumentParser ParsedValues.swift
[21/78] Emitting module HTTPTypes
[22/78] Compiling HTTPTypes HTTPField.swift
[23/78] Compiling ArgumentParser CodingKeyValidator.swift
[24/78] Compiling ArgumentParser NonsenseFlagsValidator.swift
[25/78] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/78] Compiling ArgumentParser PositionalArgumentsValidator.swift
[27/78] Compiling ArgumentParser UniqueNamesValidator.swift
[28/78] Compiling ArgumentParser NameSpecification.swift
[29/78] Compiling ArgumentParser Option.swift
[30/78] Compiling ArgumentParser OptionGroup.swift
[31/78] Compiling ArgumentParser ParentCommand.swift
[32/78] Compiling ArgumentParser AsyncParsableCommand.swift
[33/78] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/78] Compiling ArgumentParser CompletionsGenerator.swift
[35/78] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/78] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/78] Compiling ArgumentParser Argument.swift
[38/78] Compiling ArgumentParser ArgumentDiscussion.swift
[39/78] Compiling HTTPTypes HTTPFields.swift
[40/78] Compiling HTTPTypes NIOLock.swift
[41/78] Compiling HTTPTypes HTTPRequest.swift
[42/78] Compiling HTTPTypes ISOLatin1String.swift
[43/78] Compiling HTTPTypes HTTPParsedFields.swift
[44/78] Compiling HTTPTypes HTTPResponse.swift
[45/78] Compiling HTTPTypes HTTPRequest+URL.swift
[46/78] Compiling ArgumentParser Platform.swift
[47/78] Compiling ArgumentParser SequenceExtensions.swift
[48/78] Compiling ArgumentParser StringExtensions.swift
[49/78] Compiling ArgumentParser SwiftExtensions.swift
[50/78] Compiling ArgumentParser Tree.swift
[51/78] Compiling ArgumentParser ParserError.swift
[52/78] Compiling ArgumentParser SplitArguments.swift
[53/78] Compiling ArgumentParser DumpHelpGenerator.swift
[54/78] Compiling ArgumentParser HelpCommand.swift
[55/78] Compiling ArgumentParser HelpGenerator.swift
[56/78] Compiling ArgumentParser CommandConfiguration.swift
[57/78] Compiling ArgumentParser CommandGroup.swift
[58/78] Compiling ArgumentParser EnumerableFlag.swift
[59/78] Compiling ArgumentParser ExpressibleByArgument.swift
[60/78] Compiling ArgumentParser ParsableArguments.swift
[61/78] Compiling ArgumentParser MessageInfo.swift
[62/78] Compiling ArgumentParser UsageGenerator.swift
[63/78] Compiling ArgumentParser CollectionExtensions.swift
[64/78] Compiling ArgumentParser Foundation.swift
[65/78] Compiling ArgumentParser Mutex.swift
[66/78] Compiling ArgumentParser ParsableCommand.swift
[67/78] Compiling ArgumentParser ArgumentDecoder.swift
[68/78] Compiling ArgumentParser ArgumentDefinition.swift
[69/78] Compiling ArgumentParser ArgumentSet.swift
[70/78] Compiling ArgumentParser CommandParser.swift
[71/78] Compiling ArgumentParser ArgumentHelp.swift
[72/78] Compiling ArgumentParser ArgumentVisibility.swift
[73/78] Compiling ArgumentParser CompletionKind.swift
[74/78] Compiling ArgumentParser Errors.swift
[75/78] Compiling ArgumentParser Flag.swift
[76/142] Compiling OpenAPIRuntime URIEncodedNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/142] Compiling OpenAPIRuntime URIParsedTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/142] Compiling OpenAPIRuntime URIDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/142] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/142] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/142] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/142] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/149] Compiling OpenAPIRuntime OpenAPIValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/149] Compiling OpenAPIRuntime PrettyStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/149] Compiling OpenAPIRuntime UndocumentedPayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/149] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/149] Compiling OpenAPIRuntime CodableExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/149] Compiling OpenAPIRuntime Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/149] Compiling OpenAPIRuntime Converter+Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/149] Emitting module OpenAPIRuntime
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/149] Compiling OpenAPIRuntime ServerVariable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/149] Compiling OpenAPIRuntime URLExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/149] Compiling OpenAPIRuntime Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/149] Compiling OpenAPIRuntime ClientError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/149] Compiling OpenAPIRuntime CodingErrors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/149] Compiling OpenAPIRuntime RuntimeError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/149] Compiling OpenAPIRuntime ServerError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/149] Compiling OpenAPIRuntime Converter+Common.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/149] Compiling OpenAPIRuntime Converter+Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/149] Compiling OpenAPIRuntime Converter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/149] Compiling OpenAPIRuntime CurrencyExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/149] Compiling OpenAPIRuntime ErrorExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/149] Compiling OpenAPIRuntime FoundationExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/149] Compiling OpenAPIRuntime ParameterStyles.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/149] Compiling OpenAPIRuntime Acceptable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/149] Compiling OpenAPIRuntime Base64EncodedData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/149] Compiling OpenAPIRuntime ByteUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/149] Compiling OpenAPIRuntime ContentDisposition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/149] Compiling OpenAPIRuntime CopyOnWriteBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/149] Compiling OpenAPIRuntime Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/149] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/149] Compiling OpenAPIRuntime URIEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/149] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/149] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/149] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/149] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/149] Compiling OpenAPIRuntime URIParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/149] Compiling OpenAPIRuntime URISerializer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/149] Compiling OpenAPIRuntime JSONLinesDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/149] Compiling OpenAPIRuntime JSONLinesEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/149] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/149] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/149] Compiling OpenAPIRuntime ServerSentEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/149] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/149] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/149] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/149] Compiling OpenAPIRuntime ClientTransport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/149] Compiling OpenAPIRuntime CurrencyTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/149] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/149] Compiling OpenAPIRuntime HTTPBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/149] Compiling OpenAPIRuntime SendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/149] Compiling OpenAPIRuntime ServerTransport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/149] Compiling OpenAPIRuntime MultipartPublicTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/149] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/149] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/149] Compiling OpenAPIRuntime MultipartValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/149] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/149] Compiling OpenAPIRuntime URICodeCodingKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/149] Compiling OpenAPIRuntime URICoderConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/149] Compiling OpenAPIRuntime UniversalClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/149] Compiling OpenAPIRuntime UniversalServer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/149] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/149] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/149] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/149] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/149] Compiling OpenAPIRuntime MultipartInternalTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/280] Compiling OpenAI DataTaskPerformingURLSession.swift
[148/280] Compiling OpenAI InvalidatableSession.swift
[149/280] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[150/280] Compiling OpenAI ModelResponseStreamEventType.swift
[151/280] Compiling OpenAI PerformableSession.swift
[152/280] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[153/280] Compiling OpenAI ServerSentEventsStreamParser.swift
[154/280] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[155/280] Compiling OpenAI SessionInvalidator.swift
[156/280] Compiling OpenAI StreamingError.swift
[157/280] Compiling OpenAI StreamingSession.swift
[158/280] Compiling OpenAI URLBuilder.swift
[159/280] Compiling OpenAI URLComponents+.swift
[160/280] Compiling OpenAI URLRequestBuildable.swift
[161/280] Compiling OpenAI URLResponseHandler.swift
[162/294] Compiling OpenAI URLSessionCombine.swift
[163/294] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[164/294] Compiling OpenAI URLSessionDataTaskProtocol.swift
[165/294] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[166/294] Compiling OpenAI URLSessionDataTaskStore.swift
[167/294] Compiling OpenAI URLSessionDelegateProtocol.swift
[168/294] Compiling OpenAI URLSessionFactory.swift
[169/294] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[170/294] Compiling OpenAI URLSessionProtocol.swift
[171/294] Compiling OpenAI URLSessionTaskCanceller.swift
[172/294] Compiling OpenAI APIError.swift
[173/294] Compiling OpenAI GeminiAPIError.swift
[174/294] Compiling OpenAI AnyJSONDocument.swift
[175/294] Compiling OpenAI JSONDocument.swift
[176/294] Compiling OpenAI JSONSchema.swift
[177/294] Compiling OpenAI OpenAI+OpenAIAsync.swift
[178/294] Compiling OpenAI OpenAI+OpenAICombine.swift
[179/294] Compiling OpenAI OpenAI.swift
[180/294] Compiling OpenAI AssistantsRequest.swift
[181/294] Compiling OpenAI CancellablesFactory.swift
[182/294] Compiling OpenAI AsyncClient.swift
[183/294] Compiling OpenAI Client.swift
[184/294] Compiling OpenAI CombineClient.swift
[185/294] Compiling OpenAI StreamingClient.swift
[186/294] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
[187/294] Compiling OpenAI DataTaskFactory.swift
[188/294] Compiling OpenAI DescribedError.swift
[189/294] Compiling OpenAI DispatchQueue+Static.swift
[190/294] Compiling OpenAI ExecutionSerializer.swift
[191/294] Compiling OpenAI Schemas+Description.swift
[192/294] Emitting module OpenAI
[193/294] Compiling OpenAI JSONSchemaField.swift
[194/294] Compiling OpenAI JSONSchemaInstanceType.swift
[195/294] Compiling OpenAI JSONSchemaConvertationError.swift
[196/294] Compiling OpenAI JSONSchemaConvertible.swift
[197/294] Compiling OpenAI JSONSchemaEnumConvertible.swift
[198/294] Compiling OpenAI AssistantResult.swift
[199/294] Compiling OpenAI AssistantsQuery.swift
[200/294] Compiling OpenAI AssistantsResult.swift
[201/294] Compiling OpenAI AssistantsTool.swift
[202/294] Compiling OpenAI AudioSpeechQuery.swift
[203/294] Compiling OpenAI AudioSpeechResult.swift
[204/294] Compiling OpenAI AudioTranscriptionQuery.swift
[205/294] Compiling OpenAI AudioTranscriptionResult.swift
[206/294] Compiling OpenAI AudioTranscriptionStreamResult.swift
[207/294] Compiling OpenAI ImagesResult.swift
[208/294] Compiling OpenAI MessageQuery.swift
[209/294] Compiling OpenAI ModelQuery.swift
[210/294] Compiling OpenAI ModelResult.swift
[211/294] Compiling OpenAI Models.swift
[212/294] Compiling OpenAI ModelsResult.swift
[213/294] Compiling OpenAI ModerationsQuery.swift
[214/294] Compiling OpenAI ModerationsResult.swift
[215/294] Compiling OpenAI CreateModelResponseQuery+TextResponseConfigurationOptions.swift
[216/294] Compiling OpenAI CreateModelResponseQuery.swift
[217/294] Compiling OpenAI CreateModelResponseQueryInput.swift
[218/294] Compiling OpenAI DeleteModelResponseQuery.swift
[219/294] Compiling OpenAI DeleteModelResponseResult.swift
[220/294] Compiling OpenAI GetModelResponseQuery.swift
[221/294] Compiling OpenAI JSONRequest.swift
[222/294] Compiling OpenAI JSONResponseDecoder.swift
[223/294] Compiling OpenAI JSONResponseErrorDecoder.swift
[224/294] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[225/294] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[226/294] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[227/294] Compiling OpenAI MultipartFormDataEntry.swift
[228/294] Compiling OpenAI MultipartFormDataRequest.swift
[229/294] Compiling OpenAI OpenAI+MakeRequest.swift
[230/294] Compiling OpenAI PropertyValue.swift
[231/294] Compiling OpenAI SSLDelegateProtocol.swift
[232/294] Compiling OpenAI SendablePassthroughSubject.swift
[233/294] Compiling OpenAI StreamableQuery.swift
[234/294] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[235/294] Compiling OpenAI CodableResultStreamInterpreter.swift
[236/294] Compiling OpenAI ServiceTier.swift
[237/294] Compiling OpenAI CancellableRequest.swift
[238/294] Compiling OpenAI OpenAIAsync.swift
[239/294] Compiling OpenAI OpenAICombine.swift
[240/294] Compiling OpenAI OpenAIMiddleware.swift
[241/294] Compiling OpenAI OpenAIProtocol.swift
[242/294] Compiling OpenAI ResponsesEndpointAsync.swift
[243/294] Compiling OpenAI ResponsesEndpointCombine.swift
[244/294] Compiling OpenAI ResponsesEndpointModern.swift
[245/294] Compiling OpenAI ResponsesEndpointProtocol.swift
[246/294] Compiling OpenAI EasyInputMessage.swift
[247/294] Compiling OpenAI FunctionTool.swift
[248/294] Compiling OpenAI InputContent.swift
[249/294] Compiling OpenAI InputImage.swift
[250/294] Compiling OpenAI ResponseEvent.swift
[251/294] Compiling OpenAI ResponseObject.swift
[252/294] Compiling OpenAI RunResult.swift
[253/294] Compiling OpenAI RunRetrieveQuery.swift
[254/294] Compiling OpenAI RunRetrieveStepsResult.swift
[255/294] Compiling OpenAI RunToolOutputsQuery.swift
[256/294] Compiling OpenAI RunsQuery.swift
[257/294] Compiling OpenAI ThreadAddMessagesResult.swift
[258/294] Compiling OpenAI ThreadRunQuery.swift
[259/294] Compiling OpenAI ThreadsMessagesResult.swift
[260/294] Compiling OpenAI ThreadsQuery.swift
[261/294] Compiling OpenAI ThreadsResult.swift
[262/294] Compiling OpenAI ChatQueryWebSearchOptions.swift
[263/294] Compiling OpenAI JSONSchemaDefinition.swift
[264/294] Compiling OpenAI AudioTranscriptionVerboseResult.swift
[265/294] Compiling OpenAI AudioTranslationQuery.swift
[266/294] Compiling OpenAI AudioTranslationResult.swift
[267/294] Compiling OpenAI ChatQuery.swift
[268/294] Compiling OpenAI ChatResult.swift
[269/294] Compiling OpenAI ChatStreamResult.swift
[270/294] Compiling OpenAI EmbeddingsQuery.swift
[271/294] Compiling OpenAI EmbeddingsResult.swift
[272/294] Compiling OpenAI FilesQuery.swift
[273/294] Compiling OpenAI FilesResult.swift
[274/294] Compiling OpenAI FunctionDeclaration.swift
[275/294] Compiling OpenAI ImageEditsQuery.swift
[276/294] Compiling OpenAI ImageVariationsQuery.swift
[277/294] Compiling OpenAI ImagesQuery.swift
[278/294] Compiling OpenAI InputItem.swift
[279/294] Compiling OpenAI ResponseMCPCallArgumentsDeltaEvent.swift
[280/294] Compiling OpenAI ResponseMCPCallArgumentsDoneEvent.swift
[281/294] Compiling OpenAI ResponseOutputItemAddedEvent.swift
[282/294] Compiling OpenAI ResponseOutputItemDoneEvent.swift
[283/294] Compiling OpenAI Tool.swift
[284/294] Compiling OpenAI OutputItem.swift
[285/294] Compiling OpenAI ResponseStreamEvent.swift
[286/294] Compiling OpenAI Components.swift
[287/294] Compiling OpenAI ParsingOptions.swift
[288/294] Compiling OpenAI Utilities.swift
[289/294] Compiling OpenAI ResponsesEndpoint+Async.swift
[290/294] Compiling OpenAI ResponsesEndpoint+Combine.swift
[291/294] Compiling OpenAI ResponsesEndpoint.swift
[292/301] Compiling AITranslateLib TranslationProgress.swift
[293/301] Compiling AITranslateLib API.swift
[294/301] Compiling AITranslateLib StringCatalog.swift
[295/301] Compiling AITranslateLib ProgressReporter.swift
[296/301] Compiling AITranslateLib ProgressDisplay.swift
[297/301] Emitting module AITranslateLib
[298/301] Compiling AITranslateLib AITranslate.swift
/Users/admin/builder/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:162:17: warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
160 | let maxConcurrent = 5
161 |
162 | try await withThrowingTaskGroup(
| `- warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
163 | of: [(item: WorkItem, translation: String?)].self
164 | ) { group in
:
457 | }
458 |
459 | struct WorkItem {
| `- note: consider making struct 'WorkItem' conform to the 'Sendable' protocol
460 | let key: String
461 | let sourceText: String
/Users/admin/builder/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:164:9: warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
162 | try await withThrowingTaskGroup(
163 | of: [(item: WorkItem, translation: String?)].self
164 | ) { group in
| `- warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
165 | var inFlight = 0
166 |
:
457 | }
458 |
459 | struct WorkItem {
| `- note: consider making struct 'WorkItem' conform to the 'Sendable' protocol
460 | let key: String
461 | let sourceText: String
/Users/admin/builder/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:169:46: warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
167 | for batch in allBatches {
168 | if inFlight >= maxConcurrent {
169 | if let results = try await group.next() {
| `- warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
170 | await applyResults(results)
171 | }
:
457 | }
458 |
459 | struct WorkItem {
| `- note: consider making struct 'WorkItem' conform to the 'Sendable' protocol
460 | let key: String
461 | let sourceText: String
/Users/admin/builder/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:177:17: warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
175 | let items = batch.items
176 | let lang = batch.language
177 | group.addTask {
| `- warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
178 | let inputs = items.map { (sourceText: $0.sourceText, context: $0.context) }
179 | let translations = try await self.performBatchTranslation(
:
457 | }
458 |
459 | struct WorkItem {
| `- note: consider making struct 'WorkItem' conform to the 'Sendable' protocol
460 | let key: String
461 | let sourceText: String
/Users/admin/builder/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:190:45: warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
188 | }
189 |
190 | while let results = try await group.next() {
| `- warning: type 'WorkItem' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
191 | await applyResults(results)
192 | }
:
457 | }
458 |
459 | struct WorkItem {
| `- note: consider making struct 'WorkItem' conform to the 'Sendable' protocol
460 | let key: String
461 | let sourceText: String
/Users/admin/builder/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:177:25: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
175 | let items = batch.items
176 | let lang = batch.language
177 | group.addTask {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
178 | let inputs = items.map { (sourceText: $0.sourceText, context: $0.context) }
179 | let translations = try await self.performBatchTranslation(
180 | entries: inputs,
181 | from: catalog.sourceLanguage,
| `- note: closure captures 'catalog' which is accessible to code in the current task
182 | to: lang,
183 | api: self.api
[299/303] Emitting module AITranslate
[300/303] Compiling AITranslate AITranslateCommand.swift
[300/303] Write Objects.LinkFileList
[301/303] Linking ai-translate
[302/303] Applying ai-translate
Build complete! (35.52s)
Fetching https://github.com/MacPaw/OpenAI.git
[1/7884] Fetching openai
Fetched https://github.com/MacPaw/OpenAI.git from cache (1.30s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/6523] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.00s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.45s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.98s)
Fetching https://github.com/apple/swift-http-types from cache
Fetched https://github.com/apple/swift-http-types from cache (0.66s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.16s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.50s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at main (3f2cac9)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.11.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "openai",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/MacPaw/OpenAI.git"
}
],
"manifest_display_name" : "ai-translate",
"name" : "ai-translate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ai-translate",
"targets" : [
"AITranslate"
],
"type" : {
"executable" : null
}
},
{
"name" : "AITranslateLib",
"targets" : [
"AITranslateLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AITranslateTests",
"module_type" : "SwiftTarget",
"name" : "AITranslateTests",
"path" : "Tests/AITranslateTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AITranslateTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AITranslateTests.swift",
"ProgressDisplayTests.swift",
"StringCatalogTests.swift",
"TranslationProgressTests.swift",
"TranslationTests.swift"
],
"target_dependencies" : [
"AITranslate",
"AITranslateLib"
],
"type" : "test"
},
{
"c99name" : "AITranslateLib",
"module_type" : "SwiftTarget",
"name" : "AITranslateLib",
"path" : "Sources/AITranslateLib",
"product_dependencies" : [
"ArgumentParser",
"OpenAI"
],
"product_memberships" : [
"ai-translate",
"AITranslateLib"
],
"sources" : [
"AITranslate.swift",
"API.swift",
"ProgressDisplay.swift",
"ProgressReporter.swift",
"StringCatalog.swift",
"TranslationProgress.swift"
],
"type" : "library"
},
{
"c99name" : "AITranslate",
"module_type" : "SwiftTarget",
"name" : "AITranslate",
"path" : "Sources/AITranslate",
"product_memberships" : [
"ai-translate"
],
"sources" : [
"AITranslateCommand.swift"
],
"target_dependencies" : [
"AITranslateLib"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.