The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Docsloth, reference main (2a14ce), with Swift 6.1 for Linux on 15 Dec 2025 08:36:16 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/mshibanami/Docsloth.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/mshibanami/Docsloth
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2a14cef Add test for auto-flow
Cloned https://github.com/mshibanami/Docsloth.git
Revision (git rev-parse @):
2a14cefd2b4e4372811aebdafe89ed3398d998f8
SUCCESS checkout https://github.com/mshibanami/Docsloth.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mshibanami/Docsloth.git
https://github.com/mshibanami/Docsloth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/asciidoctor.iife.js
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Docsloth",
  "name" : "Docsloth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "driverkit",
      "version" : "21.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DocslothUI",
      "targets" : [
        "DocslothUI",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothGitHubStyle",
      "targets" : [
        "DocslothGitHubStyle",
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItShared",
      "targets" : [
        "DocslothMarkdownItShared",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownIt",
      "targets" : [
        "DocslothMarkdownIt",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFM",
      "targets" : [
        "DocslothMarkdownItGFM",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "targets" : [
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothAsciidoctor",
      "targets" : [
        "DocslothAsciidoctor",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocslothUI",
      "module_type" : "SwiftTarget",
      "name" : "DocslothUI",
      "path" : "Sources/UI",
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle"
      ],
      "sources" : [
        "DocslothNavigationType.swift",
        "DocslothStyle.swift",
        "DocslothView.swift",
        "DocslothWebView.swift",
        "UIKit/UIApplication+Extensions.swift",
        "UserInterfaceType.swift",
        "Utils/Alias.swift",
        "Utils/DSColor+Extensions.swift",
        "Utils/Entitlement.swift",
        "Utils/Logger.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothTests",
      "module_type" : "SwiftTarget",
      "name" : "DocslothTests",
      "path" : "Tests/DocslothTests",
      "sources" : [
        "Converters/AsciidoctorTests.swift",
        "Converters/MarkdownItGFMCJKFriendlyTests.swift",
        "Converters/MarkdownItGFMTests.swift",
        "Converters/MarkdownItTests.swift",
        "ModelTests.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocslothMarkdownItShared",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItShared",
      "path" : "Sources/MarkdownItShared",
      "product_memberships" : [
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "sources" : [
        "MarkdownItBase.swift",
        "MarkdownItOptions.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFMCJKFriendly",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "path" : "Sources/MarkdownItGFMCJKFriendly",
      "product_memberships" : [
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFM",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFM",
      "path" : "Sources/MarkdownItGFM",
      "product_memberships" : [
        "DocslothMarkdownItGFM"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownIt",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownIt",
      "path" : "Sources/MarkdownIt",
      "product_memberships" : [
        "DocslothMarkdownIt"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/js/dist/markdown-it.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothGitHubStyle",
      "module_type" : "SwiftTarget",
      "name" : "DocslothGitHubStyle",
      "path" : "Sources/GitHubStyle",
      "product_memberships" : [
        "DocslothGitHubStyle"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/GitHubStyle/Resources/Color.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/GitHubStyle/Resources/style.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DSColor+Extensions.swift",
        "DocslothGitHubStyle.swift",
        "DynamicTypeSize+Extensions.swift",
        "UserInterfaceType.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothCore",
      "module_type" : "SwiftTarget",
      "name" : "DocslothCore",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "sources" : [
        "DocslothHTMLConvertible.swift",
        "DocslothLogger.swift",
        "JSON/BoolOrString.swift",
        "JSON/IntOrString.swift",
        "JSON/JSONValue.swift",
        "JavaScriptEngine.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothAsciidoctor",
      "module_type" : "SwiftTarget",
      "name" : "DocslothAsciidoctor",
      "path" : "Sources/Asciidoctor",
      "product_memberships" : [
        "DocslothAsciidoctor"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/js/dist/asciidoctor.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Asciidoctor.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    }
  ],
  "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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
[1/5749] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.99s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Asciidoctor/Resources/asciidoctor.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/asciidoctor.iife.js
Building for debugging...
[0/16] Write sources
[2/16] Copying markdown-it.iife.js
[2/16] Copying style.css
[2/16] Copying markdown-it-gfm-cjk-friendly.iife.js
[2/16] Write sources
[12/16] Copying markdown-it-gfm.iife.js
[12/16] Copying asciidoctor.iife.js
[14/16] Copying Color.xcassets
[15/16] Write swift-version-24593BA9C3E375BF.txt
[17/21] Compiling Logging Logging.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
[18/21] Compiling Logging LogHandler.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
[19/21] Compiling Logging MetadataProvider.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
[20/21] Emitting module Logging
<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
[21/21] Compiling Logging Locks.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/29] Emitting module DocslothCore
<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/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[24/29] Compiling DocslothCore BoolOrString.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/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[25/29] Compiling DocslothCore IntOrString.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/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[26/29] Compiling DocslothCore JavaScriptEngine.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/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[27/29] Compiling DocslothCore DocslothLogger.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/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[28/29] Compiling DocslothCore JSONValue.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/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[29/29] Compiling DocslothCore DocslothHTMLConvertible.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/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Asciidoctor/Resources/asciidoctor.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/asciidoctor.iife.js
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Logging LogHandler.swift
[3/6] Compiling Logging Locks.swift
[4/6] Compiling Logging MetadataProvider.swift
[5/6] Compiling Logging Logging.swift
[6/6] Emitting module Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/14] Compiling DocslothCore DocslothLogger.swift
/host/spi-builder-workspace/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[9/14] Compiling DocslothCore BoolOrString.swift
/host/spi-builder-workspace/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[10/14] Emitting module DocslothCore
/host/spi-builder-workspace/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[11/14] Compiling DocslothCore DocslothHTMLConvertible.swift
/host/spi-builder-workspace/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[12/14] Compiling DocslothCore IntOrString.swift
/host/spi-builder-workspace/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[13/14] Compiling DocslothCore JavaScriptEngine.swift
/host/spi-builder-workspace/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
[14/14] Compiling DocslothCore JSONValue.swift
/host/spi-builder-workspace/Sources/Core/JavaScriptEngine.swift:8:24: error: no such module 'JavaScriptCore'
  6 | //
  7 |
  8 | @preconcurrency import JavaScriptCore
    |                        `- error: no such module 'JavaScriptCore'
  9 |
 10 | public protocol JavaScriptEngineRepresentable: Actor, Sendable {
BUILD FAILURE 6.1 linux