The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build langchain-swift, reference main (bc6067), with Swift 6.1 for Linux on 7 Sep 2025 15:09:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buhe/langchain-swift.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/buhe/langchain-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bc60677 Merge pull request #125 from alexandr-vp/main
Cloned https://github.com/buhe/langchain-swift.git
Revision (git rev-parse @):
bc6067703f3b25bbaedec0afb8a495abf442b807
SUCCESS checkout https://github.com/buhe/langchain-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/buhe/langchain-swift.git
https://github.com/buhe/langchain-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "openai-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/buhe/openai-kit"
    },
    {
      "identity" : "supabase-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/supabase-community/supabase-swift"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON"
    },
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.2",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup"
    },
    {
      "identity" : "swift-filestore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/juyan/swift-filestore"
    },
    {
      "identity" : "similarity-search-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.16",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/buhe/similarity-search-kit"
    },
    {
      "identity" : "generative-ai-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/generative-ai-swift"
    },
    {
      "identity" : "swiftynotion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/buhe/SwiftyNotion"
    },
    {
      "identity" : "feedkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.2",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nmdias/FeedKit"
    }
  ],
  "manifest_display_name" : "langchain-swift",
  "name" : "langchain-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LangChain",
      "targets" : [
        "LangChain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LangChainTests",
      "module_type" : "SwiftTarget",
      "name" : "LangChainTests",
      "path" : "Tests/LangChainTests",
      "sources" : [
        "Base64.swift",
        "BySplit.swift",
        "langchain_swiftTests.swift"
      ],
      "target_dependencies" : [
        "LangChain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LangChain",
      "module_type" : "SwiftTarget",
      "name" : "LangChain",
      "path" : "Sources/LangChain",
      "product_dependencies" : [
        "OpenAIKit",
        "Supabase",
        "SwiftyJSON",
        "SWXMLHash",
        "SwiftSoup",
        "SwiftFileStore",
        "SimilaritySearchKit",
        "GoogleGenerativeAI",
        "SwiftyNotion",
        "FeedKit"
      ],
      "product_memberships" : [
        "LangChain"
      ],
      "sources" : [
        "LangChain.swift",
        "agents/Agent.swift",
        "cache/Cache.swift",
        "callbacks/BaseCallbackHandler.swift",
        "callbacks/StdOutCallbackHandler.swift",
        "callbacks/TraceCallbackHandler.swift",
        "chains/BaseChain.swift",
        "chains/DNChain.swift",
        "chains/LLMChain.swift",
        "chains/SequentialChain.swift",
        "chains/SimpleSequentialChain.swift",
        "chains/TransformChain.swift",
        "chains/qa/BaseCombineDocumentsChain.swift",
        "chains/qa/BaseConversationalRetrievalChain.swift",
        "chains/qa/ConversationalRetrievalChain.swift",
        "chains/qa/StuffDocumentsChain.swift",
        "chains/router/LLMRouterChain.swift",
        "chains/router/MultiRouteChain.swift",
        "document_loaders/AudioLoader.swift",
        "document_loaders/BaseLoader.swift",
        "document_loaders/BilibiliLoader.swift",
        "document_loaders/HtmlLoader.swift",
        "document_loaders/ImageOCRLoader.swift",
        "document_loaders/NotionLoader.swift",
        "document_loaders/PDFLoader.swift",
        "document_loaders/RSSLoader.swift",
        "document_loaders/TextLoader.swift",
        "document_loaders/YoutubeLoader.swift",
        "embeddings/Distilbert.swift",
        "embeddings/Embeddings.swift",
        "embeddings/OllamaEmbeddings.swift",
        "embeddings/OpenAIEmbeddings.swift",
        "llms/Baidu.swift",
        "llms/ChatGLM.swift",
        "llms/ChatOllama.swift",
        "llms/ChatOpenAI.swift",
        "llms/Dalle.swift",
        "llms/Gemini.swift",
        "llms/HuggingFace.swift",
        "llms/LLM.swift",
        "llms/LMStudio.swift",
        "llms/Llama2.swift",
        "llms/Local.swift",
        "llms/Ollama.swift",
        "llms/OpenAI.swift",
        "memory/Base.swift",
        "memory/Chat.swift",
        "memory/ReadOnlySharedMemory.swift",
        "parser/BaseOutputParser.swift",
        "parser/DateOutputParser.swift",
        "parser/EnumOutputParser.swift",
        "parser/ListOutputParser.swift",
        "parser/MRKLOutputParser.swift",
        "parser/ObjectOutputParser.swift",
        "parser/RouterOutputParser.swift",
        "parser/SimpleJsonOutputParser.swift",
        "prompts/MultiPromptRouter.swift",
        "prompts/PromptTemplate.swift",
        "prompts/mrkl/MrklPrompt.swift",
        "retriever/BaseRetriever.swift",
        "retriever/MultiVectorRetriever.swift",
        "retriever/ParentDocumentRetriever.swift",
        "retriever/PubmedRetriever.swift",
        "retriever/WikipediaRetriever.swift",
        "schema/BaseStore.swift",
        "schema/InMemoryStore.swift",
        "schema/LocalFileStore.swift",
        "schema/Schema.swift",
        "tools/BaseTool.swift",
        "tools/Dummy.swift",
        "tools/GetLocationTool.swift",
        "tools/InvalidTool.swift",
        "tools/JavascriptREPLTool.swift",
        "tools/Serper.swift",
        "tools/TTSTool.swift",
        "tools/WeatherTool.swift",
        "utilities/GoogleSerperAPIWrapper.swift",
        "utilities/HFInferenceApi.swift",
        "utilities/LC.swift",
        "utilities/LlamaAPIWrapper.swift",
        "utilities/OpenWeatherAPIWrapper.swift",
        "utilities/TextSplitter.swift",
        "utilities/ThreadManager.swift",
        "utilities/anotheropenai/OpenAITTSAPIWrapper.swift",
        "utilities/baidu/BaiduClient.swift",
        "utilities/bilibili/BilibiliClient.swift",
        "utilities/bilibili/BilibiliCredential.swift",
        "utilities/bilibili/BilibiliVideo.swift",
        "utilities/chatglm/ChatGLMAPIWrapper.swift",
        "utilities/chatglm/ChatGLMModel.swift",
        "utilities/dalle/DalleImage.swift",
        "utilities/jwt/Cryptor.swift",
        "utilities/jwt/Extensions/String.swift",
        "utilities/jwt/JWT.swift",
        "utilities/pubmed/PubmedAPIWrapper.swift",
        "utilities/pubmed/PubmedPage.swift",
        "utilities/report/ReportKey.swift",
        "utilities/report/TraceManager.swift",
        "utilities/wikipedia/WikipediaAPIWrapper.swift",
        "utilities/wikipedia/WikipediaPage.swift",
        "utilities/youtube/Transcript.swift",
        "utilities/youtube/TranscriptList.swift",
        "utilities/youtube/TranscriptListFetcher.swift",
        "utilities/youtube/YoutubeHackClient.swift",
        "utilities/youtube/YoutubeInfo.swift",
        "vectorstores/SimilaritySearchKit.swift",
        "vectorstores/Supabase.swift",
        "vectorstores/VectorStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup
Fetching https://github.com/nmdias/FeedKit
Fetching https://github.com/buhe/similarity-search-kit
Fetching https://github.com/google/generative-ai-swift
Fetching https://github.com/juyan/swift-filestore
Fetching https://github.com/buhe/SwiftyNotion
[1/212] Fetching swift-filestore
[213/3357] Fetching swift-filestore, generative-ai-swift
[1943/7949] Fetching swift-filestore, generative-ai-swift, swiftsoup
[3581/8443] Fetching swift-filestore, generative-ai-swift, swiftsoup, similarity-search-kit
[4131/17351] Fetching swift-filestore, generative-ai-swift, swiftsoup, similarity-search-kit, feedkit
[4630/17548] Fetching swift-filestore, generative-ai-swift, swiftsoup, similarity-search-kit, feedkit, swiftynotion
Fetched https://github.com/buhe/SwiftyNotion from cache (0.43s)
Fetched https://github.com/juyan/swift-filestore from cache (0.43s)
[6592/17139] Fetching generative-ai-swift, swiftsoup, similarity-search-kit, feedkit
Fetching https://github.com/SwiftyJSON/SwiftyJSON
Fetched https://github.com/google/generative-ai-swift from cache (0.45s)
[4884/13994] Fetching swiftsoup, similarity-search-kit, feedkit
Fetching https://github.com/drmohundro/SWXMLHash
[13669/20193] Fetching swiftsoup, similarity-search-kit, feedkit, swiftyjson
[14723/23040] Fetching swiftsoup, similarity-search-kit, feedkit, swiftyjson, swxmlhash
Fetching https://github.com/supabase-community/supabase-swift
Fetched https://github.com/drmohundro/SWXMLHash from cache (0.62s)
Fetching https://github.com/buhe/openai-kit
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (0.77s)
[13671/13994] Fetching swiftsoup, similarity-search-kit, feedkit
[13672/14422] Fetching swiftsoup, similarity-search-kit, feedkit, openai-kit
[14100/28998] Fetching swiftsoup, similarity-search-kit, feedkit, openai-kit, supabase-swift
Fetched https://github.com/buhe/openai-kit from cache (0.49s)
[14692/28570] Fetching swiftsoup, similarity-search-kit, feedkit, supabase-swift
Fetched https://github.com/supabase-community/supabase-swift from cache (1.20s)
[13671/13994] Fetching swiftsoup, similarity-search-kit, feedkit
Fetched https://github.com/scinfu/SwiftSoup from cache (9.19s)
Fetched https://github.com/nmdias/FeedKit from cache (9.19s)
Fetched https://github.com/buhe/similarity-search-kit from cache (9.52s)
Computing version for https://github.com/nmdias/FeedKit
Computed https://github.com/nmdias/FeedKit at 9.1.2 (12.31s)
Computing version for https://github.com/buhe/SwiftyNotion
Computed https://github.com/buhe/SwiftyNotion at 0.1.5 (0.63s)
Computing version for https://github.com/buhe/similarity-search-kit
Computed https://github.com/buhe/similarity-search-kit at 0.0.16 (0.79s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 7.0.2 (0.74s)
Computing version for https://github.com/buhe/openai-kit
Computed https://github.com/buhe/openai-kit at 1.8.5 (0.75s)
Fetching https://github.com/swift-server/async-http-client.git
[1/14119] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.35s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (2.15s)
Computing version for https://github.com/juyan/swift-filestore
Computed https://github.com/juyan/swift-filestore at 0.7.0 (0.64s)
Computing version for https://github.com/supabase-community/supabase-swift
Computed https://github.com/supabase-community/supabase-swift at 0.3.0 (0.83s)
Fetching https://github.com/supabase-community/gotrue-swift
Fetching https://github.com/supabase-community/functions-swift
Fetching https://github.com/supabase-community/storage-swift.git
Fetching https://github.com/supabase-community/realtime-swift.git
Fetching https://github.com/supabase-community/postgrest-swift
[1/172] Fetching functions-swift
[173/1486] Fetching functions-swift, postgrest-swift
[975/1863] Fetching functions-swift, postgrest-swift, realtime-swift
[983/3859] Fetching functions-swift, postgrest-swift, realtime-swift, gotrue-swift
[2962/4259] Fetching functions-swift, postgrest-swift, realtime-swift, gotrue-swift, storage-swift
Fetched https://github.com/supabase-community/postgrest-swift from cache (0.49s)
Fetched https://github.com/supabase-community/realtime-swift.git from cache (0.50s)
Fetched https://github.com/supabase-community/functions-swift from cache (0.53s)
Fetched https://github.com/supabase-community/storage-swift.git from cache (0.53s)
Fetched https://github.com/supabase-community/gotrue-swift from cache (0.56s)
Computing version for https://github.com/supabase-community/realtime-swift.git
Computed https://github.com/supabase-community/realtime-swift.git at 0.0.2 (1.29s)
Computing version for https://github.com/supabase-community/functions-swift
Computed https://github.com/supabase-community/functions-swift at 1.1.1 (0.76s)
Fetching https://github.com/kean/Get
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (0.38s)
Computing version for https://github.com/supabase-community/postgrest-swift
Computed https://github.com/supabase-community/postgrest-swift at 1.0.3 (1.12s)
Fetching https://github.com/binaryscraping/GetExtensions
[1/33] Fetching getextensions
Fetched https://github.com/binaryscraping/GetExtensions from cache (0.25s)
Computing version for https://github.com/binaryscraping/GetExtensions
Computed https://github.com/binaryscraping/GetExtensions at 1.0.0 (1.20s)
Computing version for https://github.com/supabase-community/storage-swift.git
Computed https://github.com/supabase-community/storage-swift.git at 0.1.4 (1.18s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (1.19s)
Computing version for https://github.com/supabase-community/gotrue-swift
Computed https://github.com/supabase-community/gotrue-swift at 1.3.0 (0.92s)
Fetching https://github.com/kean/URLQueryEncoder
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/128] Fetching urlqueryencoder
[129/4514] Fetching urlqueryencoder, keychainaccess
Fetched https://github.com/kean/URLQueryEncoder from cache (0.42s)
[746/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.07s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (2.10s)
Computing version for https://github.com/kean/URLQueryEncoder
Computed https://github.com/kean/URLQueryEncoder at 0.2.1 (1.09s)
Computing version for https://github.com/google/generative-ai-swift
Computed https://github.com/google/generative-ai-swift at 0.5.6 (0.98s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (0.90s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3903] Fetching swift-log
[353/5717] Fetching swift-log, swift-atomics
[1212/11844] Fetching swift-log, swift-atomics, swift-nio-extras
[1543/14542] Fetching swift-log, swift-atomics, swift-nio-extras, swift-nio-transport-services
[2114/20527] Fetching swift-log, swift-atomics, swift-nio-extras, swift-nio-transport-services, swift-algorithms
[4533/32188] Fetching swift-log, swift-atomics, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.38s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.37s)
Fetched https://github.com/apple/swift-log.git from cache (2.38s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.39s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[10209/17788] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.45s)
[4315/11661] Fetching swift-nio-http2
[11662/26736] Fetching swift-nio-http2, swift-nio-ssl
[13170/104768] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.93s)
[8877/93107] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.02s)
[53062/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.12s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (16.55s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.03s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.14s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (2.29s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[4938/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
[2438/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (2.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.41s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1629] Fetching swift-asn1
[230/4099] Fetching swift-asn1, swift-service-lifecycle
[1599/5275] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[1823/6192] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-http-types
[3154/11382] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-http-types, swift-async-algorithms
[6851/17843] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.70s)
[15376/16926] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.72s)
[13035/14456] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.91s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.00s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.00s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.01s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.07s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.19s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.02s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.98s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (1.25s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (1.96s)
Fetching https://github.com/apple/swift-crypto.git
[1/16377] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.08s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (3.41s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.11.0 (3.58s)
Fetching https://github.com/nicklockwood/LRUCache.git
[1/320] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.46s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (1.17s)
Creating working copy for https://github.com/buhe/SwiftyNotion
Working copy of https://github.com/buhe/SwiftyNotion resolved at 0.1.5
Creating working copy for https://github.com/supabase-community/gotrue-swift
Working copy of https://github.com/supabase-community/gotrue-swift resolved at 1.3.0
Creating working copy for https://github.com/juyan/swift-filestore
Working copy of https://github.com/juyan/swift-filestore resolved at 0.7.0
Creating working copy for https://github.com/supabase-community/storage-swift.git
Working copy of https://github.com/supabase-community/storage-swift.git resolved at 0.1.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/buhe/openai-kit
Working copy of https://github.com/buhe/openai-kit resolved at 1.8.5
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.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/google/generative-ai-swift
Working copy of https://github.com/google/generative-ai-swift resolved at 0.5.6
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.0
Creating working copy for https://github.com/supabase-community/supabase-swift
Working copy of https://github.com/supabase-community/supabase-swift resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Creating working copy for https://github.com/supabase-community/postgrest-swift
Working copy of https://github.com/supabase-community/postgrest-swift resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/binaryscraping/GetExtensions
Working copy of https://github.com/binaryscraping/GetExtensions resolved at 1.0.0
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/buhe/similarity-search-kit
Working copy of https://github.com/buhe/similarity-search-kit resolved at 0.0.16
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/kean/URLQueryEncoder
Working copy of https://github.com/kean/URLQueryEncoder resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.11.0
Creating working copy for https://github.com/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 7.0.2
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/supabase-community/functions-swift
Working copy of https://github.com/supabase-community/functions-swift resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/nmdias/FeedKit
Working copy of https://github.com/nmdias/FeedKit resolved at 9.1.2
Creating working copy for https://github.com/supabase-community/realtime-swift.git
Working copy of https://github.com/supabase-community/realtime-swift.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/LangChain/vectorstores/supabase/supabase.sql
Building for debugging...
[0/461] Write sources
[0/461] Copying PrivacyInfo.xcprivacy
[0/461] Write sources
[41/461] Compiling CNIOWindows WSAStartup.c
[42/461] Compiling CNIOWASI CNIOWASI.c
[42/461] Compiling _NumericsShims _NumericsShims.c
[44/461] Compiling CNIOWindows shim.c
[45/461] Compiling _AtomicsShims.c
[46/461] Compiling CNIOPosix event_loop_id.c
[47/461] Compiling CNIOLinux liburing_shims.c
[48/461] Compiling CNIOExtrasZlib empty.c
[49/461] Compiling CNIOLLHTTP c_nio_http.c
[50/461] Compiling CNIOLinux shim.c
[51/461] Compiling CNIODarwin shim.c
[52/461] Compiling fiat_p256_adx_sqr.S
[53/461] Compiling CNIOLLHTTP c_nio_api.c
[54/461] Compiling fiat_p256_adx_mul.S
[55/461] Compiling fiat_curve25519_adx_square.S
[56/461] Compiling fiat_curve25519_adx_mul.S
[57/461] Write swift-version-24593BA9C3E375BF.txt
[58/461] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/465] Compiling CNIOBoringSSLShims shims.c
[60/467] Compiling tls13_enc.cc
[61/467] Compiling tls_method.cc
[62/467] Compiling tls13_server.cc
[63/467] Compiling tls_record.cc
[64/467] Compiling tls13_both.cc
[65/486] Compiling tls13_client.cc
[67/527] Compiling _NIODataStructures _TinyArray.swift
[68/527] Compiling _NIODataStructures PriorityQueue.swift
[69/527] Compiling SupabaseStorage SupabaseStorage.swift
[70/528] Compiling SWXMLHash IndexingError.swift
[71/528] Compiling SWXMLHash XMLAttributeDeserializable.swift
[72/528] Emitting module SupabaseStorage
[73/528] Emitting module _NIOBase64
[74/528] Compiling _NIOBase64 Base64.swift
[75/529] Emitting module SWXMLHash
[77/543] Emitting module _NIODataStructures
[78/543] Compiling _NIODataStructures Heap.swift
[80/544] Compiling Realtime StateChangeCallbacks.swift
[81/545] Compiling Realtime SocketError.swift
[82/545] Compiling SupabaseStorage TransformOptions.swift
[83/545] Compiling SwiftyJSON resource_bundle_accessor.swift
[84/545] Compiling SwiftyNotion NotionList.swift
[85/546] Compiling Realtime Channel.swift
[86/546] Compiling Realtime Defaults.swift
[87/546] Compiling Realtime TimeoutTimer.swift
[88/546] Compiling SwiftFileStore MemoryObjectStore.swift
[89/546] Compiling SwiftFileStore JSONDataRepresentable.swift
[92/547] Compiling Realtime Delegated.swift
[93/547] Compiling SwiftyNotion NotionIdentifiable.swift
[94/547] Compiling SwiftyNotion NotionDatabase.swift
[95/547] Emitting module URLQueryEncoder
[96/547] Compiling URLQueryEncoder URLQueryEncoder.swift
[97/548] Compiling Realtime RealtimeClient.swift
/host/spi-builder-workspace/.build/checkouts/realtime-swift/Sources/Realtime/RealtimeClient.swift:715:4: error: Objective-C interoperability is disabled
713 |
714 |   /// Sends a hearbeat payload to the phoenix serverss
715 |   @objc func sendHeartbeat() {
    |    `- error: Objective-C interoperability is disabled
716 |     // Do not send if the connection is closed
717 |     guard isConnected else { return }
[98/548] Compiling SwiftFileStore ObserverManager.swift
[99/548] Compiling SwiftFileStore Observer.swift
[101/548] Compiling Realtime HeartbeatTimer.swift
[102/548] Compiling SwiftFileStore ObjectStore+Expiry.swift
[103/548] Compiling SwiftFileStore ObjectStore.swift
[104/548] Compiling Realtime Message.swift
[105/548] Compiling Realtime Push.swift
[106/548] Emitting module SwiftyJSON
[107/548] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 |     switch (lhs.type, rhs.type) {
1215 |     case (.number, .number): return lhs.rawNumber < rhs.rawNumber
     |                                                   `- error: ambiguous use of operator '<'
1216 |     case (.string, .string): return lhs.rawString < rhs.rawString
1217 |     default:                 return false
     :
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
     |      `- note: found this candidate
1252 |
1253 |     switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
  |                    `- note: found this candidate in module 'Foundation'
3 |
[108/548] Compiling SWXMLHash XMLContent.swift
[109/548] Compiling SWXMLHash XMLElement.swift
[110/548] Compiling SWXMLHash XMLHash.swift
[111/548] Compiling SWXMLHash IndexOp.swift
[112/548] Compiling SWXMLHash LazyXMLParser.swift
[113/548] Compiling SWXMLHash Stack.swift
[114/548] Compiling Realtime Transport.swift
[115/548] Compiling SWXMLHash ParsingError.swift
[116/548] Compiling SWXMLHash XMLDeserializationError.swift
[117/548] Compiling SWXMLHash FullXMLParser.swift
[118/548] Compiling SWXMLHash String+Extensions.swift
[119/548] Compiling SWXMLHash TextElement.swift
[120/548] Compiling SWXMLHash XMLAttribute.swift
[121/548] Compiling SWXMLHash XMLValueDeserialization.swift
[122/548] Compiling SWXMLHash Bool+XMLDeserialization.swift
[123/548] Compiling SWXMLHash Double+XMLDeserialization.swift
[124/548] Compiling SWXMLHash Float+XMLDeserialization.swift
[125/548] Emitting module SwiftFileStore
[126/548] Compiling SwiftFileStore FileObjectStore.swift
[127/548] Compiling SWXMLHash XMLHashOptions.swift
[128/548] Compiling SWXMLHash XMLIndexer.swift
[129/548] Compiling SWXMLHash shim.swift
[133/548] Compiling SWXMLHash XMLObjectDeserialization.swift
[134/548] Compiling SwiftyNotion SwiftyNotion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:52:18: error: cannot find type 'URLRequest' in scope
50 | }
51 |
52 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
53 |     init(from notionRequest: NotionRequest, baseUrl: String, secretKey: String) {
54 |         let url = URL(string: "\(baseUrl)\(notionRequest.endpointPath)")!
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:21:23: error: cannot find 'URLRequest' in scope
19 |
20 |     private func request(_ notionRequest: NotionRequest) async throws -> Data {
21 |         let request = URLRequest(from: notionRequest, baseUrl: baseUrl, secretKey: secretKey)
   |                       `- error: cannot find 'URLRequest' in scope
22 |         let (data, _) = try await URLSession.shared.data(for: request)
23 |         return data
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:22:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 |     private func request(_ notionRequest: NotionRequest) async throws -> Data {
21 |         let request = URLRequest(from: notionRequest, baseUrl: baseUrl, secretKey: secretKey)
22 |         let (data, _) = try await URLSession.shared.data(for: request)
   |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 |         return data
24 |     }
[135/549] Compiling SwiftyNotion NotionPage.swift
[138/550] Compiling SwiftyNotion NotionRequest.swift
[139/550] Compiling SwiftyNotion NotionRichText.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[147/561] Emitting module SwiftyNotion
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:52:18: error: cannot find type 'URLRequest' in scope
50 | }
51 |
52 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
53 |     init(from notionRequest: NotionRequest, baseUrl: String, secretKey: String) {
54 |         let url = URL(string: "\(baseUrl)\(notionRequest.endpointPath)")!
[148/561] Compiling RealModule AlgebraicField.swift
[149/561] Compiling RealModule ApproximateEquality.swift
[154/561] Compiling RealModule RealFunctions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[155/562] Emitting module Realtime
/host/spi-builder-workspace/.build/checkouts/realtime-swift/Sources/Realtime/RealtimeClient.swift:715:4: error: Objective-C interoperability is disabled
713 |
714 |   /// Sends a hearbeat payload to the phoenix serverss
715 |   @objc func sendHeartbeat() {
    |    `- error: Objective-C interoperability is disabled
716 |     // Do not send if the connection is closed
717 |     guard isConnected else { return }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/LangChain/vectorstores/supabase/supabase.sql
[0/1] Planning build
Building for debugging...
[0/396] Compiling t1_enc.cc
[1/396] Compiling ssl_transcript.cc
[2/396] Compiling ssl_stat.cc
[3/396] Compiling ssl_versions.cc
[4/396] Write swift-version-24593BA9C3E375BF.txt
[5/396] Compiling ssl_privkey.cc
[6/396] Compiling ssl_x509.cc
[7/396] Compiling ssl_session.cc
[8/404] Compiling ssl_lib.cc
[10/404] Compiling _NIODataStructures Heap.swift
[11/404] Compiling _NIODataStructures _TinyArray.swift
[12/404] Compiling _NIODataStructures PriorityQueue.swift
[13/404] Emitting module _NIODataStructures
[15/405] Compiling _NIOBase64 Base64.swift
[16/405] Emitting module _NIOBase64
[18/418] Compiling URLQueryEncoder URLQueryEncoder.swift
[19/418] Emitting module URLQueryEncoder
[20/419] Compiling SwiftyNotion NotionRequest.swift
[22/426] Compiling SwiftyNotion NotionRichText.swift
[23/428] Compiling SwiftyJSON resource_bundle_accessor.swift
[24/428] Compiling SwiftyNotion SwiftyNotion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:52:18: error: cannot find type 'URLRequest' in scope
50 | }
51 |
52 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
53 |     init(from notionRequest: NotionRequest, baseUrl: String, secretKey: String) {
54 |         let url = URL(string: "\(baseUrl)\(notionRequest.endpointPath)")!
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:21:23: error: cannot find 'URLRequest' in scope
19 |
20 |     private func request(_ notionRequest: NotionRequest) async throws -> Data {
21 |         let request = URLRequest(from: notionRequest, baseUrl: baseUrl, secretKey: secretKey)
   |                       `- error: cannot find 'URLRequest' in scope
22 |         let (data, _) = try await URLSession.shared.data(for: request)
23 |         return data
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:22:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
20 |     private func request(_ notionRequest: NotionRequest) async throws -> Data {
21 |         let request = URLRequest(from: notionRequest, baseUrl: baseUrl, secretKey: secretKey)
22 |         let (data, _) = try await URLSession.shared.data(for: request)
   |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 |         return data
24 |     }
[25/428] Compiling SwiftyNotion NotionDatabase.swift
[26/428] Emitting module SwiftyJSON
[27/428] Compiling SwiftFileStore ObserverManager.swift
[28/443] Compiling SwiftFileStore ObjectStore.swift
[29/443] Compiling SwiftFileStore Observer.swift
[30/443] Compiling SwiftFileStore ObjectStore+Expiry.swift
[31/443] Emitting module SwiftFileStore
[32/443] Compiling SwiftyNotion NotionIdentifiable.swift
[33/443] Compiling SwiftyNotion NotionPage.swift
[34/443] Compiling SwiftyNotion NotionList.swift
[35/443] Compiling SwiftFileStore MemoryObjectStore.swift
[36/443] Compiling SwiftFileStore JSONDataRepresentable.swift
[37/443] Compiling SupabaseStorage SupabaseStorage.swift
[38/444] Compiling SwiftFileStore FileObjectStore.swift
[38/444] Compiling ssl_key_share.cc
[39/444] Compiling ssl_cipher.cc
[40/444] Compiling ssl_file.cc
[42/444] Compiling SwiftFileStore PersistenceLog.swift
[43/444] Emitting module SupabaseStorage
[44/444] Compiling SupabaseStorage Bucket.swift
[45/444] Compiling SupabaseStorage BucketOptions.swift
[46/444] Compiling SupabaseStorage FileObject.swift
[47/444] Compiling SupabaseStorage FileOptions.swift
[48/445] Compiling SupabaseStorage TransformOptions.swift
[49/445] Compiling SupabaseStorage MultipartFile.swift
[50/445] Compiling SupabaseStorage SearchOptions.swift
[51/445] Compiling SupabaseStorage SortBy.swift
[52/445] Compiling SupabaseStorage StorageApi.swift
[52/445] Compiling ssl_credential.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/445] Emitting module SwiftyNotion
/host/spi-builder-workspace/.build/checkouts/SwiftyNotion/Sources/SwiftyNotion/SwiftyNotion.swift:52:18: error: cannot find type 'URLRequest' in scope
50 | }
51 |
52 | public extension URLRequest {
   |                  `- error: cannot find type 'URLRequest' in scope
53 |     init(from notionRequest: NotionRequest, baseUrl: String, secretKey: String) {
54 |         let url = URL(string: "\(baseUrl)\(notionRequest.endpointPath)")!
[57/445] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 |     switch (lhs.type, rhs.type) {
1215 |     case (.number, .number): return lhs.rawNumber < rhs.rawNumber
     |                                                   `- error: ambiguous use of operator '<'
1216 |     case (.string, .string): return lhs.rawString < rhs.rawString
1217 |     default:                 return false
     :
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
     |      `- note: found this candidate
1252 |
1253 |     switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
  |                    `- note: found this candidate in module 'Foundation'
3 |
[58/445] Compiling SupabaseStorage StorageBucketApi.swift
[59/445] Compiling SupabaseStorage StorageError.swift
BUILD FAILURE 6.1 linux