The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Cuckoo, reference master (fc2aed), with Swift 6.1 for Wasm on 12 Jun 2025 22:09:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/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 fc2aeda Add support for typed-throws methods
Cloned https://github.com/Brightify/Cuckoo.git
Revision (git rev-parse @):
fc2aedaac014e9dad6acfbe8b63fd9d751aceb40
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" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nvzqz/FileKit.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Stencil.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "tomlkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LebJe/TOMLKit.git"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.15.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "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-4606859-0":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/LebJe/TOMLKit.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/kylef/Stencil.git
Fetching https://github.com/swiftlang/swift-syntax
[1/1196] Fetching rainbow
[1197/6489] Fetching rainbow, stencil
[2468/29886] Fetching rainbow, stencil, tomlkit
[4100/53211] Fetching rainbow, stencil, tomlkit, xcodeproj
Fetched https://github.com/onevcat/Rainbow from cache (0.42s)
Fetched https://github.com/kylef/Stencil.git from cache (0.42s)
[25243/46722] Fetching tomlkit, xcodeproj
Fetching https://github.com/nvzqz/FileKit.git
[31787/62102] Fetching tomlkit, xcodeproj, swift-argument-parser
[43487/65225] Fetching tomlkit, xcodeproj, swift-argument-parser, filekit
[60479/136012] Fetching tomlkit, xcodeproj, swift-argument-parser, filekit, swift-syntax
Fetched https://github.com/nvzqz/FileKit.git from cache (0.79s)
[71780/132889] Fetching tomlkit, xcodeproj, swift-argument-parser, swift-syntax
Fetched https://github.com/tuist/XcodeProj.git from cache (1.69s)
[64969/109564] Fetching tomlkit, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (5.13s)
Fetched https://github.com/LebJe/TOMLKit.git from cache (5.14s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.18s)
Computing version for https://github.com/kylef/Stencil.git
Computed https://github.com/kylef/Stencil.git at 0.15.1 (7.45s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[848/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.27s)
Fetched https://github.com/kylef/Spectre.git from cache (0.28s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (0.85s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.58s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.34s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.50s)
Computing version for https://github.com/LebJe/TOMLKit.git
Computed https://github.com/LebJe/TOMLKit.git at 0.6.0 (0.90s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.76s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.51s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.24s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.76s)
Creating working copy for https://github.com/LebJe/TOMLKit.git
Working copy of https://github.com/LebJe/TOMLKit.git resolved at 0.6.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.27.7
Creating working copy for https://github.com/kylef/Stencil.git
Working copy of https://github.com/kylef/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.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.5.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/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.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
Building for debugging...
[2/84] Write sources
[16/84] Compiling _SwiftSyntaxCShims dummy.c
[16/84] Write sources
[21/84] Compiling _SwiftSyntaxCShims dummy.c
[21/84] Write sources
[34/84] Write swift-version-24593BA9C3E375BF.txt
[35/84] Compiling Conversion.cpp
[36/84] Compiling Node.cpp
[37/84] Compiling Date&Time&DateTime.cpp
[39/90] Emitting module SwiftSyntax601
[39/90] Compiling Array.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;
      |                            ^
5 errors generated.
[41/90] Emitting module SwiftSyntax601
[41/90] 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;
      |                            ^
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;
      |                            ^
[41/90] Compiling Node.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
Building for debugging...
[2/47] Write sources
[5/48] Write swift-version-24593BA9C3E375BF.txt
[7/52] Emitting module SwiftSyntax601
[8/52] Compiling SwiftSyntax601 Empty.swift
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.
[9/55] Compiling Table.cpp
[10/55] Emitting module SwiftSyntax600
[10/55] Compiling Table.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;
      |                            ^
[10/55] Compiling Date&Time&DateTime.cpp
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;
      |                            ^
[10/55] Compiling Node.cpp
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;
      |                            ^
[10/55] Compiling Conversion.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;
      |                            ^
[10/55] Compiling Array.cpp
[11/55] Emitting module SwiftSyntax601
BUILD FAILURE 6.1 wasm