The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build translate_tool, reference 3.3.1 (9236d7), with Swift 6.1 for Linux on 30 Apr 2025 07:30:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cenkbilgen/translate_strings.git
Reference: 3.3.1
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/cenkbilgen/translate_strings
 * tag               3.3.1      -> FETCH_HEAD
HEAD is now at 9236d78 update help message
Cloned https://github.com/cenkbilgen/translate_strings.git
Revision (git rev-parse @):
9236d789d428c989fc64c1ab610c117b4b0c082f
SUCCESS checkout https://github.com/cenkbilgen/translate_strings.git at 3.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cenkbilgen/translate_strings.git
https://github.com/cenkbilgen/translate_strings.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "stringscatalogkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cenkbilgen/StringsCatalogKit.git"
    },
    {
      "identity" : "keychainsimple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cenkbilgen/KeychainSimple.git"
    }
  ],
  "manifest_display_name" : "translate_tool",
  "name" : "translate_tool",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "strings_catalog_translate",
      "targets" : [
        "StringsCatalogTranslate",
        "TranslationServices"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TranslationServices",
      "targets" : [
        "TranslationServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TranslationServices",
      "module_type" : "SwiftTarget",
      "name" : "TranslationServices",
      "path" : "Sources/TranslationServices",
      "product_memberships" : [
        "strings_catalog_translate",
        "TranslationServices"
      ],
      "sources" : [
        "Errors.swift",
        "LLMAPI.swift",
        "ModelSelectable.swift",
        "TranslatorAnthropic.swift",
        "TranslatorDeepL.swift",
        "TranslatorGemini.swift",
        "TranslatorOpenAI.swift",
        "TranslatorProtocol.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringsCatalogTranslate",
      "module_type" : "SwiftTarget",
      "name" : "StringsCatalogTranslate",
      "path" : "Sources/StringsCatalogTranslate",
      "product_dependencies" : [
        "StringsCatalogKit",
        "KeychainSimple",
        "ArgumentParser",
        "Algorithms"
      ],
      "product_memberships" : [
        "strings_catalog_translate"
      ],
      "sources" : [
        "Keys/KeyArguments.swift",
        "Keys/Keychain.swift",
        "Keys/KeysCommands.swift",
        "Main.swift",
        "Translators/AnthropicCommand.swift",
        "Translators/AvailableLanguagesCommand.swift",
        "Translators/DeepLCommand.swift",
        "Translators/GeminiCommand.swift",
        "Translators/OpenAICommand.swift",
        "Translators/Options.swift",
        "Translators/StringsCatalogCommand.swift"
      ],
      "target_dependencies" : [
        "TranslationServices"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/cenkbilgen/StringsCatalogKit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/cenkbilgen/KeychainSimple.git
[1/72] Fetching keychainsimple
[73/5975] Fetching keychainsimple, swift-algorithms
[133/6034] Fetching keychainsimple, swift-algorithms, stringscatalogkit
Fetched https://github.com/cenkbilgen/StringsCatalogKit.git from cache (0.28s)
[427/5975] Fetching keychainsimple, swift-algorithms
[5976/20925] Fetching keychainsimple, swift-algorithms, swift-argument-parser
Fetched https://github.com/cenkbilgen/KeychainSimple.git from cache (0.78s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.79s)
Computing version for https://github.com/cenkbilgen/KeychainSimple.git
Computed https://github.com/cenkbilgen/KeychainSimple.git at 2.0.0 (1.29s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/cenkbilgen/StringsCatalogKit.git
Computed https://github.com/cenkbilgen/StringsCatalogKit.git at 1.1.2 (0.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Creating working copy for https://github.com/cenkbilgen/KeychainSimple.git
Working copy of https://github.com/cenkbilgen/KeychainSimple.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/cenkbilgen/StringsCatalogKit.git
Working copy of https://github.com/cenkbilgen/StringsCatalogKit.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/21] Write sources
[9/21] Compiling _NumericsShims _NumericsShims.c
[10/21] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/46] Emitting module TranslationServices
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorAnthropic.swift:25:54: error: cannot find type 'URLRequest' in scope
 23 |     let toolName = "StringArray" // check when response comes back that this matches
 24 |
 25 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 26 |         var request = makeRequest(path: "messages")
 27 |
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:22:39: error: cannot find type 'URLRequest' in scope
20 |     let baseURL = URL(string: "https://api-free.deepl.com/v2/")!
21 |
22 |     func makeRequest(path: String) -> URLRequest {
   |                                       `- error: cannot find type 'URLRequest' in scope
23 |         var request = URLRequest(url: baseURL.appending(path: path))
24 |         request.setValue("DeepL-Auth-Key \(key)", forHTTPHeaderField: "Authorization")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:71:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
69 |             targetLanguage: targetLanguage
70 |         )
71 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
72 |         guard let httpResponse = response as? HTTPURLResponse else {
73 |             throw TranslatorError.invalidResponse
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:87:38: error: cannot infer key path type from context; consider explicitly specifying a root type
85 |         }
86 |         let body = try NetService.decoder.decode(Body.self, from: data)
87 |         return body.translations.map(\.text)
   |                                      `- error: cannot infer key path type from context; consider explicitly specifying a root type
88 |     }
89 | }
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorGemini.swift:43:54: error: cannot find type 'URLRequest' in scope
 41 |     }
 42 |
 43 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 44 |         var request = makeRequest(path: "")
 45 |
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:22:63: error: cannot find type 'URLRequest' in scope
 20 |     }
 21 |
 22 |     internal func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                               `- error: cannot find type 'URLRequest' in scope
 23 |         var request = makeRequest(path: "chat/completions")
 24 |         struct Body: Encodable {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:38: error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                      `- error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:48: error: incorrect argument label in call (have 'request:', expected 'prompt:')
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                                `- error: incorrect argument label in call (have 'request:', expected 'prompt:')
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:44: error: 'send' is inaccessible due to 'private' protection level
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                            `- error: 'send' is inaccessible due to 'private' protection level
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:30:18: note: 'send(prompt:)' declared here
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
[13/47] Compiling RealModule Real.swift
[14/48] Compiling RealModule Float16+Real.swift
[15/48] Compiling RealModule Float+Real.swift
[16/48] Compiling RealModule Float80+Real.swift
[17/48] Compiling RealModule RealFunctions.swift
[18/48] Emitting module ArgumentParserToolInfo
[19/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/49] Compiling RealModule ElementaryFunctions.swift
[21/49] Compiling RealModule AugmentedArithmetic.swift
[22/49] Compiling RealModule Double+Real.swift
[23/49] Emitting module RealModule
[24/49] Compiling RealModule AlgebraicField.swift
[25/49] Compiling RealModule ApproximateEquality.swift
[27/50] Wrapping AST for ArgumentParserToolInfo for debugging
[28/50] Wrapping AST for RealModule for debugging
[30/113] Compiling Algorithms Split.swift
[31/113] Compiling Algorithms Stride.swift
[32/113] Compiling Algorithms Suffix.swift
[33/116] Compiling TranslationServices TranslatorProtocol.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:46:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 |         #endif
45 |
46 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 |         guard let httpResponse = response as? HTTPURLResponse else {
48 |             throw TranslatorError.invalidResponse
[34/116] Compiling Algorithms RandomSample.swift
[35/116] Compiling Algorithms Reductions.swift
[36/116] Compiling Algorithms Rotate.swift
[37/116] Compiling KeychainSimple SecureInput.swift
/host/spi-builder-workspace/.build/checkouts/KeychainSimple/Sources/KeychainSimple/KeychainItem.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 | @preconcurrency import LocalAuthentication
  4 |
[38/116] Compiling TranslationServices ModelSelectable.swift
[39/116] Compiling TranslationServices TranslatorDeepL.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:22:39: error: cannot find type 'URLRequest' in scope
20 |     let baseURL = URL(string: "https://api-free.deepl.com/v2/")!
21 |
22 |     func makeRequest(path: String) -> URLRequest {
   |                                       `- error: cannot find type 'URLRequest' in scope
23 |         var request = URLRequest(url: baseURL.appending(path: path))
24 |         request.setValue("DeepL-Auth-Key \(key)", forHTTPHeaderField: "Authorization")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:23:23: error: cannot find 'URLRequest' in scope
21 |
22 |     func makeRequest(path: String) -> URLRequest {
23 |         var request = URLRequest(url: baseURL.appending(path: path))
   |                       `- error: cannot find 'URLRequest' in scope
24 |         request.setValue("DeepL-Auth-Key \(key)", forHTTPHeaderField: "Authorization")
25 |         request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:71:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
69 |             targetLanguage: targetLanguage
70 |         )
71 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
72 |         guard let httpResponse = response as? HTTPURLResponse else {
73 |             throw TranslatorError.invalidResponse
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:87:38: error: cannot infer key path type from context; consider explicitly specifying a root type
85 |         }
86 |         let body = try NetService.decoder.decode(Body.self, from: data)
87 |         return body.translations.map(\.text)
   |                                      `- error: cannot infer key path type from context; consider explicitly specifying a root type
88 |     }
89 | }
[40/116] Compiling TranslationServices TranslatorAnthropic.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorAnthropic.swift:25:54: error: cannot find type 'URLRequest' in scope
 23 |     let toolName = "StringArray" // check when response comes back that this matches
 24 |
 25 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 26 |         var request = makeRequest(path: "messages")
 27 |
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
[41/116] Compiling TranslationServices TranslatorGemini.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorGemini.swift:43:54: error: cannot find type 'URLRequest' in scope
 41 |     }
 42 |
 43 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 44 |         var request = makeRequest(path: "")
 45 |
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
[42/116] Compiling TranslationServices TranslatorOpenAI.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:22:63: error: cannot find type 'URLRequest' in scope
 20 |     }
 21 |
 22 |     internal func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                               `- error: cannot find type 'URLRequest' in scope
 23 |         var request = makeRequest(path: "chat/completions")
 24 |         struct Body: Encodable {
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:38: error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                      `- error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:44: error: 'send' is inaccessible due to 'private' protection level
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                            `- error: 'send' is inaccessible due to 'private' protection level
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:30:18: note: 'send(prompt:)' declared here
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:48: error: incorrect argument label in call (have 'request:', expected 'prompt:')
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                                `- error: incorrect argument label in call (have 'request:', expected 'prompt:')
130 |         return Set(body.data.map(\.id))
131 |     }
[43/116] Emitting module StringsCatalogKit
[44/116] Compiling StringsCatalogKit StringsCatalog.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/117] Emitting module KeychainSimple
/host/spi-builder-workspace/.build/checkouts/KeychainSimple/Sources/KeychainSimple/KeychainItem.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 | @preconcurrency import LocalAuthentication
  4 |
[46/117] Compiling KeychainSimple KeychainItem.swift
/host/spi-builder-workspace/.build/checkouts/KeychainSimple/Sources/KeychainSimple/KeychainItem.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 | @preconcurrency import LocalAuthentication
  4 |
[47/117] Compiling TranslationServices Errors.swift
[48/117] Compiling TranslationServices LLMAPI.swift
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:20:23: error: cannot find 'URLRequest' in scope
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
20 |         var request = URLRequest(url: baseURL.appending(path: path))
   |                       `- error: cannot find 'URLRequest' in scope
21 |         request.httpMethod = "POST"
22 |         request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:32:48: error: extra arguments at positions #1, #2 in call
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
   |                                                `- error: extra arguments at positions #1, #2 in call
33 |         return body
34 |     }
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:32:49: error: missing argument for parameter 'prompt' in call
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
   |                                                 `- error: missing argument for parameter 'prompt' in call
33 |         return body
34 |     }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write swift-version-24593BA9C3E375BF.txt
[3/37] Compiling RealModule ElementaryFunctions.swift
[4/38] Emitting module StringsCatalogKit
[5/38] Compiling RealModule AugmentedArithmetic.swift
[6/38] Compiling RealModule Double+Real.swift
[7/38] Compiling TranslationServices ModelSelectable.swift
[8/38] Compiling TranslationServices TranslatorAnthropic.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorAnthropic.swift:25:54: error: cannot find type 'URLRequest' in scope
 23 |     let toolName = "StringArray" // check when response comes back that this matches
 24 |
 25 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 26 |         var request = makeRequest(path: "messages")
 27 |
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
[9/38] Compiling TranslationServices LLMAPI.swift
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:20:23: error: cannot find 'URLRequest' in scope
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
20 |         var request = URLRequest(url: baseURL.appending(path: path))
   |                       `- error: cannot find 'URLRequest' in scope
21 |         request.httpMethod = "POST"
22 |         request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:32:48: error: extra arguments at positions #1, #2 in call
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
   |                                                `- error: extra arguments at positions #1, #2 in call
33 |         return body
34 |     }
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:32:49: error: missing argument for parameter 'prompt' in call
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
   |                                                 `- error: missing argument for parameter 'prompt' in call
33 |         return body
34 |     }
[10/39] Compiling RealModule Float80+Real.swift
[11/39] Compiling RealModule Real.swift
[12/39] Compiling RealModule RealFunctions.swift
[13/39] Compiling RealModule Float+Real.swift
[14/39] Compiling RealModule Float16+Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/39] Emitting module KeychainSimple
/host/spi-builder-workspace/.build/checkouts/KeychainSimple/Sources/KeychainSimple/KeychainItem.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 | @preconcurrency import LocalAuthentication
  4 |
[16/39] Compiling KeychainSimple SecureInput.swift
/host/spi-builder-workspace/.build/checkouts/KeychainSimple/Sources/KeychainSimple/KeychainItem.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 | @preconcurrency import LocalAuthentication
  4 |
[17/39] Compiling KeychainSimple KeychainItem.swift
/host/spi-builder-workspace/.build/checkouts/KeychainSimple/Sources/KeychainSimple/KeychainItem.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 | @preconcurrency import LocalAuthentication
  4 |
[18/39] Compiling TranslationServices Errors.swift
[19/39] Compiling TranslationServices TranslatorOpenAI.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:22:63: error: cannot find type 'URLRequest' in scope
 20 |     }
 21 |
 22 |     internal func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                               `- error: cannot find type 'URLRequest' in scope
 23 |         var request = makeRequest(path: "chat/completions")
 24 |         struct Body: Encodable {
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:38: error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                      `- error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:44: error: 'send' is inaccessible due to 'private' protection level
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                            `- error: 'send' is inaccessible due to 'private' protection level
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:30:18: note: 'send(prompt:)' declared here
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:48: error: incorrect argument label in call (have 'request:', expected 'prompt:')
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                                `- error: incorrect argument label in call (have 'request:', expected 'prompt:')
130 |         return Set(body.data.map(\.id))
131 |     }
[20/39] Compiling TranslationServices TranslatorGemini.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorGemini.swift:43:54: error: cannot find type 'URLRequest' in scope
 41 |     }
 42 |
 43 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 44 |         var request = makeRequest(path: "")
 45 |
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
[21/39] Compiling TranslationServices TranslatorDeepL.swift
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:22:39: error: cannot find type 'URLRequest' in scope
20 |     let baseURL = URL(string: "https://api-free.deepl.com/v2/")!
21 |
22 |     func makeRequest(path: String) -> URLRequest {
   |                                       `- error: cannot find type 'URLRequest' in scope
23 |         var request = URLRequest(url: baseURL.appending(path: path))
24 |         request.setValue("DeepL-Auth-Key \(key)", forHTTPHeaderField: "Authorization")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:23:23: error: cannot find 'URLRequest' in scope
21 |
22 |     func makeRequest(path: String) -> URLRequest {
23 |         var request = URLRequest(url: baseURL.appending(path: path))
   |                       `- error: cannot find 'URLRequest' in scope
24 |         request.setValue("DeepL-Auth-Key \(key)", forHTTPHeaderField: "Authorization")
25 |         request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:71:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
69 |             targetLanguage: targetLanguage
70 |         )
71 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
72 |         guard let httpResponse = response as? HTTPURLResponse else {
73 |             throw TranslatorError.invalidResponse
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:87:38: error: cannot infer key path type from context; consider explicitly specifying a root type
85 |         }
86 |         let body = try NetService.decoder.decode(Body.self, from: data)
87 |         return body.translations.map(\.text)
   |                                      `- error: cannot infer key path type from context; consider explicitly specifying a root type
88 |     }
89 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/39] Emitting module TranslationServices
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:13:54: error: cannot find type 'URLRequest' in scope
11 |     var baseURL: URL { get }
12 |     var headers: [String: String] { get }
13 |     func makePromptRequest(prompt: String) throws -> URLRequest
   |                                                      `- error: cannot find type 'URLRequest' in scope
14 |     associatedtype ResponseBody: Decodable
15 |     func decodeStructuredReply(body: ResponseBody) throws -> LLM.Schema.StructuredContent
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:19:48: error: cannot find type 'URLRequest' in scope
17 |
18 | extension LLMAPI {
19 |     internal func makeRequest(path: String) -> URLRequest {
   |                                                `- error: cannot find type 'URLRequest' in scope
20 |         var request = URLRequest(url: baseURL.appending(path: path))
21 |         request.httpMethod = "POST"
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorAnthropic.swift:25:54: error: cannot find type 'URLRequest' in scope
 23 |     let toolName = "StringArray" // check when response comes back that this matches
 24 |
 25 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 26 |         var request = makeRequest(path: "messages")
 27 |
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:22:39: error: cannot find type 'URLRequest' in scope
20 |     let baseURL = URL(string: "https://api-free.deepl.com/v2/")!
21 |
22 |     func makeRequest(path: String) -> URLRequest {
   |                                       `- error: cannot find type 'URLRequest' in scope
23 |         var request = URLRequest(url: baseURL.appending(path: path))
24 |         request.setValue("DeepL-Auth-Key \(key)", forHTTPHeaderField: "Authorization")
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorProtocol.swift:34:18: error: cannot find type 'URLRequest' in scope
32 |
33 |     func send<ResponseBody: Decodable>(
34 |         request: URLRequest,
   |                  `- error: cannot find type 'URLRequest' in scope
35 |         decoder: JSONDecoder = NetService.decoder
36 |     ) async throws -> ResponseBody {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:71:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
69 |             targetLanguage: targetLanguage
70 |         )
71 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
72 |         guard let httpResponse = response as? HTTPURLResponse else {
73 |             throw TranslatorError.invalidResponse
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorDeepL.swift:87:38: error: cannot infer key path type from context; consider explicitly specifying a root type
85 |         }
86 |         let body = try NetService.decoder.decode(Body.self, from: data)
87 |         return body.translations.map(\.text)
   |                                      `- error: cannot infer key path type from context; consider explicitly specifying a root type
88 |     }
89 | }
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorGemini.swift:43:54: error: cannot find type 'URLRequest' in scope
 41 |     }
 42 |
 43 |     func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                      `- error: cannot find type 'URLRequest' in scope
 44 |         var request = makeRequest(path: "")
 45 |
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:22:63: error: cannot find type 'URLRequest' in scope
 20 |     }
 21 |
 22 |     internal func makePromptRequest(prompt: String) throws -> URLRequest {
    |                                                               `- error: cannot find type 'URLRequest' in scope
 23 |         var request = makeRequest(path: "chat/completions")
 24 |         struct Body: Encodable {
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:38: error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                      `- error: cannot convert value of type 'TranslatorOpenAI.ResponseBody' to specified type 'ResponseBody'
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:44: error: 'send' is inaccessible due to 'private' protection level
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                            `- error: 'send' is inaccessible due to 'private' protection level
130 |         return Set(body.data.map(\.id))
131 |     }
/host/spi-builder-workspace/Sources/TranslationServices/LLMAPI.swift:30:18: note: 'send(prompt:)' declared here
28 |     }
29 |
30 |     private func send(prompt: String) async throws -> ResponseBody {
   |                  `- note: 'send(prompt:)' declared here
31 |         let request = try makePromptRequest(prompt: prompt)
32 |         let body: ResponseBody = try await send(request: request, decoder: NetService.decoder)
/host/spi-builder-workspace/Sources/TranslationServices/TranslatorOpenAI.swift:129:48: error: incorrect argument label in call (have 'request:', expected 'prompt:')
127 |         }
128 |
129 |         let body: ResponseBody = try await send(request: request)
    |                                                `- error: incorrect argument label in call (have 'request:', expected 'prompt:')
130 |         return Set(body.data.map(\.id))
131 |     }
[23/39] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 linux