The Swift Package Index logo.Swift Package Index

Build Information

Failed to build olleh, reference 1.1.1 (35e941), with Swift 6.1 for Linux on 27 Sep 2025 02:56:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/olleh.git
Reference: 1.1.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/mattt/olleh
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 35e941d Update FoundationModels usage for macOS 26 GM APIs
Cloned https://github.com/mattt/olleh.git
Revision (git rev-parse @):
35e941dae9562a75833f25cfe6db37f81549a136
SUCCESS checkout https://github.com/mattt/olleh.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattt/olleh.git
https://github.com/mattt/olleh.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"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "ollama-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/ollama-swift"
    },
    {
      "identity" : "bestline-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/bestline-swift"
    }
  ],
  "manifest_display_name" : "olleh",
  "name" : "olleh",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "olleh",
      "targets" : [
        "olleh"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "olleh",
      "module_type" : "SwiftTarget",
      "name" : "olleh",
      "path" : "Sources/olleh",
      "product_dependencies" : [
        "ArgumentParser",
        "Hummingbird",
        "Dependencies",
        "Ollama",
        "Bestline"
      ],
      "product_memberships" : [
        "olleh"
      ],
      "sources" : [
        "Commands/Check.swift",
        "Commands/List.swift",
        "Commands/Run.swift",
        "Commands/Serve.swift",
        "Commands/Show.swift",
        "Dependencies/FoundationModelsDependency.swift",
        "Shared/Spinner.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/mattt/ollama-swift
Fetching https://github.com/mattt/bestline-swift
Fetching https://github.com/hummingbird-project/hummingbird
[1/735] Fetching ollama-swift
[68/768] Fetching ollama-swift, bestline-swift
[769/7138] Fetching ollama-swift, bestline-swift, swift-dependencies
[3190/23532] Fetching ollama-swift, bestline-swift, swift-dependencies, swift-argument-parser
Fetched https://github.com/mattt/bestline-swift from cache (0.34s)
[3766/23499] Fetching ollama-swift, swift-dependencies, swift-argument-parser
Fetched https://github.com/mattt/ollama-swift from cache (0.34s)
[3195/22764] Fetching swift-dependencies, swift-argument-parser
[5116/47619] Fetching swift-dependencies, swift-argument-parser, hummingbird
Fetched https://github.com/apple/swift-argument-parser from cache (0.79s)
[29486/31225] Fetching swift-dependencies, hummingbird
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.07s)
Fetched https://github.com/hummingbird-project/hummingbird from cache (1.09s)
Computing version for https://github.com/mattt/bestline-swift
Computed https://github.com/mattt/bestline-swift at 1.0.0 (1.52s)
Computing version for https://github.com/mattt/ollama-swift
Computed https://github.com/mattt/ollama-swift at 1.8.0 (0.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.65s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/878] Fetching swift-concurrency-extras
[879/3295] Fetching swift-concurrency-extras, combine-schedulers
[1701/4587] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4588/10096] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.36s)
[5444/8804] Fetching swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay
[6877/81033] Fetching swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
[12685/75524] Fetching swift-concurrency-extras, combine-schedulers, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (4.21s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.21s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.26s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (4.68s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.41s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.66s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.45s)
Computing version for https://github.com/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.16.0 (0.54s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2505] Fetching swift-service-lifecycle
[2506/8675] Fetching swift-service-lifecycle, swift-nio-extras
[2630/11446] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services
[9720/23129] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[10145/37445] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.48s)
[11626/34674] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-nio.git
[12030/49794] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
[44806/128368] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.69s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[87626/122198] Fetching swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.00s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.00s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.01s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.02s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[50288/78574] Fetching swift-nio
[50289/83977] Fetching swift-nio, swift-distributed-tracing
[57263/84908] Fetching swift-nio, swift-distributed-tracing, swift-http-types
[58980/87265] Fetching swift-nio, swift-distributed-tracing, swift-http-types, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.58s)
[56036/81862] Fetching swift-nio, swift-http-types, swift-metrics
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
[55411/80931] Fetching swift-nio, swift-metrics
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[55789/84841] Fetching swift-nio, swift-metrics, swift-log
[61270/102508] Fetching swift-nio, swift-metrics, swift-log, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
[59443/100151] Fetching swift-nio, swift-log, swift-collections
[66297/105606] Fetching swift-nio, swift-log, swift-collections, swift-async-algorithms
[66352/107420] Fetching swift-nio, swift-log, swift-collections, swift-async-algorithms, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
[72619/100151] Fetching swift-nio, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.28s)
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Fetched https://github.com/apple/swift-nio.git from cache (4.84s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (5.77s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.70s)
Fetching https://github.com/apple/swift-system.git
[1/5009] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.89s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.0 (0.43s)
Fetching https://github.com/apple/swift-service-context.git
[1/1117] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.22s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.48s)
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 (0.43s)
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.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.62s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1645] Fetching swift-asn1
[1482/2835] Fetching swift-asn1, swift-http-structured-headers
[2836/9427] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[3298/15413] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-algorithms
[6732/14223] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.44s)
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 (0.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/6369] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.99s)
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 (0.49s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git
[1/17156] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (2.21s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.44s)
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
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.16.0
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
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.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.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.1.1
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.1
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-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-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/mattt/ollama-swift
Working copy of https://github.com/mattt/ollama-swift resolved at 1.8.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/mattt/bestline-swift
Working copy of https://github.com/mattt/bestline-swift resolved at 1.0.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/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.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.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/109] Write sources
[41/109] Compiling _AtomicsShims.c
[42/109] Compiling CNIOWASI CNIOWASI.c
[43/109] Compiling CNIOWindows WSAStartup.c
[44/109] Compiling CNIOWindows shim.c
[45/109] Compiling CNIOPosix event_loop_id.c
[46/109] Compiling CNIOLinux liburing_shims.c
[47/109] Compiling CNIODarwin shim.c
[48/109] Compiling CNIOLLHTTP c_nio_http.c
[48/109] Write sources
[55/109] Compiling CNIOLLHTTP c_nio_api.c
[56/109] Compiling CNIOLinux shim.c
[57/109] Write swift-version-24593BA9C3E375BF.txt
[58/109] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/112] Compiling CBestline bestline.c
[60/134] Compiling c-nioatomics.c
[62/134] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/134] Compiling ServiceContextModule ServiceContext.swift
[64/134] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/135] Emitting module ServiceContextModule
[66/135] Compiling ServiceContextModule ServiceContextKey.swift
[67/136] Compiling Logging LogHandler.swift
[68/136] Compiling _NIOBase64 Base64.swift
[69/136] Emitting module _NIOBase64
[70/136] Compiling _NIODataStructures PriorityQueue.swift
[71/136] Compiling _NIODataStructures _TinyArray.swift
[73/137] Compiling Ollama Tool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/160] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/183] Compiling IssueReporting Rethrows.swift
[78/183] Compiling IssueReporting XCTest.swift
[79/183] Compiling IssueReporting IsTesting.swift
[80/183] Compiling IssueReporting IssueReporter.swift
[80/183] Compiling c-atomics.c
[82/183] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/183] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/185] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/185] Compiling Logging MetadataProvider.swift
[86/185] Compiling _NIODataStructures Heap.swift
[87/185] Emitting module _NIODataStructures
[88/185] Compiling Logging Logging.swift
[89/186] Emitting module Logging
[90/186] Compiling Logging Locks.swift
[91/193] Compiling HTTPTypes ISOLatin1String.swift
[93/194] Emitting module HTTPTypes
[94/194] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/194] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/194] Compiling IssueReporting FailureObserver.swift
[98/194] Compiling IssueReporting LockIsolated.swift
[99/194] Emitting module InternalCollectionsUtilities
[100/194] Compiling Instrumentation MultiplexInstrument.swift
[101/194] Emitting module Instrumentation
[102/194] Compiling Instrumentation NoOpInstrument.swift
[103/194] Compiling Instrumentation Instrument.swift
[104/194] Compiling Instrumentation InstrumentationSystem.swift
[105/194] Compiling Instrumentation Locks.swift
[106/195] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/199] Compiling IssueReporting Deprecations.swift
[108/199] Compiling IssueReporting SwiftTesting.swift
[109/201] Compiling IssueReporting ErrorReporting.swift
[110/201] Compiling IssueReporting AppHostWarning.swift
[111/201] Compiling IssueReporting UncheckedSendable.swift
[112/201] Compiling IssueReporting Warn.swift
[114/202] Compiling Ollama KeepAlive.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/202] Compiling Ollama Model.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/205] Compiling Ollama JSONDecoder+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/205] Compiling HTTPTypes NIOLock.swift
[119/205] Compiling HTTPTypes HTTPParsedFields.swift
[120/216] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/216] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/216] Emitting module Ollama
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/216] Compiling ConcurrencyExtras ActorIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/ollama-swift/Sources/Ollama/Client.swift:149:63: error: value of type 'URLSession' has no member 'bytes'
 147 |                 do {
 148 |                     let request = try createRequest(method, path, params: params)
 149 |                     let (bytes, response) = try await session.bytes(for: request)
     |                                                               `- error: value of type 'URLSession' has no member 'bytes'
 150 |                     let httpResponse = try validateResponse(response)
 151 |
[124/216] Compiling ConcurrencyExtras AnyHashableSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/ollama-swift/Sources/Ollama/Client.swift:149:63: error: value of type 'URLSession' has no member 'bytes'
 147 |                 do {
 148 |                     let request = try createRequest(method, path, params: params)
 149 |                     let (bytes, response) = try await session.bytes(for: request)
     |                                                               `- error: value of type 'URLSession' has no member 'bytes'
 150 |                     let httpResponse = try validateResponse(response)
 151 |
[125/216] Compiling Ollama Value.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/216] Compiling ConcurrencyHelpers LockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/217] Compiling ConcurrencyExtras AsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/224] Compiling HTTPTypes HTTPRequest.swift
[131/224] Compiling HTTPTypes HTTPResponse.swift
[132/224] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/224] Compiling ConcurrencyExtras Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/224] Compiling ConcurrencyExtras UncheckedBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/225] Compiling ConcurrencyHelpers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/225] Emitting module ConcurrencyHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/225] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/225] Compiling ConcurrencyExtras AsyncThrowingStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/226] Compiling NIOConcurrencyHelpers lock.swift
[146/226] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/226] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/226] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/226] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/226] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/227] Compiling Tracing InstrumentationSystem+Tracing.swift
[158/227] Emitting module Tracing
[159/227] Compiling Tracing TracingTime.swift
[160/227] Compiling NIOConcurrencyHelpers NIOLock.swift
[161/227] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[162/227] Compiling NIOConcurrencyHelpers atomics.swift
[165/227] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/228] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[167/228] Emitting module NIOConcurrencyHelpers
[168/229] Compiling Tracing TracerProtocol.swift
[169/229] Compiling CoreMetrics Locks.swift
[170/229] Compiling CoreMetrics Metrics.swift
[171/229] Emitting module CoreMetrics
[172/230] Compiling Tracing Tracer.swift
[173/230] Compiling Tracing TracerProtocol+Legacy.swift
[177/230] Compiling Tracing SpanProtocol.swift
[178/230] Compiling Tracing NoOpTracer.swift
[180/292] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/367] Compiling HeapModule Heap+Descriptions.swift
[182/369] Emitting module UnixSignals
[183/369] Compiling HeapModule _HeapNode.swift
[184/369] Compiling UnixSignals UnixSignalsSequence.swift
[185/369] Compiling UnixSignals UnixSignal.swift
[186/370] Emitting module HeapModule
[188/370] Compiling HeapModule Heap.swift
[189/370] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/370] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/371] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[192/371] Compiling HeapModule Heap+Invariants.swift
[193/371] Compiling HeapModule Heap+UnsafeHandle.swift
[196/475] Compiling HashTreeCollections _HashNode+Builder.swift
[197/475] Compiling HashTreeCollections _HashNode+Debugging.swift
[198/475] Compiling HashTreeCollections _HashNode+Initializers.swift
[199/475] Compiling HashTreeCollections _HashNode+Invariants.swift
[200/475] Compiling HashTreeCollections _HashNode+Lookups.swift
[201/475] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[202/475] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[203/475] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[204/482] Compiling DequeModule Deque+Testing.swift
[205/482] Compiling DequeModule Deque._Storage.swift
[206/482] Compiling DequeModule Deque._UnsafeHandle.swift
[207/482] Compiling DequeModule Deque.swift
[208/482] Compiling DequeModule _DequeBuffer.swift
[209/482] Compiling DequeModule _DequeBufferHeader.swift
[210/482] Compiling HashTreeCollections _Hash.swift
[211/482] Compiling HashTreeCollections _HashLevel.swift
[212/482] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/482] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/482] Compiling HashTreeCollections _HashNode+Structural union.swift
[215/482] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[216/482] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[217/482] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[218/482] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[219/482] Compiling HashTreeCollections _HashNode.swift
[220/482] Compiling HashTreeCollections _HashNodeHeader.swift
[221/483] Compiling HashTreeCollections _HashSlot.swift
[222/483] Compiling HashTreeCollections _HashStack.swift
[223/483] Compiling HashTreeCollections _HashTreeIterator.swift
[224/483] Compiling HashTreeCollections _HashTreeStatistics.swift
[225/483] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[226/483] Compiling HashTreeCollections _RawHashNode.swift
[227/483] Compiling HashTreeCollections _UnmanagedHashNode.swift
[228/483] Compiling HashTreeCollections _UnsafePath.swift
[229/483] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[230/483] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[231/483] Compiling HashTreeCollections TreeDictionary+Keys.swift
[232/483] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[233/483] Compiling HashTreeCollections TreeDictionary+Merge.swift
[234/483] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[235/483] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[236/483] Compiling HashTreeCollections TreeDictionary+Codable.swift
[237/483] Compiling HashTreeCollections TreeDictionary+Collection.swift
[238/483] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[239/483] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[240/483] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[241/483] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[242/483] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[243/483] Compiling HashTreeCollections TreeDictionary+Filter.swift
[244/483] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/483] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/483] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/483] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/483] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/483] Compiling HTTPTypes HTTPFieldName.swift
[250/483] Compiling HTTPTypes HTTPFields.swift
[251/483] Compiling HTTPTypes HTTPField.swift
[252/483] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/483] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/483] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/483] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/483] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/484] Compiling HashTreeCollections TreeSet+Hashable.swift
[258/484] Compiling HashTreeCollections TreeSet+Sendable.swift
[259/484] Compiling HashTreeCollections TreeSet+Sequence.swift
[260/484] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[261/484] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[262/484] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[263/484] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[264/484] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[265/484] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[266/484] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[276/503] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[287/566] Compiling OrderedCollections OrderedSet+SubSequence.swift
[288/566] Compiling OrderedCollections OrderedSet+Testing.swift
[289/566] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[290/566] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[291/566] Compiling OrderedCollections OrderedSet.swift
[292/566] Compiling OrderedCollections _UnsafeBitset.swift
[293/566] Compiling HashTreeCollections TreeSet+Equatable.swift
[294/566] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[295/566] Compiling HashTreeCollections TreeSet+Extras.swift
[296/566] Compiling HashTreeCollections TreeSet+Filter.swift
[297/567] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[298/567] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[299/568] Compiling Ollama Embeddings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[300/568] Compiling Ollama Data+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[301/568] Compiling BitCollections BitSet+Invariants.swift
[302/568] Compiling BitCollections BitSet+Random.swift
[303/568] Compiling BitCollections BitSet+SetAlgebra basics.swift
[304/568] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[305/568] Compiling BitCollections BitArray+RandomBits.swift
[306/568] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[307/568] Compiling BitCollections BitArray+Shifts.swift
[308/568] Compiling BitCollections BitArray+Testing.swift
[309/568] Compiling BitCollections BitArray._UnsafeHandle.swift
[310/568] Compiling BitCollections BitArray.swift
[311/568] Compiling BitCollections BitSet+BidirectionalCollection.swift
[312/568] Compiling BitCollections BitSet+Codable.swift
[315/568] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/50] Write swift-version-24593BA9C3E375BF.txt
[4/95] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/95] Compiling InternalCollectionsUtilities Debugging.swift
[6/96] Compiling InternalCollectionsUtilities Descriptions.swift
[7/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/96] Compiling ServiceContextModule ServiceContextKey.swift
[10/96] Emitting module ServiceContextModule
[11/96] Compiling ServiceContextModule ServiceContext.swift
[12/97] Compiling Logging MetadataProvider.swift
[13/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/97] Emitting module _NIODataStructures
[16/97] Compiling NIOConcurrencyHelpers lock.swift
[17/97] Compiling HTTPTypes ISOLatin1String.swift
[18/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/107] Emitting module InternalCollectionsUtilities
[20/107] Emitting module _NIOBase64
[21/107] Compiling _NIOBase64 Base64.swift
[22/107] Emitting module NIOConcurrencyHelpers
[23/107] Compiling _NIODataStructures PriorityQueue.swift
[24/107] Compiling _NIODataStructures Heap.swift
[25/107] Compiling _NIODataStructures _TinyArray.swift
[26/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/109] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/109] Compiling NIOConcurrencyHelpers atomics.swift
[30/110] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/110] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/110] Compiling HTTPTypes HTTPParsedFields.swift
[35/110] Compiling HTTPTypes HTTPRequest.swift
[36/110] Compiling HTTPTypes NIOLock.swift
[37/111] Compiling Ollama Tool.swift
[38/113] Compiling Ollama Chat.swift
[39/113] Compiling Ollama Client.swift
[40/113] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/113] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/113] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/113] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[44/120] Compiling HTTPTypes HTTPFieldName.swift
[45/121] Emitting module HTTPTypes
[46/121] Compiling HTTPTypes HTTPFields.swift
[47/123] Compiling HTTPTypes HTTPField.swift
[48/123] Compiling HTTPTypes HTTPResponse.swift
[50/124] Emitting module IssueReportingPackageSupport
[51/124] Compiling IssueReportingPackageSupport _Test.swift
[52/124] Compiling Instrumentation NoOpInstrument.swift
[53/124] Compiling Instrumentation MultiplexInstrument.swift
[55/125] Emitting module Ollama
/host/spi-builder-workspace/.build/checkouts/ollama-swift/Sources/Ollama/Client.swift:149:63: error: value of type 'URLSession' has no member 'bytes'
 147 |                 do {
 148 |                     let request = try createRequest(method, path, params: params)
 149 |                     let (bytes, response) = try await session.bytes(for: request)
     |                                                               `- error: value of type 'URLSession' has no member 'bytes'
 150 |                     let httpResponse = try validateResponse(response)
 151 |
/host/spi-builder-workspace/.build/checkouts/ollama-swift/Sources/Ollama/Client.swift:149:63: error: value of type 'URLSession' has no member 'bytes'
 147 |                 do {
 148 |                     let request = try createRequest(method, path, params: params)
 149 |                     let (bytes, response) = try await session.bytes(for: request)
     |                                                               `- error: value of type 'URLSession' has no member 'bytes'
 150 |                     let httpResponse = try validateResponse(response)
 151 |
[58/125] Emitting module Logging
[59/125] Compiling Logging LogHandler.swift
[60/125] Compiling Logging Locks.swift
[61/125] Compiling Logging Logging.swift
[62/126] Compiling ConcurrencyHelpers LockedValueBox.swift
[63/126] Compiling CoreMetrics Locks.swift
[64/126] Emitting module CoreMetrics
[65/126] Compiling CoreMetrics Metrics.swift
[68/127] Compiling Instrumentation InstrumentationSystem.swift
[69/127] Emitting module Instrumentation
[70/127] Compiling Instrumentation Instrument.swift
[71/127] Compiling Instrumentation Locks.swift
[72/139] Emitting module ConcurrencyHelpers
[73/139] Compiling ConcurrencyHelpers Lock.swift
[76/140] Compiling Ollama JSONDecoder+Extensions.swift
[77/140] Compiling Ollama KeepAlive.swift
[78/140] Compiling Ollama Model.swift
[80/140] Compiling ConcurrencyExtras Locking.swift
[81/140] Compiling ConcurrencyExtras UncheckedBox.swift
[82/140] Compiling ConcurrencyExtras LockIsolated.swift
[83/140] Compiling ConcurrencyExtras Result.swift
[84/140] Compiling ConcurrencyExtras Task.swift
[85/141] Compiling ConcurrencyExtras AsyncStream.swift
[86/141] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[87/141] Compiling ConcurrencyExtras MainSerialExecutor.swift
[88/141] Compiling Ollama Value.swift
[89/141] Compiling ConcurrencyExtras ActorIsolated.swift
[90/141] Compiling ConcurrencyExtras AnyHashableSendable.swift
[91/141] Emitting module ConcurrencyExtras
[92/300] Compiling ConcurrencyExtras UncheckedSendable.swift
[93/301] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[94/301] Compiling HeapModule Heap+Descriptions.swift
[96/301] Compiling Tracing NoOpTracer.swift
[97/301] Compiling HeapModule _HeapNode.swift
[98/301] Compiling Tracing Tracer.swift
[99/301] Compiling Tracing TracerProtocol.swift
[100/301] Compiling Tracing TracingTime.swift
[101/301] Compiling OrderedCollections _HashTable+Bucket.swift
[102/301] Compiling OrderedCollections _HashTable+BucketIterator.swift
[103/301] Compiling OrderedCollections _HashTable+Constants.swift
[104/303] Compiling Tracing TracerProtocol+Legacy.swift
[105/303] Compiling HeapModule Heap.swift
[106/303] Emitting module Tracing
[107/303] Compiling HeapModule Heap+Invariants.swift
[108/303] Compiling HeapModule Heap+UnsafeHandle.swift
[109/306] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[110/306] Compiling OrderedCollections _HashTable+Testing.swift
[111/306] Emitting module HeapModule
[112/307] Compiling OrderedCollections OrderedDictionary+Codable.swift
[113/307] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[114/307] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[115/307] Compiling OrderedCollections OrderedDictionary+Values.swift
[116/307] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[117/307] Compiling OrderedCollections _HashTable.swift
[118/307] Compiling OrderedCollections _Hashtable+Header.swift
[119/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[120/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[121/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[122/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[123/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[124/307] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[125/307] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[126/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[127/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[128/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[129/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[130/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[131/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[132/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[134/314] Emitting module IssueReporting
[135/314] Emitting module UnixSignals
[136/314] Compiling Metrics Metrics.swift
[137/314] Emitting module Metrics
[140/315] Compiling IssueReporting WithExpectedIssue.swift
[141/315] Compiling IssueReporting WithIssueContext.swift
[142/315] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[143/315] Compiling OrderedCollections OrderedDictionary+Elements.swift
[144/315] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[145/315] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[146/315] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[147/315] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[148/315] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[149/315] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[150/315] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[151/315] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[155/315] Compiling OrderedCollections OrderedDictionary.swift
[156/315] Compiling OrderedCollections OrderedSet+Codable.swift
[157/315] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[158/315] Compiling OrderedCollections OrderedSet+Descriptions.swift
[159/315] Compiling OrderedCollections OrderedSet+Diffing.swift
[160/315] Compiling OrderedCollections OrderedSet+Equatable.swift
[161/315] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[162/315] Compiling OrderedCollections OrderedSet+Hashable.swift
[163/315] Compiling OrderedCollections OrderedSet+Initializers.swift
[164/315] Compiling OrderedCollections OrderedSet+Insertions.swift
[165/315] Compiling OrderedCollections OrderedSet+Invariants.swift
[166/315] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[167/315] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[168/315] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[169/315] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[170/315] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[171/315] Compiling UnixSignals UnixSignal.swift
[172/315] Compiling UnixSignals UnixSignalsSequence.swift
[175/316] Compiling Tracing InstrumentationSystem+Tracing.swift
[176/316] Compiling Tracing SpanProtocol.swift
[179/408] Compiling DequeModule Deque+Hashable.swift
[180/408] Compiling DequeModule Deque._UnsafeHandle.swift
[181/408] Compiling DequeModule Deque.swift
[182/408] Compiling DequeModule Deque+Testing.swift
[183/408] Compiling DequeModule Deque._Storage.swift
[184/408] Compiling DequeModule Deque+Extras.swift
[186/409] Compiling DequeModule Deque+CustomReflectable.swift
[187/409] Compiling DequeModule Deque+Descriptions.swift
[188/422] Compiling BitCollections BitArray+Copy.swift
[189/422] Compiling BitCollections BitArray+CustomReflectable.swift
[190/444] Compiling HashTreeCollections TreeSet+Hashable.swift
[191/444] Compiling HashTreeCollections TreeSet+Sendable.swift
[192/444] Compiling HashTreeCollections TreeSet+Sequence.swift
[193/444] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[194/444] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[195/444] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[196/444] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[197/444] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[198/444] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[199/444] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[200/476] Compiling BitCollections BitArray+Descriptions.swift
[201/476] Compiling BitCollections BitArray+Equatable.swift
[202/494] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[203/494] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[204/494] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[205/494] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[206/494] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[207/494] Compiling BitCollections BitSet+SetAlgebra union.swift
[208/494] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[209/494] Compiling BitCollections BitSet.Counted.swift
[210/494] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[211/494] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[212/494] Compiling HashTreeCollections TreeDictionary+Values.swift
[213/494] Compiling HashTreeCollections TreeDictionary.swift
[214/494] Compiling HashTreeCollections TreeSet+Codable.swift
[215/494] Compiling HashTreeCollections TreeSet+Collection.swift
[216/494] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[217/494] Compiling HashTreeCollections TreeSet+Debugging.swift
[218/494] Compiling HashTreeCollections TreeSet+Descriptions.swift
[219/494] Compiling HashTreeCollections TreeSet+Equatable.swift
[220/494] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[221/494] Compiling HashTreeCollections TreeSet+Extras.swift
[222/494] Compiling HashTreeCollections TreeSet+Filter.swift
[230/494] Compiling Atomics ManagedAtomic.swift
[231/494] Compiling Atomics ManagedAtomicLazyReference.swift
[232/496] Compiling Atomics Primitives.native.swift
[235/496] Compiling Atomics AtomicMemoryOrderings.swift
[236/496] Compiling Atomics DoubleWord.swift
[237/496] Compiling Atomics UnsafeAtomic.swift
[238/496] Compiling Atomics UnsafeAtomicLazyReference.swift
[239/496] Compiling Atomics IntegerOperations.swift
[240/496] Compiling Atomics Unmanaged extensions.swift
[241/496] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[244/505] Compiling Atomics AtomicStorage.swift
[245/505] Compiling Atomics AtomicValue.swift
[246/505] Compiling Atomics OptionalRawRepresentable.swift
[247/505] Compiling Atomics RawRepresentable.swift
[248/505] Compiling Atomics AtomicBool.swift
[249/505] Compiling Atomics AtomicInteger.swift
[250/505] Compiling Atomics AtomicOptionalWrappable.swift
[251/505] Compiling Atomics AtomicReference.swift
[258/505] Emitting module Bestline
[259/505] Compiling Bestline Bestline.swift
[283/506] Compiling Atomics IntegerConformances.swift
[284/506] Compiling Atomics PointerConformances.swift
[285/506] Compiling _RopeModule _CharacterRecognizer.swift
[286/506] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[287/506] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[288/506] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[289/506] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[290/506] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[291/506] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[292/506] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[293/506] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[294/506] Compiling HashTreeCollections TreeSet.swift
[307/506] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[308/506] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[311/513] Compiling BitCollections BitArray+RandomBits.swift
[312/513] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[313/513] Compiling BitCollections BitArray+Shifts.swift
[314/513] Compiling BitCollections BitArray+Testing.swift
[315/513] Compiling BitCollections BitArray._UnsafeHandle.swift
[316/513] Compiling BitCollections BitArray.swift
[317/513] Compiling BitCollections BitSet+BidirectionalCollection.swift
[318/513] Compiling BitCollections BitSet+Codable.swift
[319/513] Emitting module BitCollections
[320/513] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[321/513] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[322/513] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[323/513] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[324/513] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[325/513] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[334/516] Compiling Ollama Data+Extensions.swift
[335/516] Compiling Ollama Embeddings.swift
[343/516] Emitting module DequeModule
BUILD FAILURE 6.1 linux