The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build AnnotationInject, reference master (171b25), with Swift 6.1 for Linux on 14 Jun 2025 07:27:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pjechris/AnnotationInject.git
Reference: master
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/pjechris/AnnotationInject
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 171b250 doc(README): Add doc to integrate AnnotationInject with Xcode+SPM (#20)
Cloned https://github.com/pjechris/AnnotationInject.git
Revision (git rev-parse @):
171b250e51fc7b1e7717fa3a80291b1be6d5c64c
SUCCESS checkout https://github.com/pjechris/AnnotationInject.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pjechris/AnnotationInject.git
https://github.com/pjechris/AnnotationInject.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swinject",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Swinject/Swinject.git"
    },
    {
      "identity" : "sourcery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzysztofzablocki/Sourcery"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.2",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "AnnotationInject",
  "name" : "AnnotationInject",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "AnnotationInject",
      "targets" : [
        "AnnotationInject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "annotationinject-cli",
      "targets" : [
        "AnnotationCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnnotationInjectTests",
      "module_type" : "SwiftTarget",
      "name" : "AnnotationInjectTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "Service/ServiceParameterValueTests.swift",
        "Sourcery/MethodParameterTests.swift"
      ],
      "target_dependencies" : [
        "AnnotationInject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnnotationInject",
      "module_type" : "SwiftTarget",
      "name" : "AnnotationInject",
      "path" : "Sources",
      "product_dependencies" : [
        "Swinject",
        "SourceryRuntime"
      ],
      "product_memberships" : [
        "AnnotationInject"
      ],
      "sources" : [
        "InjectAnnotation.swift",
        "Service.swift",
        "Service/ServiceParameterValue.swift",
        "ServiceProvider.swift",
        "Sourcery+AnnotationInject.swift",
        "Sourcery/MethodParameter+String.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AnnotationCLI",
      "module_type" : "SwiftTarget",
      "name" : "AnnotationCLI",
      "path" : "CLI",
      "product_memberships" : [
        "annotationinject-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Templates': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Scripts': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Sources': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Swinject/Swinject.git
Fetching https://github.com/krzysztofzablocki/Sourcery
[1/14759] Fetching quick
[1477/23960] Fetching quick, swinject
[4076/55407] Fetching quick, swinject, sourcery
[19168/74991] Fetching quick, swinject, sourcery, nimble
Fetched https://github.com/Quick/Quick from cache (2.53s)
[34446/60232] Fetching swinject, sourcery, nimble
Fetched https://github.com/Swinject/Swinject.git from cache (5.98s)
Fetched https://github.com/Quick/Nimble from cache (6.00s)
Fetched https://github.com/krzysztofzablocki/Sourcery from cache (6.10s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 2.2.1 (6.78s)
Computing version for https://github.com/krzysztofzablocki/Sourcery
warning: 'sourcery': /Package.swift:29:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 27 |         .package(url: "https://github.com/SwiftGen/StencilSwiftKit.git", exact: "2.10.1"),
 28 |         .package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.3.1"),
 29 |         .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("093e5ee151d206454e2c1950d81333c4d4a4472e")),
    |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 30 |         .package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
 31 |         .package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0")
/Package.swift:29:90: warning: 'revision' is deprecated
 27 |         .package(url: "https://github.com/SwiftGen/StencilSwiftKit.git", exact: "2.10.1"),
 28 |         .package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.3.1"),
 29 |         .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("093e5ee151d206454e2c1950d81333c4d4a4472e")),
    |                                                                                          `- warning: 'revision' is deprecated
 30 |         .package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"),
 31 |         .package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0")
Computed https://github.com/krzysztofzablocki/Sourcery at 1.8.2 (5.71s)
Fetching https://github.com/SwiftGen/StencilSwiftKit.git
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/jpsim/Yams.git
[1/1588] Fetching commander
[256/5596] Fetching commander, stencilswiftkit
[2191/28925] Fetching commander, stencilswiftkit, xcodeproj
[2658/30336] Fetching commander, stencilswiftkit, xcodeproj, pathkit
Fetched https://github.com/kylef/Commander.git from cache (0.32s)
[5513/28748] Fetching stencilswiftkit, xcodeproj, pathkit
[5747/39607] Fetching stencilswiftkit, xcodeproj, pathkit, yams
[25072/110400] Fetching stencilswiftkit, xcodeproj, pathkit, yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (2.53s)
[88923/99541] Fetching stencilswiftkit, xcodeproj, pathkit, swift-syntax
Fetched https://github.com/SwiftGen/StencilSwiftKit.git from cache (3.06s)
Fetched https://github.com/kylef/PathKit.git from cache (5.63s)
Fetched https://github.com/tuist/XcodeProj.git from cache (5.67s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.69s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (7.34s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.3.1 (0.52s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.25s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.8.0 (0.89s)
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/stencilproject/Stencil.git
[1/509] Fetching komondor
[393/5802] Fetching komondor, stencil
Fetched https://github.com/shibapm/Komondor.git from cache (0.33s)
Fetched https://github.com/stencilproject/Stencil.git from cache (0.33s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.77s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.23s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (3.47s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.65s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.51s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.51s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.55s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (0.49s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (0.57s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/580] Fetching packageconfig
[581/1560] Fetching packageconfig, shellout
[1561/2946] Fetching packageconfig, shellout, rocket
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.26s)
Fetched https://github.com/f-meloni/Rocket from cache (0.26s)
[1/48733] Fetching swiftformat
[2925/199197] Fetching swiftformat, swiftlint
Fetched https://github.com/shibapm/PackageConfig.git from cache (58.80s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (59.86s)
Fetched https://github.com/Realm/SwiftLint.git from cache (60.70s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.2.1 (0.99s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[974/4979] Fetching swiftshell, logger
Fetched https://github.com/shibapm/Logger from cache (0.78s)
Fetched https://github.com/kareman/SwiftShell from cache (0.79s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (1.72s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.70s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.86s)
Computing version for https://github.com/Swinject/Swinject.git
Computed https://github.com/Swinject/Swinject.git at 2.9.1 (0.53s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.48.0 (1.29s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/929] Fetching swiftytexttable
[930/17055] Fetching swiftytexttable, sourcekitten
[1414/29996] Fetching swiftytexttable, sourcekitten, cryptoswift
[14644/45376] Fetching swiftytexttable, sourcekitten, cryptoswift, swift-argument-parser
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.46s)
[42506/44447] Fetching sourcekitten, cryptoswift, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.49s)
[27256/29067] Fetching sourcekitten, cryptoswift
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.97s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.37s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.4.3 (3.01s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.88s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.0.3 (0.92s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.32.0 (0.89s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (3.21s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 6.0.0 (3.94s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.3 (1.14s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0-beta.1 (1.38s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.1
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.3.1
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.48.0
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.0.3
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 6.0.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.3
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.32.0
Creating working copy for https://github.com/Swinject/Swinject.git
Working copy of https://github.com/Swinject/Swinject.git resolved at 2.9.1
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.4
Creating working copy for https://github.com/krzysztofzablocki/Sourcery
Working copy of https://github.com/krzysztofzablocki/Sourcery resolved at 1.8.2
Creating working copy for https://github.com/SwiftGen/StencilSwiftKit.git
Working copy of https://github.com/SwiftGen/StencilSwiftKit.git resolved at 2.8.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0-beta.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.4.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.2.1
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 2.2.1
Downloading binary artifact https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
[2747/26182122] Downloading https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
Downloaded https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip (2.49s)
warning: 'spi-builder-workspace': Invalid Resource 'Templates': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Scripts': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Sources': File not found.
warning: 'swinject': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Info.plist
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ServiceEntry.TypeForwarding.erb
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Container.Arguments.erb
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/PrivacyInfo.xcprivacy
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Resolver.erb
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/9] Write sources
[5/9] Write swift-version-24593BA9C3E375BF.txt
[7/71] Emitting module Swinject
[8/73] Compiling SourceryRuntime Import.swift
[9/73] Compiling SourceryRuntime Method.swift
[10/73] Compiling SourceryRuntime Modifier.swift
[11/73] Compiling Swinject UnavailableItems.swift
[12/73] Compiling Swinject _Resolver.swift
[13/73] Compiling SourceryRuntime Documentation.swift
[14/73] Compiling SourceryRuntime Enum.swift
[15/73] Compiling SourceryRuntime GenericRequirement.swift
[16/73] Compiling SourceryRuntime Attribute.swift
[17/73] Compiling SourceryRuntime Class.swift
[18/73] Compiling SourceryRuntime Definition.swift
[19/73] Compiling SourceryRuntime Type.swift
[20/73] Compiling SourceryRuntime Array.swift
[21/73] Compiling SourceryRuntime Closure.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/73] Emitting module SourceryRuntime
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[23/73] Compiling SourceryRuntime AccessLevel.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[24/73] Compiling SourceryRuntime Annotations.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[25/73] Compiling SourceryRuntime AssociatedType.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[29/78] Compiling SourceryRuntime Dictionary.swift
[30/78] Compiling SourceryRuntime Generic.swift
[31/78] Compiling SourceryRuntime Tuple.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[41/78] Emitting module AnnotationCLI
[42/78] Compiling AnnotationCLI main.swift
[43/78] Compiling SourceryRuntime TypeName.swift
[44/78] Compiling SourceryRuntime Typed.swift
[45/78] Compiling SourceryRuntime Typealias.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[57/80] Compiling SourceryRuntime Protocol.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[58/80] Compiling SourceryRuntime ProtocolComposition.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[59/80] Compiling SourceryRuntime Struct.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[60/80] Compiling SourceryRuntime Subscript.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[61/80] Compiling SourceryRuntime FileParserResult.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[62/80] Compiling SourceryRuntime AutoHashable.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[63/80] Compiling SourceryRuntime Coding.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[64/80] Compiling SourceryRuntime Description.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[65/80] Compiling SourceryRuntime Diffable.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[66/80] Compiling SourceryRuntime Array+Parallel.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[67/80] Compiling SourceryRuntime BytesRange.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[68/80] Compiling SourceryRuntime Composer.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[69/80] Compiling SourceryRuntime Diffable.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[70/80] Compiling SourceryRuntime Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[72/80] Wrapping AST for AnnotationCLI for debugging
[73/80] Write Objects.LinkFileList
[74/80] Linking annotationinject-cli
[76/80] Compiling SourceryRuntime Equality.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[77/80] Compiling SourceryRuntime JSExport.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[78/80] Compiling SourceryRuntime Typed.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[79/80] Compiling SourceryRuntime Log.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[80/80] Compiling SourceryRuntime TemplateContext.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': Invalid Resource 'Templates': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Scripts': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Sources': File not found.
warning: 'swinject': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ServiceEntry.TypeForwarding.erb
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Container.Arguments.erb
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Info.plist
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/PrivacyInfo.xcprivacy
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Resolver.erb
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/67] Compiling SourceryRuntime Documentation.swift
[4/67] Compiling SourceryRuntime Enum.swift
[5/67] Compiling SourceryRuntime GenericRequirement.swift
[6/69] Compiling SourceryRuntime Class.swift
[7/69] Compiling SourceryRuntime Definition.swift
[8/69] Compiling SourceryRuntime Tuple.swift
[9/69] Compiling SourceryRuntime PhantomProtocols.swift
[10/69] Compiling SourceryRuntime Protocol.swift
[11/69] Compiling SourceryRuntime ProtocolComposition.swift
[12/69] Emitting module AnnotationCLI
[13/69] Compiling AnnotationCLI main.swift
[14/70] Emitting module Swinject
[16/70] Compiling Swinject UnavailableItems.swift
[17/70] Compiling Swinject _Resolver.swift
[18/70] Compiling SourceryRuntime TypeName.swift
[19/70] Compiling SourceryRuntime Typed.swift
[20/70] Compiling SourceryRuntime Typealias.swift
[21/70] Compiling SourceryRuntime Annotations.swift
[22/70] Compiling SourceryRuntime AssociatedType.swift
[23/70] Compiling SourceryRuntime Attribute.swift
[23/70] Wrapping AST for AnnotationCLI for debugging
[24/70] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/70] Emitting module SourceryRuntime
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[30/70] Compiling SourceryRuntime Import.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[31/70] Compiling SourceryRuntime Method.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[32/70] Compiling SourceryRuntime Modifier.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[41/75] Compiling SourceryRuntime Struct.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[42/75] Compiling SourceryRuntime Subscript.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[43/75] Compiling SourceryRuntime AccessLevel.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[55/76] Linking annotationinject-cli
[57/76] Compiling SourceryRuntime Equality.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[58/76] Compiling SourceryRuntime JSExport.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[59/76] Compiling SourceryRuntime Typed.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[60/76] Compiling SourceryRuntime Log.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[61/76] Compiling SourceryRuntime TemplateContext.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[62/76] Compiling SourceryRuntime Array+Parallel.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[63/76] Compiling SourceryRuntime BytesRange.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[64/76] Compiling SourceryRuntime Composer.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[65/76] Compiling SourceryRuntime Diffable.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[66/76] Compiling SourceryRuntime Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[68/76] Compiling SourceryRuntime Array.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[69/76] Compiling SourceryRuntime Closure.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[70/76] Compiling SourceryRuntime Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[71/76] Compiling SourceryRuntime Generic.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[72/76] Compiling SourceryRuntime FileParserResult.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[73/76] Compiling SourceryRuntime AutoHashable.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[74/76] Compiling SourceryRuntime Coding.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[75/76] Compiling SourceryRuntime Description.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
[76/76] Compiling SourceryRuntime Diffable.generated.swift
/host/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Generated/JSExport.generated.swift:5:8: error: no such module 'JavaScriptCore'
  3 | // swiftlint:disable vertical_whitespace trailing_newline
  4 |
  5 | import JavaScriptCore
    |        `- error: no such module 'JavaScriptCore'
  6 |
  7 | @objc protocol ArrayTypeAutoJSExport: JSExport {
BUILD FAILURE 6.1 linux