The Swift Package Index logo.Swift Package Index

Build Information

Failed to build media-generation-kit, reference main (ee4117), with Swift 6.1 for Linux on 9 Apr 2026 22:44:19 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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drawthingsai/media-generation-kit.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/drawthingsai/media-generation-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ee41179 MGKCLI will print edit compute units
Cloned https://github.com/drawthingsai/media-generation-kit.git
Revision (git rev-parse @):
ee41179f1c21853e2cf3ccb9b4d63a4f0fe9d352
SUCCESS checkout https://github.com/drawthingsai/media-generation-kit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/drawthingsai/media-generation-kit.git
https://github.com/drawthingsai/media-generation-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "draw-things-community",
      "requirement" : {
        "revision" : [
          "d473a2f148b3e7dc9b90d0b7cfccc5cda999eb66"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drawthingsai/draw-things-community.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "media-generation-kit",
  "name" : "media-generation-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MediaGenerationKit",
      "targets" : [
        "MediaGenerationKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "media-generation-kit-cli",
      "targets" : [
        "MediaGenerationKitCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MediaGenerationKitCLI",
      "module_type" : "SwiftTarget",
      "name" : "MediaGenerationKitCLI",
      "path" : "Sources/MediaGenerationKitCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "media-generation-kit-cli"
      ],
      "sources" : [
        "MediaGenerationKitCLI.swift"
      ],
      "target_dependencies" : [
        "MediaGenerationKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MediaGenerationKit",
      "module_type" : "SwiftTarget",
      "name" : "MediaGenerationKit",
      "path" : "Sources/MediaGenerationKit",
      "product_dependencies" : [
        "_MediaGenerationKit"
      ],
      "product_memberships" : [
        "MediaGenerationKit",
        "media-generation-kit-cli"
      ],
      "sources" : [
        "Exports.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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/drawthingsai/draw-things-community.git
[1/16420] Fetching draw-things-community
Fetched https://github.com/drawthingsai/draw-things-community.git from cache (5.79s)
Fetching https://github.com/liuliu/ccv.git
[1/39546] Fetching ccv
Fetched https://github.com/liuliu/ccv.git from cache (52.31s)
Fetching https://github.com/liuliu/s4nnc.git
[1/7706] Fetching s4nnc
Fetched https://github.com/liuliu/s4nnc.git from cache (1.08s)
Fetching https://github.com/liuliu/dflat.git
[1/4475] Fetching dflat
Fetched https://github.com/liuliu/dflat.git from cache (2.33s)
Fetching https://github.com/liuliu/swift-fickling.git
[1/153] Fetching swift-fickling
Fetched https://github.com/liuliu/swift-fickling.git from cache (5.39s)
Fetching https://github.com/liuliu/swift-sentencepiece
[1/118] Fetching swift-sentencepiece
Fetched https://github.com/liuliu/swift-sentencepiece from cache (2.95s)
Fetching https://github.com/kelvin13/swift-png
[1/7465] Fetching swift-png
Fetched https://github.com/kelvin13/swift-png from cache (5.30s)
Fetching https://github.com/weiyanlin117/swift-fpzip-support.git
[1/135] Fetching swift-fpzip-support
Fetched https://github.com/weiyanlin117/swift-fpzip-support.git from cache (0.48s)
Fetching https://github.com/apple/swift-protobuf.git
[1/43253] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.22s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
Fetching https://github.com/google/flatbuffers.git
[1/98852] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git from cache (8.89s)
Fetching https://github.com/weiyanlin117/swift-package-support-sentencepiece
[1/6025] Fetching swift-package-support-sentencepiece
Fetched https://github.com/weiyanlin117/swift-package-support-sentencepiece from cache (2.71s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/liuliu/swift-sqlite3-support.git
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/119] Fetching swift-sqlite3-support
[67/1939] Fetching swift-sqlite3-support, swift-atomics
[541/7997] Fetching swift-sqlite3-support, swift-atomics, swift-algorithms
[911/14413] Fetching swift-sqlite3-support, swift-atomics, swift-algorithms, swift-numerics
[1925/37936] Fetching swift-sqlite3-support, swift-atomics, swift-algorithms, swift-numerics, swift-collections
[2069/89444] Fetching swift-sqlite3-support, swift-atomics, swift-algorithms, swift-numerics, swift-collections, grpc-swift
Fetched https://github.com/apple/swift-numerics.git from cache (2.76s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.77s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/liuliu/swift-sqlite3-support.git from cache (2.77s)
Fetching https://github.com/jagreenwood/swift-log-datadog.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/apple/swift-collections.git from cache (2.81s)
Fetching https://github.com/apple/swift-log.git
[1/295] Fetching swift-log-datadog
Fetched https://github.com/apple/swift-algorithms.git from cache (3.25s)
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/grpc/grpc-swift.git from cache (3.28s)
[1/17331] Fetching swift-crypto
[2/34843] Fetching swift-crypto, swift-argument-parser
[7171/41306] Fetching swift-crypto, swift-argument-parser, swift-log
Fetched https://github.com/jagreenwood/swift-log-datadog.git from cache (0.71s)
[25536/43577] Fetching swift-crypto, swift-argument-parser, swift-log, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.97s)
Fetched https://github.com/apple/swift-log.git from cache (1.41s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.45s)
[3120/17331] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.93s)
Computing version for https://github.com/liuliu/swift-sqlite3-support.git
Computed https://github.com/liuliu/swift-sqlite3-support.git at 3.47.1 (6.39s)
Computing version for https://github.com/jagreenwood/swift-log-datadog.git
Computed https://github.com/jagreenwood/swift-log-datadog.git at 0.3.0 (0.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.79s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.04s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.68s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.70s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.27.5 (3.84s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2843] Fetching swift-nio-transport-services
[826/9353] Fetching swift-nio-transport-services, swift-nio-extras
[9289/21455] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[11896/36873] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[13680/119974] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.87s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.90s)
[58493/105029] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (7.10s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.14s)
Fetched https://github.com/apple/swift-nio.git from cache (7.22s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (7.94s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.79s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (2.82s)
Fetching https://github.com/apple/swift-http-types.git
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-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/2719] Fetching swift-service-lifecycle
[2/4515] Fetching swift-service-lifecycle, swift-asn1
[4516/5757] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers
[5758/6770] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types
[6771/13915] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates
[7343/20139] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (3.06s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.06s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (3.06s)
Fetched https://github.com/apple/swift-asn1.git from cache (3.06s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.06s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.07s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (4.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.23s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (2.22s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (3.11s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.67s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.47s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.24s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/liuliu/swift-sqlite3-support.git
Working copy of https://github.com/liuliu/swift-sqlite3-support.git resolved at 3.47.1
Creating working copy for https://github.com/weiyanlin117/swift-fpzip-support.git
Working copy of https://github.com/weiyanlin117/swift-fpzip-support.git resolved at 0ec6d4668c9c83bc3da0f8b2d6dfc46da0b98609
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.36.1
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/liuliu/swift-fickling.git
Working copy of https://github.com/liuliu/swift-fickling.git resolved at 5c982bf479c4cdf8c7f72002cd79ec88b553ab34
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.42.0
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/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.27.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/liuliu/dflat.git
Working copy of https://github.com/liuliu/dflat.git resolved at 73925e51e4f44add842177a229f9990cb13711ff
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.33.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.11.0
Creating working copy for https://github.com/kelvin13/swift-png
Working copy of https://github.com/kelvin13/swift-png resolved at 075dfb248ae327822635370e9d4f94a5d3fe93b2
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.1.3
Creating working copy for https://github.com/weiyanlin117/swift-package-support-sentencepiece
Working copy of https://github.com/weiyanlin117/swift-package-support-sentencepiece resolved at a39a5be0b3e3ad9bcb19b085af7dd891c00aa3d2
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at d57a5aecf24a25b32ec4a74be2f5d0a995a47c4b
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.6.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/liuliu/swift-sentencepiece
Working copy of https://github.com/liuliu/swift-sentencepiece resolved at 8d17bf2e017c97563e8805545d676be9739b6c0e
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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/jagreenwood/swift-log-datadog.git
Working copy of https://github.com/jagreenwood/swift-log-datadog.git resolved at 0.3.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.11.0
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/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at c92e78a9f841a6110ec27180d68d1f7f2afda21d
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.26.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/liuliu/s4nnc.git
Working copy of https://github.com/liuliu/s4nnc.git resolved at e3a83b351b84a7917fefd28366a3b9417fee3b2e
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.5.1
Creating working copy for https://github.com/liuliu/ccv.git
Working copy of https://github.com/liuliu/ccv.git resolved at ae1de9962437c14ff7d84af9bac66305e7ce5927
Creating working copy for https://github.com/drawthingsai/draw-things-community.git
Working copy of https://github.com/drawthingsai/draw-things-community.git resolved at d473a2f148b3e7dc9b90d0b7cfccc5cda999eb66
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at fbd61a676d79cbde05cd4fda3cc46e94d6b8f0eb
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
[5/5] Compiling plugin GRPCSwiftPlugin
[6/6] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[6/1336] Write sources
[10/1336] Compiling _AtomicsShims.c
[11/1336] Compiling _SQLiteDflatOSShim os.c
[12/1336] Write swift-version-24593BA9C3E375BF.txt
[13/1336] Compiling structurally_valid.cc
[14/1336] Compiling zero_copy_stream_impl_lite.cc
[15/1336] Compiling time.cc
[16/1336] Compiling zero_copy_stream.cc
[17/1336] Compiling zero_copy_stream_impl.cc
[18/1336] Compiling wire_format_lite.cc
[19/1336] Compiling strutil.cc
[20/1336] Compiling stringpiece.cc
[21/1336] Compiling io_win32.cc
[22/1336] Compiling stringprintf.cc
[23/1336] Compiling statusor.cc
[24/1336] Compiling status.cc
[25/1336] Compiling repeated_field.cc
[26/1336] Compiling int128.cc
[27/1336] Compiling parse_context.cc
[28/1336] Compiling message_lite.cc
[29/1336] Compiling implicit_weak_message.cc
[30/1336] Compiling generated_message_table_driven_lite.cc
[31/1336] Compiling generated_message_util.cc
[32/1336] Compiling generated_enum_util.cc
[33/1336] Compiling bytestream.cc
[34/1336] Compiling common.cc
[35/1336] Compiling coded_stream.cc
[36/1336] Compiling log.cc
[37/1336] Compiling arena.cc
[38/1336] Compiling arenastring.cc
[39/1336] Compiling extension_set.cc
[40/1336] Compiling SQLite3 sqlite3.c
[41/1336] Compiling util.cc
[42/1336] Compiling flag.cc
[43/1336] Compiling word_model.cc
[44/1336] Compiling word_model_trainer.cc
[45/1336] Compiling unicode_script.cc
[46/1336] Compiling pretokenizer_for_training.cc
[47/1336] Compiling trainer_factory.cc
[48/1336] Compiling unigram_model.cc
[49/1336] Compiling unigram_model_trainer.cc
[50/1336] Compiling sentencepiece_trainer.cc
[51/1336] Compiling normalizer.cc
[52/1336] Compiling trainer_interface.cc
[53/1336] Compiling error.cc
[54/1336] Compiling init.cc
[55/1336] Compiling filesystem.cc
[56/1336] Compiling sentencepiece_processor.cc
[57/1336] Compiling model_factory.cc
[58/1336] Compiling model_interface.cc
[59/1336] Compiling siphash siphash24.c
In file included from /host/spi-builder-workspace/.build/checkouts/ccv/lib/nnc/mps/ccv_nnc_palettize.m:1:
/host/spi-builder-workspace/.build/checkouts/ccv/lib/nnc/mps/ccv_nnc_mps.h:43:9: fatal error: 'Metal/Metal.h' file not found
   43 | #import <Metal/Metal.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[60/1336] Compiling lib_nnc_mps_compat ccv_nnc_palettize.m
[60/1336] Compiling bpe_model_trainer.cc
[60/1336] Compiling char_model.cc
[60/1336] Compiling sentencepiece_model.pb.cc
[60/1336] Compiling bpe_model.cc
[60/1336] Compiling sentencepiece.pb.cc
[60/1336] Compiling char_model_trainer.cc
[60/1336] Compiling builder.cc
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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
[5/5] Compiling plugin GRPCSwiftPlugin
[6/6] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[6/1282] Write sources
[6/1282] Copying PrivacyInfo.xcprivacy
[6/1282] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/ccv/lib/nnc/mps/ccv_nnc_palettize.m:1:
/host/spi-builder-workspace/.build/checkouts/ccv/lib/nnc/mps/ccv_nnc_mps.h:43:9: fatal error: 'Metal/Metal.h' file not found
   43 | #import <Metal/Metal.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[29/1283] Compiling lib_nnc_mps_compat ccv_nnc_palettize.m
[29/1283] Compiling builder.cc
[29/1283] Compiling sentencepiece_model.pb.cc
[29/1283] Compiling bpe_model.cc
[29/1283] Compiling char_model_trainer.cc
[29/1283] Compiling bpe_model_trainer.cc
[29/1283] Compiling char_model.cc
[29/1283] Compiling sentencepiece.pb.cc
BUILD FAILURE 6.1 linux