Build Information
Failed to build Cuckoo, reference master (fad35d), with Swift 6.1 for Wasm on 2 Mar 2026 22:27:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Brightify/Cuckoo.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/Brightify/Cuckoo
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fad35de Bump version.
Cloned https://github.com/Brightify/Cuckoo.git
Revision (git rev-parse @):
fad35de62713feac24eb19b895705ea2fa6eb5c3
SUCCESS checkout https://github.com/Brightify/Cuckoo.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Brightify/Cuckoo.git
https://github.com/Brightify/Cuckoo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "filekit",
"requirement" : {
"exact" : [
"6.1.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nvzqz/FileKit"
},
{
"identity" : "stencil",
"requirement" : {
"exact" : [
"0.15.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Stencil"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.1.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"exact" : [
"1.7.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "tomlkit",
"requirement" : {
"exact" : [
"0.6.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LebJe/TOMLKit"
},
{
"identity" : "xcodeproj",
"requirement" : {
"exact" : [
"9.9.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj"
},
{
"identity" : "rainbow",
"requirement" : {
"exact" : [
"4.2.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "Cuckoo",
"name" : "Cuckoo",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Cuckoo",
"targets" : [
"Cuckoo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CuckooPluginSingleFile",
"targets" : [
"CuckooPluginSingleFile"
],
"type" : {
"plugin" : null
}
},
{
"name" : "CuckooGenerator",
"targets" : [
"CuckooGenerator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CuckooTests",
"module_type" : "SwiftTarget",
"name" : "CuckooTests",
"path" : "Tests",
"sources" : [
"Common/TestError.swift",
"OCMock/ObjectiveClassTest.swift",
"OCMock/ObjectiveProtocolTest.swift",
"Swift/ClassTest.swift",
"Swift/CollisionClasses.swift",
"Swift/CuckooFunctionsTest.swift",
"Swift/DefaultValueRegistryTest.swift",
"Swift/ExcludedStubTest.swift",
"Swift/FailTest.swift",
"Swift/GenericClassTest.swift",
"Swift/GenericMethodClassTest.swift",
"Swift/GenericProtocolTest.swift",
"Swift/Matching/Array+matchersTest.swift",
"Swift/Matching/CallMatcherFunctionsTest.swift",
"Swift/Matching/CallMatcherTest.swift",
"Swift/Matching/Dictionary+matchersTest.swift",
"Swift/Matching/MatchableTest.swift",
"Swift/Matching/ParameterMatcherFunctionsTest.swift",
"Swift/Matching/ParameterMatcherTest.swift",
"Swift/MultiLayeredNestedTestedSubclassTest.swift",
"Swift/MultiNestedClassTest.swift",
"Swift/MultiNestedExtensionClassTest.swift",
"Swift/NSObjectProtocolInheritanceTest.swift",
"Swift/NestedClassTest.swift",
"Swift/NestedExtensionClassTest.swift",
"Swift/NestedStructExtensionClassTest.swift",
"Swift/NestedStructTest.swift",
"Swift/NestedSubclassTest.swift",
"Swift/OpenClassTest.swift",
"Swift/ProtocolTest.swift",
"Swift/Source/ClassForStubTesting.swift",
"Swift/Source/ClassWithOptionals.swift",
"Swift/Source/ClassWithTypeAlias.swift",
"Swift/Source/ClassWithTypedThrows.swift",
"Swift/Source/ClassWithUnavailablePlatformMembers.swift",
"Swift/Source/ExcludedTestClass.swift",
"Swift/Source/GenericClass.swift",
"Swift/Source/GenericMethodClass.swift",
"Swift/Source/GenericProtocol.swift",
"Swift/Source/MultiNestedInExtensionFromClass.swift",
"Swift/Source/MultiNestedInNestedClass.swift",
"Swift/Source/MultiNestedInPrivateNestedClass.swift",
"Swift/Source/MultiNestedPrivateExtensionClass.swift",
"Swift/Source/NSObjectProtocolInheritanceTesting.swift",
"Swift/Source/NestedInExtensionFromClass.swift",
"Swift/Source/NestedInNestedClass.swift",
"Swift/Source/NestedInNestedStruct.swift",
"Swift/Source/NestedInPrivateNestedClass.swift",
"Swift/Source/NestedPrivateExtensionClass.swift",
"Swift/Source/ObjcProtocol.swift",
"Swift/Source/OpenClass.swift",
"Swift/Source/PropertyWrappers.swift",
"Swift/Source/SwiftUIProtocols.swift",
"Swift/Source/TestedClass.swift",
"Swift/Source/TestedProtocol.swift",
"Swift/Source/TestedSubProtocol.swift",
"Swift/Source/TestedSubclass.swift",
"Swift/Source/UnavailablePlatformClass.swift",
"Swift/Source/UnavailablePlatformProtocol.swift",
"Swift/Source/UnicodeTestProtocol.swift",
"Swift/StubTest.swift",
"Swift/Stubbing/StubFunctionTest.swift",
"Swift/Stubbing/StubNoReturnFunctionTest.swift",
"Swift/Stubbing/StubNoReturnThrowingFunctionTest.swift",
"Swift/Stubbing/StubThrowingFunctionTest.swift",
"Swift/Stubbing/StubbingTest.swift",
"Swift/TestUtils.swift",
"Swift/Verification/ArgumentCaptorTest.swift",
"Swift/Verification/VerificationTest.swift"
],
"target_dependencies" : [
"Cuckoo"
],
"type" : "test"
},
{
"c99name" : "CuckooPluginSingleFile",
"module_type" : "PluginTarget",
"name" : "CuckooPluginSingleFile",
"path" : "Generator/Plugin/File",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"CuckooPluginSingleFile"
],
"sources" : [
"CuckooPluginFile.swift"
],
"target_dependencies" : [
"CuckooGenerator"
],
"type" : "plugin"
},
{
"c99name" : "CuckooGenerator",
"module_type" : "SwiftTarget",
"name" : "CuckooGenerator",
"path" : "Generator/Sources",
"product_dependencies" : [
"FileKit",
"Stencil",
"SwiftSyntax",
"SwiftParser",
"ArgumentParser",
"TOMLKit",
"XcodeProj",
"Rainbow"
],
"product_memberships" : [
"CuckooPluginSingleFile",
"CuckooGenerator"
],
"sources" : [
"CLI/CuckooGeneratorError.swift",
"CLI/GenerateCommand.swift",
"CLI/Generator.swift",
"CLI/Glob.swift",
"CLI/Logger.swift",
"CLI/Module.swift",
"CLI/Version.swift",
"Internal/Crawlers/Crawler.swift",
"Internal/Crawlers/ModifierListSyntax+common.swift",
"Internal/Crawlers/SyntaxToken+isPresent.swift",
"Internal/FileHeaderHandler.swift",
"Internal/GeneratorHelper.swift",
"Internal/Helpers/Array+uniquing.swift",
"Internal/Helpers/Async+convenience.swift",
"Internal/Helpers/FileKit+convenience.swift",
"Internal/Helpers/String+convenience.swift",
"Internal/Helpers/SwiftSyntax+convenience.swift",
"Internal/Helpers/Utils.swift",
"Internal/OrderedSet.swift",
"Internal/Reference.swift",
"Internal/Templates/ContainerTemplate.swift",
"Internal/Templates/MockTemplate.swift",
"Internal/Templates/NopImplStubTemplate.swift",
"Internal/Templates/StubbingProxyTemplate.swift",
"Internal/Templates/Templates.swift",
"Internal/Templates/TypeErasureTemplate.swift",
"Internal/Templates/VerificationProxyTemplate.swift",
"Internal/Tokens/Accessibility.swift",
"Internal/Tokens/AsyncType.swift",
"Internal/Tokens/Attribute.swift",
"Internal/Tokens/Capabilities/HasAccessibility.swift",
"Internal/Tokens/Capabilities/HasAttributes.swift",
"Internal/Tokens/Capabilities/HasGenerics.swift",
"Internal/Tokens/Capabilities/HasInheritance.swift",
"Internal/Tokens/Capabilities/HasMembers.swift",
"Internal/Tokens/Capabilities/HasName.swift",
"Internal/Tokens/ClassDeclaration.swift",
"Internal/Tokens/ComplexType.swift",
"Internal/Tokens/ContainerToken.swift",
"Internal/Tokens/Deinitializer.swift",
"Internal/Tokens/FileRepresentation.swift",
"Internal/Tokens/GenericParameter.swift",
"Internal/Tokens/Import.swift",
"Internal/Tokens/Inheritable.swift",
"Internal/Tokens/Initializer.swift",
"Internal/Tokens/Method.swift",
"Internal/Tokens/MethodParameter.swift",
"Internal/Tokens/MethodSignature.swift",
"Internal/Tokens/NamespaceDeclaration.swift",
"Internal/Tokens/ProtocolDeclaration.swift",
"Internal/Tokens/Serializable.swift",
"Internal/Tokens/ThrowType.swift",
"Internal/Tokens/Token.swift",
"Internal/Tokens/Typealias.swift",
"Internal/Tokens/Variable.swift",
"Internal/Tokens/WrappableType.swift",
"Internal/TypeGuesser.swift"
],
"type" : "executable"
},
{
"c99name" : "Cuckoo",
"module_type" : "SwiftTarget",
"name" : "Cuckoo",
"path" : "Source",
"product_memberships" : [
"Cuckoo"
],
"sources" : [
"CuckooFunctions.swift",
"DefaultValueRegistry.swift",
"Initialization/CreateMock.swift",
"Initialization/MockBuilder.swift",
"Initialization/MockManager+preconfigured.swift",
"Initialization/ThreadLocal.swift",
"Matching/Array+matchers.swift",
"Matching/CallMatcher.swift",
"Matching/CallMatcherFunctions.swift",
"Matching/Dictionary+matchers.swift",
"Matching/Matchable.swift",
"Matching/ParameterMatcher+closures.swift",
"Matching/ParameterMatcher.swift",
"Matching/ParameterMatcherFunctions.swift",
"Matching/Set+matchers.swift",
"Mock/Mock.swift",
"Mock/Mocked.swift",
"Mock/StubbingProxy.swift",
"Mock/VerificationProxy.swift",
"MockManager.swift",
"Stubbing/Stub.swift",
"Stubbing/StubAction.swift",
"Stubbing/StubCall.swift",
"Stubbing/StubFunction/StubFunction.swift",
"Stubbing/StubFunction/StubNoReturnFunction.swift",
"Stubbing/StubFunction/StubNoReturnThrowingFunction.swift",
"Stubbing/StubFunction/StubThrowingFunction.swift",
"Stubbing/StubFunction/Trait/BaseStubFunctionTrait.swift",
"Stubbing/StubFunction/Trait/StubFunctionThenCallRealImplementationTrait.swift",
"Stubbing/StubFunction/Trait/StubFunctionThenDoNothingTrait.swift",
"Stubbing/StubFunction/Trait/StubFunctionThenReturnTrait.swift",
"Stubbing/StubFunction/Trait/StubFunctionThenThrowTrait.swift",
"Stubbing/StubFunction/Trait/StubFunctionThenThrowingTrait.swift",
"Stubbing/StubFunction/Trait/StubFunctionThenTrait.swift",
"Stubbing/ToBeStubbedProperty/ToBeStubbedProperty.swift",
"Stubbing/ToBeStubbedProperty/ToBeStubbedReadOnlyProperty.swift",
"Stubbing/ToBeStubbedProperty/ToBeStubbedThrowingProperty.swift",
"Utils.swift",
"Verification/ArgumentCaptor.swift",
"Verification/VerifyProperty/VerifyProperty.swift",
"Verification/VerifyProperty/VerifyReadOnlyProperty.swift",
"Verification/__DoNotUse.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/kylef/Stencil
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/XcodeProj
Fetching https://github.com/LebJe/TOMLKit
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/swiftlang/swift-syntax
[1/23414] Fetching tomlkit
[938/24837] Fetching tomlkit, rainbow
[3687/49011] Fetching tomlkit, rainbow, xcodeproj
[5413/54304] Fetching tomlkit, rainbow, xcodeproj, stencil
[7143/71486] Fetching tomlkit, rainbow, xcodeproj, stencil, swift-argument-parser
[58675/146047] Fetching tomlkit, rainbow, xcodeproj, stencil, swift-argument-parser, swift-syntax
Fetched https://github.com/LebJe/TOMLKit from cache (1.74s)
Fetching https://github.com/nvzqz/FileKit
[61379/122633] Fetching rainbow, xcodeproj, stencil, swift-argument-parser, swift-syntax
[71933/125756] Fetching rainbow, xcodeproj, stencil, swift-argument-parser, swift-syntax, filekit
Fetched https://github.com/nvzqz/FileKit from cache (1.25s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.00s)
[80846/105451] Fetching rainbow, xcodeproj, stencil, swift-syntax
Fetched https://github.com/tuist/XcodeProj from cache (3.04s)
[58164/81277] Fetching rainbow, stencil, swift-syntax
Fetched https://github.com/onevcat/Rainbow from cache (8.52s)
Fetched https://github.com/kylef/Stencil from cache (8.52s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.60s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (11.43s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.9.0 (0.55s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/2155] Fetching aexml
[993/3593] Fetching aexml, pathkit
Fetched https://github.com/tadija/AEXML.git from cache (0.31s)
Fetched https://github.com/kylef/PathKit.git from cache (0.32s)
Computing version for https://github.com/LebJe/TOMLKit
Computed https://github.com/LebJe/TOMLKit at 0.6.0 (4.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.07s)
Computing version for https://github.com/kylef/Stencil
Computed https://github.com/kylef/Stencil at 0.15.1 (1.10s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.88s)
Computing version for https://github.com/nvzqz/FileKit
Computed https://github.com/nvzqz/FileKit at 6.1.0 (1.97s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.00s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.03s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.13s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.35s)
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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/kylef/Stencil
Working copy of https://github.com/kylef/Stencil resolved at 0.15.1
Creating working copy for https://github.com/LebJe/TOMLKit
Working copy of https://github.com/LebJe/TOMLKit resolved at 0.6.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/nvzqz/FileKit
Working copy of https://github.com/nvzqz/FileKit resolved at 6.1.0
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Source/Info.plist
[1/1] Compiling plugin CuckooPluginSingleFile
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/89] Write sources
[25/89] Compiling _SwiftSyntaxCShims PlatformMutex.c
[26/89] Write sources
[40/89] Write swift-version-24593BA9C3E375BF.txt
[41/89] Compiling Conversion.cpp
[42/89] Compiling Array.cpp
[43/89] Compiling Date&Time&DateTime.cpp
[44/95] Compiling Node.cpp
[45/97] Compiling Table.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
5 errors generated.
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
5 errors generated.
[46/99] Compiling Array.cpp
[47/99] Emitting module SwiftSyntax601
[48/99] Emitting module SwiftSyntax602
[49/99] Emitting module SwiftSyntax600
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
[49/99] Compiling Node.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Source/Info.plist
[0/1] Planning build
[1/1] Compiling plugin CuckooPluginSingleFile
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/47] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Node.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
5 errors generated.
[4/77] Compiling Node.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Date&Time&DateTime.cpp:2:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Date&Time&DateTime.cpp:2:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Date&Time&DateTime.cpp:2:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Date&Time&DateTime.cpp:2:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Date&Time&DateTime.cpp:2:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
5 errors generated.
[4/77] Compiling Date&Time&DateTime.cpp
[5/77] Emitting module SwiftSyntax602
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.cpp:9:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.cpp:9:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.cpp:9:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.cpp:9:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.cpp:9:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
[6/77] Compiling Conversion.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Table.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
[6/77] Compiling Table.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16223:17: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16223 | std::ifstream file;
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:33: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:53: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16229:77: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16229 | file.open(file_path_str, std::ifstream::in | std::ifstream::binary | std::ifstream::ate);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Array.cpp:7:
In file included from /host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/Conversion.hpp:12:
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/CTOML/Sources/toml.hpp:16238:22: error: implicit instantiation of undefined template 'std::basic_ifstream<char>'
16238 | file.seekg(0, std::ifstream::beg);
| ^
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/c++/v1/__fwd/fstream.h:24:28: note: template is declared here
24 | class _LIBCPP_TEMPLATE_VIS basic_ifstream;
| ^
[6/77] Compiling Array.cpp
BUILD FAILURE 6.1 wasm