The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ai-translate, reference main (edeaf9), with Swift 6.1 for Android on 31 Mar 2026 03:37:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build 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 /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/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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pmacro/AITranslate.git
https://github.com/pmacro/AITranslate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/MacPaw/OpenAI.git
[1/7884] Fetching openai
Fetched https://github.com/MacPaw/OpenAI.git from cache (0.59s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-argument-parser.git
[1/6523] Fetching swift-openapi-runtime
[719/23994] Fetching swift-openapi-runtime, swift-argument-parser
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.88s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.89s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.65s)
Fetching https://github.com/apple/swift-http-types
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.22s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.78s)
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.56s)
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
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-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)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/19] Write sources
[9/19] Write swift-version-24593BA9C3E375BF.txt
[11/30] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/30] Emitting module ArgumentParserToolInfo
[13/31] Compiling HTTPTypes ISOLatin1String.swift
[14/32] Compiling HTTPTypes HTTPParsedFields.swift
[16/32] Compiling HTTPTypes HTTPRequest.swift
[17/32] Compiling HTTPTypes HTTPResponse.swift
[17/32] Wrapping AST for ArgumentParserToolInfo for debugging
[19/36] Compiling HTTPTypes NIOLock.swift
[20/78] Emitting module ArgumentParser
[21/84] Compiling HTTPTypes HTTPRequest+URL.swift
[22/84] Compiling ArgumentParser Foundation.swift
[23/84] Compiling ArgumentParser Mutex.swift
[24/84] Compiling ArgumentParser Platform.swift
[25/84] Compiling ArgumentParser SequenceExtensions.swift
[26/84] Compiling ArgumentParser StringExtensions.swift
[27/84] Compiling ArgumentParser SwiftExtensions.swift
[28/84] Compiling ArgumentParser Tree.swift
[29/84] Compiling ArgumentParser CodingKeyValidator.swift
[30/84] Compiling ArgumentParser NonsenseFlagsValidator.swift
[31/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/84] Compiling ArgumentParser PositionalArgumentsValidator.swift
[33/84] Compiling ArgumentParser UniqueNamesValidator.swift
[34/84] Compiling ArgumentParser InputOrigin.swift
[35/84] Compiling ArgumentParser Name.swift
[36/84] Compiling ArgumentParser Parsed.swift
[37/84] Compiling ArgumentParser ParsedValues.swift
[38/84] Compiling ArgumentParser ParserError.swift
[39/84] Compiling ArgumentParser SplitArguments.swift
[40/84] Compiling ArgumentParser DumpHelpGenerator.swift
[41/84] Compiling ArgumentParser HelpCommand.swift
[42/84] Compiling ArgumentParser HelpGenerator.swift
[43/84] Compiling ArgumentParser MessageInfo.swift
[44/84] Compiling ArgumentParser UsageGenerator.swift
[45/84] Compiling ArgumentParser CollectionExtensions.swift
[46/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/84] Compiling ArgumentParser CompletionsGenerator.swift
[48/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/84] Compiling ArgumentParser Argument.swift
[51/84] Compiling ArgumentParser ArgumentDiscussion.swift
[52/84] Compiling ArgumentParser ArgumentHelp.swift
[53/84] Compiling ArgumentParser ParsableCommand.swift
[54/84] Compiling ArgumentParser ArgumentDecoder.swift
[55/84] Compiling ArgumentParser ArgumentDefinition.swift
[56/84] Compiling ArgumentParser ArgumentSet.swift
[57/84] Compiling ArgumentParser CommandParser.swift
[58/84] Compiling ArgumentParser InputKey.swift
[59/84] Compiling ArgumentParser ParentCommand.swift
[60/84] Compiling ArgumentParser AsyncParsableCommand.swift
[61/84] Compiling ArgumentParser CommandConfiguration.swift
[62/84] Compiling ArgumentParser CommandGroup.swift
[63/84] Compiling ArgumentParser EnumerableFlag.swift
[64/84] Compiling ArgumentParser ExpressibleByArgument.swift
[65/84] Compiling ArgumentParser ParsableArguments.swift
[66/84] Compiling ArgumentParser ArgumentVisibility.swift
[67/84] Compiling ArgumentParser CompletionKind.swift
[68/84] Compiling ArgumentParser Errors.swift
[69/84] Compiling ArgumentParser Flag.swift
[70/84] Compiling ArgumentParser NameSpecification.swift
[71/84] Compiling ArgumentParser Option.swift
[72/84] Compiling ArgumentParser OptionGroup.swift
[73/85] Wrapping AST for ArgumentParser for debugging
[77/85] Emitting module HTTPTypes
[78/85] Compiling HTTPTypes HTTPFields.swift
[79/86] Wrapping AST for HTTPTypes for debugging
[81/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
[82/157] 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
[83/157] 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
[84/157] 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
[85/157] 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
[86/157] 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
[87/157] 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
[88/157] 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
[89/157] 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
[90/157] 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
[91/157] 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
[92/157] 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
[93/157] 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
[94/157] 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
[95/157] 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
[96/157] 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
[97/157] 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
[98/157] 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
[99/157] 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
[100/157] 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
[101/157] 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
[102/157] 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
[103/157] 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
[104/157] 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
[105/157] 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
[106/157] 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
[107/157] 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
[108/157] 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
[109/157] 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
[110/157] 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
[111/157] 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
[112/157] 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
[113/157] 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
[114/157] 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
[115/157] 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
[116/157] 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
[117/157] 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
[118/157] 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
[119/157] 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
[120/157] 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
[121/157] 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
[122/157] 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
[123/157] 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
[124/157] 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
[125/157] 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
[126/157] 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
[127/157] 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
[128/157] 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
[129/157] 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
[130/157] 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
[131/157] 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
[132/157] 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
[133/157] 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
[134/157] 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
[135/157] 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
[136/157] 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
[137/157] 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
[138/157] 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
[139/157] 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
[140/157] 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
[141/157] 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
[142/157] 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
[143/157] 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
[144/157] 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
[145/157] 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
[146/157] 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
[147/157] 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
[148/157] 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
[149/157] 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
[150/157] 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
[151/157] 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
[152/158] Wrapping AST for OpenAPIRuntime for debugging
[154/285] Compiling OpenAI RunsQuery.swift
[155/285] Compiling OpenAI ThreadAddMessagesResult.swift
[156/285] Compiling OpenAI ThreadRunQuery.swift
[157/285] Compiling OpenAI ThreadsMessagesResult.swift
[158/285] Compiling OpenAI ThreadsQuery.swift
[159/285] Compiling OpenAI ThreadsResult.swift
[160/285] Compiling OpenAI ChatQueryWebSearchOptions.swift
[161/285] Compiling OpenAI JSONSchemaDefinition.swift
[162/285] Compiling OpenAI ServiceTier.swift
[163/285] Compiling OpenAI CancellableRequest.swift
[164/285] Compiling OpenAI OpenAIAsync.swift
[165/285] Compiling OpenAI OpenAICombine.swift
[166/285] Compiling OpenAI OpenAIMiddleware.swift
[167/285] Compiling OpenAI OpenAIProtocol.swift
[168/285] Compiling OpenAI ResponsesEndpointAsync.swift
[169/285] Compiling OpenAI ResponsesEndpointCombine.swift
[170/285] Compiling OpenAI ResponsesEndpointModern.swift
[171/285] Compiling OpenAI ResponsesEndpointProtocol.swift
[172/303] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[173/303] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[174/303] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[175/303] Compiling OpenAI MultipartFormDataEntry.swift
[176/303] Compiling OpenAI MultipartFormDataRequest.swift
[177/303] Compiling OpenAI OpenAI+MakeRequest.swift
[178/303] Compiling OpenAI PropertyValue.swift
[179/303] Compiling OpenAI SSLDelegateProtocol.swift
[180/303] Compiling OpenAI SendablePassthroughSubject.swift
[181/303] Compiling OpenAI StreamableQuery.swift
[182/303] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[183/303] Compiling OpenAI CodableResultStreamInterpreter.swift
[184/303] Compiling OpenAI DataTaskPerformingURLSession.swift
[185/303] Compiling OpenAI InvalidatableSession.swift
[186/303] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[187/303] Compiling OpenAI ModelResponseStreamEventType.swift
[188/303] Compiling OpenAI PerformableSession.swift
[189/303] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[190/303] Compiling OpenAI ModelQuery.swift
[191/303] Compiling OpenAI ModelResult.swift
[192/303] Compiling OpenAI Models.swift
[193/303] Compiling OpenAI ModelsResult.swift
[194/303] Compiling OpenAI ModerationsQuery.swift
[195/303] Compiling OpenAI ModerationsResult.swift
[196/303] Compiling OpenAI CreateModelResponseQuery+TextResponseConfigurationOptions.swift
[197/303] Compiling OpenAI CreateModelResponseQuery.swift
[198/303] Compiling OpenAI CreateModelResponseQueryInput.swift
[199/303] Compiling OpenAI DeleteModelResponseQuery.swift
[200/303] Compiling OpenAI DeleteModelResponseResult.swift
[201/303] Compiling OpenAI GetModelResponseQuery.swift
[202/303] Compiling OpenAI ResponseEvent.swift
[203/303] Compiling OpenAI ResponseObject.swift
[204/303] Compiling OpenAI RunResult.swift
[205/303] Compiling OpenAI RunRetrieveQuery.swift
[206/303] Compiling OpenAI RunRetrieveStepsResult.swift
[207/303] Compiling OpenAI RunToolOutputsQuery.swift
[208/303] Compiling OpenAI URLSessionTaskCanceller.swift
[209/303] Compiling OpenAI APIError.swift
[210/303] Compiling OpenAI GeminiAPIError.swift
[211/303] Compiling OpenAI AnyJSONDocument.swift
[212/303] Compiling OpenAI JSONDocument.swift
[213/303] Compiling OpenAI JSONSchema.swift
[214/303] Compiling OpenAI JSONSchemaField.swift
[215/303] Compiling OpenAI JSONSchemaInstanceType.swift
[216/303] Compiling OpenAI JSONSchemaConvertationError.swift
[217/303] Compiling OpenAI JSONSchemaConvertible.swift
[218/303] Compiling OpenAI JSONSchemaEnumConvertible.swift
[219/303] Compiling OpenAI AssistantResult.swift
[220/303] Compiling OpenAI AssistantsQuery.swift
[221/303] Compiling OpenAI AssistantsResult.swift
[222/303] Compiling OpenAI AssistantsTool.swift
[223/303] Compiling OpenAI AudioSpeechQuery.swift
[224/303] Compiling OpenAI AudioSpeechResult.swift
[225/303] Compiling OpenAI AudioTranscriptionQuery.swift
[226/303] Emitting module OpenAI
[227/303] Compiling OpenAI OpenAI+OpenAIAsync.swift
[228/303] Compiling OpenAI OpenAI+OpenAICombine.swift
[229/303] Compiling OpenAI OpenAI.swift
[230/303] Compiling OpenAI AssistantsRequest.swift
[231/303] Compiling OpenAI CancellablesFactory.swift
[232/303] Compiling OpenAI AsyncClient.swift
[233/303] Compiling OpenAI Client.swift
[234/303] Compiling OpenAI CombineClient.swift
[235/303] Compiling OpenAI StreamingClient.swift
[236/303] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
[237/303] Compiling OpenAI DataTaskFactory.swift
[238/303] Compiling OpenAI DescribedError.swift
[239/303] Compiling OpenAI DispatchQueue+Static.swift
[240/303] Compiling OpenAI ExecutionSerializer.swift
[241/303] Compiling OpenAI Schemas+Description.swift
[242/303] Compiling OpenAI JSONRequest.swift
[243/303] Compiling OpenAI JSONResponseDecoder.swift
[244/303] Compiling OpenAI JSONResponseErrorDecoder.swift
[245/303] Compiling OpenAI AudioTranscriptionResult.swift
[246/303] Compiling OpenAI AudioTranscriptionStreamResult.swift
[247/303] Compiling OpenAI AudioTranscriptionVerboseResult.swift
[248/303] Compiling OpenAI AudioTranslationQuery.swift
[249/303] Compiling OpenAI AudioTranslationResult.swift
[250/303] Compiling OpenAI ChatQuery.swift
[251/303] Compiling OpenAI ChatResult.swift
[252/303] Compiling OpenAI ChatStreamResult.swift
[253/303] Compiling OpenAI EmbeddingsQuery.swift
[254/303] Compiling OpenAI EmbeddingsResult.swift
[255/303] Compiling OpenAI FilesQuery.swift
[256/303] Compiling OpenAI FilesResult.swift
[257/303] Compiling OpenAI FunctionDeclaration.swift
[258/303] Compiling OpenAI ImageEditsQuery.swift
[259/303] Compiling OpenAI ImageVariationsQuery.swift
[260/303] Compiling OpenAI ImagesQuery.swift
[261/303] Compiling OpenAI ImagesResult.swift
[262/303] Compiling OpenAI MessageQuery.swift
[263/303] Compiling OpenAI ServerSentEventsStreamParser.swift
[264/303] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[265/303] Compiling OpenAI SessionInvalidator.swift
[266/303] Compiling OpenAI StreamingError.swift
[267/303] Compiling OpenAI StreamingSession.swift
[268/303] Compiling OpenAI URLBuilder.swift
[269/303] Compiling OpenAI URLComponents+.swift
[270/303] Compiling OpenAI URLRequestBuildable.swift
[271/303] Compiling OpenAI URLResponseHandler.swift
[272/303] Compiling OpenAI URLSessionCombine.swift
[273/303] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[274/303] Compiling OpenAI URLSessionDataTaskProtocol.swift
[275/303] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[276/303] Compiling OpenAI URLSessionDataTaskStore.swift
[277/303] Compiling OpenAI URLSessionDelegateProtocol.swift
[278/303] Compiling OpenAI URLSessionFactory.swift
[279/303] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[280/303] Compiling OpenAI URLSessionProtocol.swift
[281/303] Compiling OpenAI EasyInputMessage.swift
[282/303] Compiling OpenAI FunctionTool.swift
[283/303] Compiling OpenAI InputContent.swift
[284/303] Compiling OpenAI InputImage.swift
[285/303] Compiling OpenAI InputItem.swift
[286/303] Compiling OpenAI ResponseMCPCallArgumentsDeltaEvent.swift
[287/303] Compiling OpenAI ResponseMCPCallArgumentsDoneEvent.swift
[288/303] Compiling OpenAI ResponseOutputItemAddedEvent.swift
[289/303] Compiling OpenAI ResponseOutputItemDoneEvent.swift
[290/303] Compiling OpenAI Tool.swift
[291/303] Compiling OpenAI OutputItem.swift
[292/303] Compiling OpenAI ResponseStreamEvent.swift
[293/303] Compiling OpenAI Components.swift
[294/303] Compiling OpenAI ParsingOptions.swift
[295/303] Compiling OpenAI Utilities.swift
[296/303] Compiling OpenAI ResponsesEndpoint+Async.swift
[297/303] Compiling OpenAI ResponsesEndpoint+Combine.swift
[298/303] Compiling OpenAI ResponsesEndpoint.swift
[299/304] Wrapping AST for OpenAI for debugging
[301/311] Compiling AITranslateLib TranslationProgress.swift
[302/311] Compiling AITranslateLib API.swift
[303/311] Emitting module AITranslateLib
[304/311] Compiling AITranslateLib StringCatalog.swift
[305/311] Compiling AITranslateLib ProgressDisplay.swift
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:34:13: error: cannot find 'write' in scope
 32 |         signal(SIGINT) { _ in
 33 |             var buf = Array("\u{1B}[?25h\u{1B}[?1049l\n".utf8)
 34 |             write(STDERR_FILENO, &buf, buf.count)
    |             `- error: cannot find 'write' in scope
 35 |             _Exit(130)
 36 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:34:19: error: cannot find 'STDERR_FILENO' in scope
 32 |         signal(SIGINT) { _ in
 33 |             var buf = Array("\u{1B}[?25h\u{1B}[?1049l\n".utf8)
 34 |             write(STDERR_FILENO, &buf, buf.count)
    |                   `- error: cannot find 'STDERR_FILENO' in scope
 35 |             _Exit(130)
 36 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:63:24: error: cannot find 'SIG_DFL' in scope
 61 |         // Show cursor + switch back to main screen buffer
 62 |         writeStderr("\u{1B}[?25h\u{1B}[?1049l")
 63 |         signal(SIGINT, SIG_DFL)
    |                        `- error: cannot find 'SIG_DFL' in scope
 64 |
 65 |         return snap
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:69:18: error: cannot find 'winsize' in scope
 67 |
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
    |                  `- error: cannot find 'winsize' in scope
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
 71 |             return max(Int(ws.ws_col), minWidth)
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:70:12: error: cannot find 'ioctl' in scope
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
    |            `- error: cannot find 'ioctl' in scope
 71 |             return max(Int(ws.ws_col), minWidth)
 72 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:70:18: error: cannot find 'STDERR_FILENO' in scope
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
    |                  `- error: cannot find 'STDERR_FILENO' in scope
 71 |             return max(Int(ws.ws_col), minWidth)
 72 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:70:38: error: cannot find 'TIOCGWINSZ' in scope
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
    |                                      `- error: cannot find 'TIOCGWINSZ' in scope
 71 |             return max(Int(ws.ws_col), minWidth)
 72 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:77:18: error: cannot find 'winsize' in scope
 75 |
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
    |                  `- error: cannot find 'winsize' in scope
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
 79 |             return Int(ws.ws_row)
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:78:12: error: cannot find 'ioctl' in scope
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
    |            `- error: cannot find 'ioctl' in scope
 79 |             return Int(ws.ws_row)
 80 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:78:18: error: cannot find 'STDERR_FILENO' in scope
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
    |                  `- error: cannot find 'STDERR_FILENO' in scope
 79 |             return Int(ws.ws_row)
 80 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:78:38: error: cannot find 'TIOCGWINSZ' in scope
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
    |                                      `- error: cannot find 'TIOCGWINSZ' in scope
 79 |             return Int(ws.ws_row)
 80 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:248:13: error: cannot find 'write' in scope
246 |     while offset < data.count {
247 |         let result = data[offset...].withUnsafeBufferPointer { ptr in
248 |             write(STDERR_FILENO, ptr.baseAddress!, ptr.count)
    |             `- error: cannot find 'write' in scope
249 |         }
250 |         if result <= 0 { break }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:248:19: error: cannot find 'STDERR_FILENO' in scope
246 |     while offset < data.count {
247 |         let result = data[offset...].withUnsafeBufferPointer { ptr in
248 |             write(STDERR_FILENO, ptr.baseAddress!, ptr.count)
    |                   `- error: cannot find 'STDERR_FILENO' in scope
249 |         }
250 |         if result <= 0 { break }
[306/311] Compiling AITranslateLib AITranslate.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:381:32: error: value of type 'FileManager' has no member 'trashItem'
379 |       let backupFileURL = inputFile.appendingPathExtension("original")
380 |
381 |       try? FileManager.default.trashItem(
    |                                `- error: value of type 'FileManager' has no member 'trashItem'
382 |         at: backupFileURL,
383 |         resultingItemURL: nil
/host/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:383:27: error: 'nil' requires a contextual type
381 |       try? FileManager.default.trashItem(
382 |         at: backupFileURL,
383 |         resultingItemURL: nil
    |                           `- error: 'nil' requires a contextual type
384 |       )
385 |
[307/311] Compiling AITranslateLib ProgressReporter.swift
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressReporter.swift:59:25: error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
57 |
58 |     public func finished() {
59 |         let formatter = DateComponentsFormatter()
   |                         `- error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
60 |         formatter.allowedUnits = [.hour, .minute, .second]
61 |         formatter.unitsStyle = .full
Foundation.DateComponentsFormatter:2:12: note: 'DateComponentsFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class DateComponentsFormatter : Formatter, @unchecked Sendable {
   |            `- note: 'DateComponentsFormatter' has been explicitly marked unavailable here
 3 |     public enum UnitsStyle : Int, Sendable {
 4 |         case positional
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write swift-version-24593BA9C3E375BF.txt
[4/23] Compiling HTTPTypes HTTPParsedFields.swift
[5/24] Compiling HTTPTypes ISOLatin1String.swift
[6/24] Compiling HTTPTypes HTTPRequest.swift
[7/24] Compiling HTTPTypes HTTPResponse.swift
[8/24] Compiling HTTPTypes HTTPRequest+URL.swift
[9/24] Compiling HTTPTypes NIOLock.swift
[10/24] Compiling HTTPTypes HTTPField.swift
[11/24] Compiling HTTPTypes HTTPFieldName.swift
[12/24] Compiling HTTPTypes HTTPFields.swift
[13/24] Emitting module HTTPTypes
[14/24] Emitting module ArgumentParserToolInfo
[15/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/133] Emitting module ArgumentParser
[19/139] Compiling OpenAPIRuntime URICodeCodingKey.swift
[20/139] Compiling OpenAPIRuntime URICoderConfiguration.swift
[21/139] Compiling OpenAPIRuntime URIEncodedNode.swift
[22/139] Compiling OpenAPIRuntime URIParsedTypes.swift
[23/139] Compiling OpenAPIRuntime URIDecoder.swift
[24/139] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[25/139] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[26/139] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[27/147] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[28/147] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[29/147] Compiling OpenAPIRuntime ServerSentEvents.swift
[30/147] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[31/147] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[32/147] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[33/147] Compiling OpenAPIRuntime ErrorExtensions.swift
[34/147] Compiling OpenAPIRuntime FoundationExtensions.swift
[35/147] Compiling OpenAPIRuntime ParameterStyles.swift
[36/147] Compiling OpenAPIRuntime ServerVariable.swift
[37/147] Compiling OpenAPIRuntime URLExtensions.swift
[38/147] Compiling OpenAPIRuntime Deprecated.swift
[39/147] Compiling OpenAPIRuntime ClientError.swift
[40/147] Compiling OpenAPIRuntime CodingErrors.swift
[41/147] Compiling OpenAPIRuntime RuntimeError.swift
[42/147] Compiling OpenAPIRuntime ClientTransport.swift
[43/147] Compiling OpenAPIRuntime CurrencyTypes.swift
[44/147] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[45/147] Compiling OpenAPIRuntime HTTPBody.swift
[46/147] Compiling OpenAPIRuntime SendableMetatype.swift
[47/147] Compiling OpenAPIRuntime ServerTransport.swift
[48/147] Compiling OpenAPIRuntime UniversalClient.swift
[49/147] Compiling OpenAPIRuntime UniversalServer.swift
[50/147] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[51/147] Compiling OpenAPIRuntime Acceptable.swift
[52/147] Compiling OpenAPIRuntime Base64EncodedData.swift
[53/147] Compiling OpenAPIRuntime ByteUtilities.swift
[54/147] Compiling OpenAPIRuntime ContentDisposition.swift
[55/147] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[56/147] Compiling OpenAPIRuntime Lock.swift
[57/147] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[58/147] Compiling OpenAPIRuntime OpenAPIValue.swift
[59/147] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[60/147] Compiling OpenAPIRuntime UndocumentedPayload.swift
[61/147] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[62/147] Compiling OpenAPIRuntime CodableExtensions.swift
[63/147] Compiling OpenAPIRuntime Configuration.swift
[64/147] Compiling OpenAPIRuntime Converter+Client.swift
[65/147] Compiling OpenAPIRuntime Converter+Common.swift
[66/147] Compiling OpenAPIRuntime Converter+Server.swift
[67/147] Compiling OpenAPIRuntime Converter.swift
[68/147] Compiling OpenAPIRuntime CurrencyExtensions.swift
[69/147] Compiling ArgumentParser Tree.swift
[70/147] Compiling ArgumentParser CodingKeyValidator.swift
[71/147] Compiling ArgumentParser NonsenseFlagsValidator.swift
[72/147] Compiling ArgumentParser ParsableArgumentsValidation.swift
[73/147] Compiling ArgumentParser PositionalArgumentsValidator.swift
[74/147] Compiling ArgumentParser UniqueNamesValidator.swift
[75/147] Emitting module OpenAPIRuntime
[82/147] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[83/147] Compiling OpenAPIRuntime MultipartValidation.swift
[84/147] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[85/147] Compiling OpenAPIRuntime ServerError.swift
[86/147] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[87/147] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[120/147] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[121/147] Compiling OpenAPIRuntime URIEncoder.swift
[122/147] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[123/147] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[124/147] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[125/147] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[126/147] Compiling OpenAPIRuntime URIParser.swift
[127/147] Compiling OpenAPIRuntime URISerializer.swift
[143/274] Compiling OpenAI ServerSentEventsStreamParser.swift
[144/274] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[145/274] Compiling OpenAI SessionInvalidator.swift
[146/274] Compiling OpenAI StreamingError.swift
[147/274] Compiling OpenAI StreamingSession.swift
[148/274] Compiling OpenAI URLBuilder.swift
[149/274] Compiling OpenAI URLComponents+.swift
[150/274] Compiling OpenAI URLRequestBuildable.swift
[151/274] Compiling OpenAI URLResponseHandler.swift
[152/274] Compiling OpenAI URLSessionCombine.swift
[153/274] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[154/274] Compiling OpenAI URLSessionDataTaskProtocol.swift
[155/274] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[156/274] Compiling OpenAI URLSessionDataTaskStore.swift
[157/274] Compiling OpenAI URLSessionDelegateProtocol.swift
[158/274] Compiling OpenAI URLSessionFactory.swift
[159/274] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[160/274] Compiling OpenAI URLSessionProtocol.swift
[161/292] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[162/292] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[163/292] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[164/292] Compiling OpenAI MultipartFormDataEntry.swift
[165/292] Compiling OpenAI MultipartFormDataRequest.swift
[166/292] Compiling OpenAI OpenAI+MakeRequest.swift
[167/292] Compiling OpenAI PropertyValue.swift
[168/292] Compiling OpenAI SSLDelegateProtocol.swift
[169/292] Compiling OpenAI SendablePassthroughSubject.swift
[170/292] Compiling OpenAI StreamableQuery.swift
[171/292] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[172/292] Compiling OpenAI CodableResultStreamInterpreter.swift
[173/292] Compiling OpenAI DataTaskPerformingURLSession.swift
[174/292] Compiling OpenAI InvalidatableSession.swift
[175/292] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[176/292] Compiling OpenAI ModelResponseStreamEventType.swift
[177/292] Compiling OpenAI PerformableSession.swift
[178/292] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[179/292] Compiling OpenAI RunsQuery.swift
[180/292] Compiling OpenAI ThreadAddMessagesResult.swift
[181/292] Compiling OpenAI ThreadRunQuery.swift
[182/292] Compiling OpenAI ThreadsMessagesResult.swift
[183/292] Compiling OpenAI ThreadsQuery.swift
[184/292] Compiling OpenAI ThreadsResult.swift
[185/292] Compiling OpenAI ChatQueryWebSearchOptions.swift
[186/292] Compiling OpenAI JSONSchemaDefinition.swift
[187/292] Compiling OpenAI ServiceTier.swift
[188/292] Compiling OpenAI CancellableRequest.swift
[189/292] Compiling OpenAI OpenAIAsync.swift
[190/292] Compiling OpenAI OpenAICombine.swift
[191/292] Compiling OpenAI OpenAIMiddleware.swift
[192/292] Compiling OpenAI OpenAIProtocol.swift
[193/292] Compiling OpenAI ResponsesEndpointAsync.swift
[194/292] Compiling OpenAI ResponsesEndpointCombine.swift
[195/292] Compiling OpenAI ResponsesEndpointModern.swift
[196/292] Compiling OpenAI ResponsesEndpointProtocol.swift
[197/292] Emitting module OpenAI
[198/292] Compiling OpenAI OpenAI+OpenAIAsync.swift
[199/292] Compiling OpenAI OpenAI+OpenAICombine.swift
[200/292] Compiling OpenAI OpenAI.swift
[201/292] Compiling OpenAI AssistantsRequest.swift
[202/292] Compiling OpenAI CancellablesFactory.swift
[203/292] Compiling OpenAI AsyncClient.swift
[204/292] Compiling OpenAI Client.swift
[205/292] Compiling OpenAI CombineClient.swift
[206/292] Compiling OpenAI StreamingClient.swift
[207/292] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
[208/292] Compiling OpenAI DataTaskFactory.swift
[209/292] Compiling OpenAI DescribedError.swift
[210/292] Compiling OpenAI DispatchQueue+Static.swift
[211/292] Compiling OpenAI ExecutionSerializer.swift
[212/292] Compiling OpenAI Schemas+Description.swift
[213/292] Compiling OpenAI JSONRequest.swift
[214/292] Compiling OpenAI JSONResponseDecoder.swift
[215/292] Compiling OpenAI JSONResponseErrorDecoder.swift
[216/292] Compiling OpenAI URLSessionTaskCanceller.swift
[217/292] Compiling OpenAI APIError.swift
[218/292] Compiling OpenAI GeminiAPIError.swift
[219/292] Compiling OpenAI AnyJSONDocument.swift
[220/292] Compiling OpenAI JSONDocument.swift
[221/292] Compiling OpenAI JSONSchema.swift
[222/292] Compiling OpenAI JSONSchemaField.swift
[223/292] Compiling OpenAI JSONSchemaInstanceType.swift
[224/292] Compiling OpenAI JSONSchemaConvertationError.swift
[225/292] Compiling OpenAI JSONSchemaConvertible.swift
[226/292] Compiling OpenAI JSONSchemaEnumConvertible.swift
[227/292] Compiling OpenAI AssistantResult.swift
[228/292] Compiling OpenAI AssistantsQuery.swift
[229/292] Compiling OpenAI AssistantsResult.swift
[230/292] Compiling OpenAI AssistantsTool.swift
[231/292] Compiling OpenAI AudioSpeechQuery.swift
[232/292] Compiling OpenAI AudioSpeechResult.swift
[233/292] Compiling OpenAI AudioTranscriptionQuery.swift
[234/292] Compiling OpenAI AudioTranscriptionResult.swift
[235/292] Compiling OpenAI AudioTranscriptionStreamResult.swift
[236/292] Compiling OpenAI AudioTranscriptionVerboseResult.swift
[237/292] Compiling OpenAI AudioTranslationQuery.swift
[238/292] Compiling OpenAI AudioTranslationResult.swift
[239/292] Compiling OpenAI ChatQuery.swift
[240/292] Compiling OpenAI ChatResult.swift
[241/292] Compiling OpenAI ChatStreamResult.swift
[242/292] Compiling OpenAI EmbeddingsQuery.swift
[243/292] Compiling OpenAI EmbeddingsResult.swift
[244/292] Compiling OpenAI FilesQuery.swift
[245/292] Compiling OpenAI FilesResult.swift
[246/292] Compiling OpenAI FunctionDeclaration.swift
[247/292] Compiling OpenAI ImageEditsQuery.swift
[248/292] Compiling OpenAI ImageVariationsQuery.swift
[249/292] Compiling OpenAI ImagesQuery.swift
[250/292] Compiling OpenAI ImagesResult.swift
[251/292] Compiling OpenAI MessageQuery.swift
[252/292] Compiling OpenAI ModelQuery.swift
[253/292] Compiling OpenAI ModelResult.swift
[254/292] Compiling OpenAI Models.swift
[255/292] Compiling OpenAI ModelsResult.swift
[256/292] Compiling OpenAI ModerationsQuery.swift
[257/292] Compiling OpenAI ModerationsResult.swift
[258/292] Compiling OpenAI CreateModelResponseQuery+TextResponseConfigurationOptions.swift
[259/292] Compiling OpenAI CreateModelResponseQuery.swift
[260/292] Compiling OpenAI CreateModelResponseQueryInput.swift
[261/292] Compiling OpenAI DeleteModelResponseQuery.swift
[262/292] Compiling OpenAI DeleteModelResponseResult.swift
[263/292] Compiling OpenAI GetModelResponseQuery.swift
[264/292] Compiling OpenAI ResponseEvent.swift
[265/292] Compiling OpenAI ResponseObject.swift
[266/292] Compiling OpenAI RunResult.swift
[267/292] Compiling OpenAI RunRetrieveQuery.swift
[268/292] Compiling OpenAI RunRetrieveStepsResult.swift
[269/292] Compiling OpenAI RunToolOutputsQuery.swift
[270/292] Compiling OpenAI EasyInputMessage.swift
[271/292] Compiling OpenAI FunctionTool.swift
[272/292] Compiling OpenAI InputContent.swift
[273/292] Compiling OpenAI InputImage.swift
[274/292] Compiling OpenAI InputItem.swift
[275/292] Compiling OpenAI ResponseMCPCallArgumentsDeltaEvent.swift
[276/292] Compiling OpenAI ResponseMCPCallArgumentsDoneEvent.swift
[277/292] Compiling OpenAI ResponseOutputItemAddedEvent.swift
[278/292] Compiling OpenAI ResponseOutputItemDoneEvent.swift
[279/292] Compiling OpenAI Tool.swift
[280/292] Compiling OpenAI OutputItem.swift
[281/292] Compiling OpenAI ResponseStreamEvent.swift
[282/292] Compiling OpenAI Components.swift
[283/292] Compiling OpenAI ParsingOptions.swift
[284/292] Compiling OpenAI Utilities.swift
[285/292] Compiling OpenAI ResponsesEndpoint+Async.swift
[286/292] Compiling OpenAI ResponsesEndpoint+Combine.swift
[287/292] Compiling OpenAI ResponsesEndpoint.swift
[288/293] Wrapping AST for OpenAI for debugging
[290/300] Compiling AITranslateLib ProgressReporter.swift
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressReporter.swift:59:25: error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
57 |
58 |     public func finished() {
59 |         let formatter = DateComponentsFormatter()
   |                         `- error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
60 |         formatter.allowedUnits = [.hour, .minute, .second]
61 |         formatter.unitsStyle = .full
Foundation.DateComponentsFormatter:2:12: note: 'DateComponentsFormatter' has been explicitly marked unavailable here
 1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
 2 | open class DateComponentsFormatter : Formatter, @unchecked Sendable {
   |            `- note: 'DateComponentsFormatter' has been explicitly marked unavailable here
 3 |     public enum UnitsStyle : Int, Sendable {
 4 |         case positional
[291/300] Compiling AITranslateLib TranslationProgress.swift
[292/300] Compiling AITranslateLib AITranslate.swift
/host/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:381:32: error: value of type 'FileManager' has no member 'trashItem'
379 |       let backupFileURL = inputFile.appendingPathExtension("original")
380 |
381 |       try? FileManager.default.trashItem(
    |                                `- error: value of type 'FileManager' has no member 'trashItem'
382 |         at: backupFileURL,
383 |         resultingItemURL: nil
/host/spi-builder-workspace/Sources/AITranslateLib/AITranslate.swift:383:27: error: 'nil' requires a contextual type
381 |       try? FileManager.default.trashItem(
382 |         at: backupFileURL,
383 |         resultingItemURL: nil
    |                           `- error: 'nil' requires a contextual type
384 |       )
385 |
[293/300] Emitting module AITranslateLib
[294/300] Compiling AITranslateLib ProgressDisplay.swift
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:34:13: error: cannot find 'write' in scope
 32 |         signal(SIGINT) { _ in
 33 |             var buf = Array("\u{1B}[?25h\u{1B}[?1049l\n".utf8)
 34 |             write(STDERR_FILENO, &buf, buf.count)
    |             `- error: cannot find 'write' in scope
 35 |             _Exit(130)
 36 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:34:19: error: cannot find 'STDERR_FILENO' in scope
 32 |         signal(SIGINT) { _ in
 33 |             var buf = Array("\u{1B}[?25h\u{1B}[?1049l\n".utf8)
 34 |             write(STDERR_FILENO, &buf, buf.count)
    |                   `- error: cannot find 'STDERR_FILENO' in scope
 35 |             _Exit(130)
 36 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:63:24: error: cannot find 'SIG_DFL' in scope
 61 |         // Show cursor + switch back to main screen buffer
 62 |         writeStderr("\u{1B}[?25h\u{1B}[?1049l")
 63 |         signal(SIGINT, SIG_DFL)
    |                        `- error: cannot find 'SIG_DFL' in scope
 64 |
 65 |         return snap
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:69:18: error: cannot find 'winsize' in scope
 67 |
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
    |                  `- error: cannot find 'winsize' in scope
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
 71 |             return max(Int(ws.ws_col), minWidth)
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:70:12: error: cannot find 'ioctl' in scope
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
    |            `- error: cannot find 'ioctl' in scope
 71 |             return max(Int(ws.ws_col), minWidth)
 72 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:70:18: error: cannot find 'STDERR_FILENO' in scope
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
    |                  `- error: cannot find 'STDERR_FILENO' in scope
 71 |             return max(Int(ws.ws_col), minWidth)
 72 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:70:38: error: cannot find 'TIOCGWINSZ' in scope
 68 |     private func terminalWidth() -> Int {
 69 |         var ws = winsize()
 70 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_col > 0 {
    |                                      `- error: cannot find 'TIOCGWINSZ' in scope
 71 |             return max(Int(ws.ws_col), minWidth)
 72 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:77:18: error: cannot find 'winsize' in scope
 75 |
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
    |                  `- error: cannot find 'winsize' in scope
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
 79 |             return Int(ws.ws_row)
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:78:12: error: cannot find 'ioctl' in scope
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
    |            `- error: cannot find 'ioctl' in scope
 79 |             return Int(ws.ws_row)
 80 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:78:18: error: cannot find 'STDERR_FILENO' in scope
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
    |                  `- error: cannot find 'STDERR_FILENO' in scope
 79 |             return Int(ws.ws_row)
 80 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:78:38: error: cannot find 'TIOCGWINSZ' in scope
 76 |     private func terminalHeight() -> Int {
 77 |         var ws = winsize()
 78 |         if ioctl(STDERR_FILENO, UInt(TIOCGWINSZ), &ws) == 0, ws.ws_row > 0 {
    |                                      `- error: cannot find 'TIOCGWINSZ' in scope
 79 |             return Int(ws.ws_row)
 80 |         }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:248:13: error: cannot find 'write' in scope
246 |     while offset < data.count {
247 |         let result = data[offset...].withUnsafeBufferPointer { ptr in
248 |             write(STDERR_FILENO, ptr.baseAddress!, ptr.count)
    |             `- error: cannot find 'write' in scope
249 |         }
250 |         if result <= 0 { break }
/host/spi-builder-workspace/Sources/AITranslateLib/ProgressDisplay.swift:248:19: error: cannot find 'STDERR_FILENO' in scope
246 |     while offset < data.count {
247 |         let result = data[offset...].withUnsafeBufferPointer { ptr in
248 |             write(STDERR_FILENO, ptr.baseAddress!, ptr.count)
    |                   `- error: cannot find 'STDERR_FILENO' in scope
249 |         }
250 |         if result <= 0 { break }
[295/300] Compiling AITranslateLib API.swift
[296/300] Compiling AITranslateLib StringCatalog.swift
BUILD FAILURE 6.1 android