Build Information
Failed to build AnnotationInject, reference master (171b25
), with Swift 6.1 for Wasm on 14 Jun 2025 07:19:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:1f4a86c2403dd7f046762c8271002f713e736861711b4d7bb001b0e60ed1e881
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Swinject/Swinject.git
Fetching https://github.com/krzysztofzablocki/Sourcery
[1/14759] Fetching quick
[1035/23960] Fetching quick, swinject
[1902/55407] Fetching quick, swinject, sourcery
[8170/74991] Fetching quick, swinject, sourcery, nimble
Fetched https://github.com/Swinject/Swinject.git from cache (0.95s)
[30913/65790] Fetching quick, sourcery, nimble
Fetched https://github.com/Quick/Quick from cache (1.27s)
[19679/51031] Fetching sourcery, nimble
Fetched https://github.com/Quick/Nimble from cache (2.89s)
[10378/31447] Fetching sourcery
Fetched https://github.com/krzysztofzablocki/Sourcery from cache (4.71s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 2.2.1 (5.35s)
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 (0.67s)
Fetching https://github.com/SwiftGen/StencilSwiftKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-syntax.git
[1/1588] Fetching commander
[287/2999] Fetching commander, pathkit
[826/7007] Fetching commander, pathkit, stencilswiftkit
[3602/30336] Fetching commander, pathkit, stencilswiftkit, xcodeproj
[4536/41195] Fetching commander, pathkit, stencilswiftkit, xcodeproj, yams
[34045/111988] Fetching commander, pathkit, stencilswiftkit, xcodeproj, yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (3.03s)
Fetched https://github.com/kylef/Commander.git from cache (6.34s)
Fetched https://github.com/kylef/PathKit.git from cache (6.34s)
Fetched https://github.com/tuist/XcodeProj.git from cache (6.41s)
Fetched https://github.com/SwiftGen/StencilSwiftKit.git from cache (6.44s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.45s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (7.64s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.3.1 (0.80s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.47s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.8.0 (1.13s)
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/shibapm/Komondor.git
[1/509] Fetching komondor
[399/5802] Fetching komondor, stencil
Fetched https://github.com/shibapm/Komondor.git from cache (0.44s)
Fetched https://github.com/stencilproject/Stencil.git from cache (0.44s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (6.77s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (1.27s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (4.49s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.85s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.56s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.01s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.63s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (1.23s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (2.76s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/Realm/SwiftLint.git
[1/580] Fetching packageconfig
[77/1560] Fetching packageconfig, shellout
[895/2946] Fetching packageconfig, shellout, rocket
[2947/153410] Fetching packageconfig, shellout, rocket, swiftlint
[2948/202143] Fetching packageconfig, shellout, rocket, swiftlint, swiftformat
Fetched https://github.com/shibapm/PackageConfig.git from cache (34.88s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (39.39s)
Fetched https://github.com/f-meloni/Rocket from cache (39.39s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (40.17s)
Fetched https://github.com/Realm/SwiftLint.git from cache (41.02s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.2.1 (4.64s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
Fetched https://github.com/shibapm/Logger from cache (2.36s)
Fetched https://github.com/kareman/SwiftShell from cache (2.36s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.26s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.64s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.73s)
Computing version for https://github.com/Swinject/Swinject.git
Computed https://github.com/Swinject/Swinject.git at 2.9.1 (0.55s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.48.0 (1.56s)
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.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
[1092/29996] Fetching swiftytexttable, sourcekitten, cryptoswift
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.34s)
[4231/29067] Fetching sourcekitten, cryptoswift
[13715/44447] Fetching sourcekitten, cryptoswift, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.25s)
[20009/29067] Fetching sourcekitten, cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.94s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.95s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.4.3 (2.52s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.68s)
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.82s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.32.0 (1.21s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.43s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 6.0.0 (1.13s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.3 (0.82s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0-beta.1 (0.79s)
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/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.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/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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.4.3
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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.3.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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0-beta.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/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.48.0
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.3
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/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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
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/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 2.2.1
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/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
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/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Downloading binary artifact https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
[1397/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 (4.27s)
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/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Info.plist
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Resolver.erb
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ServiceEntry.TypeForwarding.erb
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Container.Arguments.erb
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/9] Write sources
[5/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/71] 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 {
[8/76] Emitting module Swinject
[9/78] Compiling Swinject UnavailableItems.swift
[10/78] Compiling Swinject _Resolver.swift
[11/78] Compiling SourceryRuntime PhantomProtocols.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 {
[12/78] 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 {
[13/78] 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 {
[14/78] 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 {
[15/78] 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 {
[16/78] Compiling SourceryRuntime Type.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 {
[17/78] 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 {
[18/78] 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 {
[19/78] 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 {
[20/78] 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 {
[22/78] Compiling SourceryRuntime Tuple.swift
[23/78] Compiling SourceryRuntime TypeName.swift
[24/78] Compiling SourceryRuntime Typed.swift
[25/78] Compiling SourceryRuntime Typealias.swift
[26/78] Compiling SourceryRuntime Variable.swift
[27/78] 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 {
[28/78] 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 {
[29/78] 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 {
[30/78] 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 {
[31/78] 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 {
[32/78] 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 {
[33/78] 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 {
[34/78] 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 {
[35/78] 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 {
[36/78] 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 {
[37/78] 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 {
[38/78] 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 {
[39/78] 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 {
[40/78] Compiling SourceryRuntime Attribute.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 {
[41/78] Compiling SourceryRuntime Class.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/78] Compiling SourceryRuntime Definition.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 {
[46/78] 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 {
[47/78] 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 {
[48/78] 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 {
[49/78] 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 {
[50/78] 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/Swinject/Sources/ReadWriteLock.swift:11:9: error: cannot find 'pthread_rwlock_init' in scope
9 |
10 | init() {
11 | pthread_rwlock_init(&lock, nil)
| `- error: cannot find 'pthread_rwlock_init' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:11:36: error: 'nil' requires a contextual type
9 |
10 | init() {
11 | pthread_rwlock_init(&lock, nil)
| `- error: 'nil' requires a contextual type
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:15:9: error: cannot find 'pthread_rwlock_destroy' in scope
13 |
14 | deinit {
15 | pthread_rwlock_destroy(&lock)
| `- error: cannot find 'pthread_rwlock_destroy' in scope
16 | }
17 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:19:9: error: cannot find 'pthread_rwlock_rdlock' in scope
17 |
18 | @inlinable public func read<T>(_ block: () throws -> T) rethrows -> T {
19 | pthread_rwlock_rdlock(&lock)
| `- error: cannot find 'pthread_rwlock_rdlock' in scope
20 | defer { pthread_rwlock_unlock(&lock) }
21 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:20:17: error: cannot find 'pthread_rwlock_unlock' in scope
18 | @inlinable public func read<T>(_ block: () throws -> T) rethrows -> T {
19 | pthread_rwlock_rdlock(&lock)
20 | defer { pthread_rwlock_unlock(&lock) }
| `- error: cannot find 'pthread_rwlock_unlock' in scope
21 |
22 | return try block()
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:26:9: error: cannot find 'pthread_rwlock_wrlock' in scope
24 |
25 | @inlinable public func write<T>(_ block: () throws -> T) rethrows -> T {
26 | pthread_rwlock_wrlock(&lock)
| `- error: cannot find 'pthread_rwlock_wrlock' in scope
27 | defer { pthread_rwlock_unlock(&lock) }
28 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:27:17: error: cannot find 'pthread_rwlock_unlock' in scope
25 | @inlinable public func write<T>(_ block: () throws -> T) rethrows -> T {
26 | pthread_rwlock_wrlock(&lock)
27 | defer { pthread_rwlock_unlock(&lock) }
| `- error: cannot find 'pthread_rwlock_unlock' in scope
28 |
29 | return try block()
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:11:9: error: cannot find 'pthread_rwlock_init' in scope
9 |
10 | init() {
11 | pthread_rwlock_init(&lock, nil)
| `- error: cannot find 'pthread_rwlock_init' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:11:36: error: 'nil' requires a contextual type
9 |
10 | init() {
11 | pthread_rwlock_init(&lock, nil)
| `- error: 'nil' requires a contextual type
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:15:9: error: cannot find 'pthread_rwlock_destroy' in scope
13 |
14 | deinit {
15 | pthread_rwlock_destroy(&lock)
| `- error: cannot find 'pthread_rwlock_destroy' in scope
16 | }
17 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:19:9: error: cannot find 'pthread_rwlock_rdlock' in scope
17 |
18 | @inlinable public func read<T>(_ block: () throws -> T) rethrows -> T {
19 | pthread_rwlock_rdlock(&lock)
| `- error: cannot find 'pthread_rwlock_rdlock' in scope
20 | defer { pthread_rwlock_unlock(&lock) }
21 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:20:17: error: cannot find 'pthread_rwlock_unlock' in scope
18 | @inlinable public func read<T>(_ block: () throws -> T) rethrows -> T {
19 | pthread_rwlock_rdlock(&lock)
20 | defer { pthread_rwlock_unlock(&lock) }
| `- error: cannot find 'pthread_rwlock_unlock' in scope
21 |
22 | return try block()
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:26:9: error: cannot find 'pthread_rwlock_wrlock' in scope
24 |
25 | @inlinable public func write<T>(_ block: () throws -> T) rethrows -> T {
26 | pthread_rwlock_wrlock(&lock)
| `- error: cannot find 'pthread_rwlock_wrlock' in scope
27 | defer { pthread_rwlock_unlock(&lock) }
28 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:27:17: error: cannot find 'pthread_rwlock_unlock' in scope
25 | @inlinable public func write<T>(_ block: () throws -> T) rethrows -> T {
26 | pthread_rwlock_wrlock(&lock)
27 | defer { pthread_rwlock_unlock(&lock) }
| `- error: cannot find 'pthread_rwlock_unlock' in scope
28 |
29 | return try block()
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:11:9: error: cannot find 'pthread_rwlock_init' in scope
9 |
10 | init() {
11 | pthread_rwlock_init(&lock, nil)
| `- error: cannot find 'pthread_rwlock_init' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:11:36: error: 'nil' requires a contextual type
9 |
10 | init() {
11 | pthread_rwlock_init(&lock, nil)
| `- error: 'nil' requires a contextual type
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:15:9: error: cannot find 'pthread_rwlock_destroy' in scope
13 |
14 | deinit {
15 | pthread_rwlock_destroy(&lock)
| `- error: cannot find 'pthread_rwlock_destroy' in scope
16 | }
17 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:19:9: error: cannot find 'pthread_rwlock_rdlock' in scope
17 |
18 | @inlinable public func read<T>(_ block: () throws -> T) rethrows -> T {
19 | pthread_rwlock_rdlock(&lock)
| `- error: cannot find 'pthread_rwlock_rdlock' in scope
20 | defer { pthread_rwlock_unlock(&lock) }
21 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:20:17: error: cannot find 'pthread_rwlock_unlock' in scope
18 | @inlinable public func read<T>(_ block: () throws -> T) rethrows -> T {
19 | pthread_rwlock_rdlock(&lock)
20 | defer { pthread_rwlock_unlock(&lock) }
| `- error: cannot find 'pthread_rwlock_unlock' in scope
21 |
22 | return try block()
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:26:9: error: cannot find 'pthread_rwlock_wrlock' in scope
24 |
25 | @inlinable public func write<T>(_ block: () throws -> T) rethrows -> T {
26 | pthread_rwlock_wrlock(&lock)
| `- error: cannot find 'pthread_rwlock_wrlock' in scope
27 | defer { pthread_rwlock_unlock(&lock) }
28 |
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ReadWriteLock.swift:27:17: error: cannot find 'pthread_rwlock_unlock' in scope
25 | @inlinable public func write<T>(_ block: () throws -> T) rethrows -> T {
26 | pthread_rwlock_wrlock(&lock)
27 | defer { pthread_rwlock_unlock(&lock) }
| `- error: cannot find 'pthread_rwlock_unlock' in scope
28 |
29 | return try block()
/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 {
[65/78] Compiling SourceryRuntime GenericRequirement.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/78] 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 {
[67/78] 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 {
[68/78] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/78] Emitting module AnnotationCLI
/host/spi-builder-workspace/CLI/main.swift:5:16: error: cannot find 'Process' in scope
3 | // This executable just forward to shell script
4 |
5 | var sourcery = Process()
| `- error: cannot find 'Process' in scope
6 | var generateSwiftFatFile = Process()
7 | let currentPath = FileManager.default.currentDirectoryPath
/host/spi-builder-workspace/CLI/main.swift:6:28: error: cannot find 'Process' in scope
4 |
5 | var sourcery = Process()
6 | var generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
/host/spi-builder-workspace/CLI/main.swift:9:24: error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
9 | generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
10 | generateSwiftFatFile.executableURL = URL(fileURLWithPath: "/bin/bash")
11 | generateSwiftFatFile.arguments = ["\(currentPath)/Scripts/generate-annotation-template"]
[75/78] Compiling AnnotationCLI main.swift
/host/spi-builder-workspace/CLI/main.swift:5:16: error: cannot find 'Process' in scope
3 | // This executable just forward to shell script
4 |
5 | var sourcery = Process()
| `- error: cannot find 'Process' in scope
6 | var generateSwiftFatFile = Process()
7 | let currentPath = FileManager.default.currentDirectoryPath
/host/spi-builder-workspace/CLI/main.swift:6:28: error: cannot find 'Process' in scope
4 |
5 | var sourcery = Process()
6 | var generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
/host/spi-builder-workspace/CLI/main.swift:9:24: error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
9 | generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
10 | generateSwiftFatFile.executableURL = URL(fileURLWithPath: "/bin/bash")
11 | generateSwiftFatFile.arguments = ["\(currentPath)/Scripts/generate-annotation-template"]
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:1f4a86c2403dd7f046762c8271002f713e736861711b4d7bb001b0e60ed1e881
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/Resolver.erb
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ServiceEntry.TypeForwarding.erb
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Info.plist
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Container.Arguments.erb
/host/spi-builder-workspace/.build/checkouts/Swinject/Sources/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/67] Compiling Swinject Container.Arguments.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 {
[4/67] Compiling Swinject Container.Logging.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 {
[5/67] Compiling Swinject Container.TypeForwarding.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 {
[6/67] Compiling Swinject Container.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 {
[7/67] Compiling Swinject DebugHelper.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 {
[8/72] Compiling AnnotationCLI main.swift
/host/spi-builder-workspace/CLI/main.swift:5:16: error: cannot find 'Process' in scope
3 | // This executable just forward to shell script
4 |
5 | var sourcery = Process()
| `- error: cannot find 'Process' in scope
6 | var generateSwiftFatFile = Process()
7 | let currentPath = FileManager.default.currentDirectoryPath
/host/spi-builder-workspace/CLI/main.swift:6:28: error: cannot find 'Process' in scope
4 |
5 | var sourcery = Process()
6 | var generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
/host/spi-builder-workspace/CLI/main.swift:9:24: error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
9 | generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
10 | generateSwiftFatFile.executableURL = URL(fileURLWithPath: "/bin/bash")
11 | generateSwiftFatFile.arguments = ["\(currentPath)/Scripts/generate-annotation-template"]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/72] Emitting module AnnotationCLI
/host/spi-builder-workspace/CLI/main.swift:5:16: error: cannot find 'Process' in scope
3 | // This executable just forward to shell script
4 |
5 | var sourcery = Process()
| `- error: cannot find 'Process' in scope
6 | var generateSwiftFatFile = Process()
7 | let currentPath = FileManager.default.currentDirectoryPath
/host/spi-builder-workspace/CLI/main.swift:6:28: error: cannot find 'Process' in scope
4 |
5 | var sourcery = Process()
6 | var generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
/host/spi-builder-workspace/CLI/main.swift:9:24: error: cannot find 'Process' in scope
7 | let currentPath = FileManager.default.currentDirectoryPath
8 |
9 | generateSwiftFatFile = Process()
| `- error: cannot find 'Process' in scope
10 | generateSwiftFatFile.executableURL = URL(fileURLWithPath: "/bin/bash")
11 | generateSwiftFatFile.arguments = ["\(currentPath)/Scripts/generate-annotation-template"]
BUILD FAILURE 6.1 wasm