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 (8c94a2), with Swift 6.1 for Wasm on 30 Jul 2025 23:01:56 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.64.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 8c94a21 Bump version.
Cloned https://github.com/Brightify/Cuckoo.git
Revision (git rev-parse @):
8c94a21c0258b2637cbbe1218624aafa7eaa6b97
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" : "600.1.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" : "9.0.0",
            "upper_bound" : "10.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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/swiftlang/swift-syntax
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kylef/Stencil.git
[1/1335] Fetching rainbow
[1336/24789] Fetching rainbow, xcodeproj
[1571/30082] Fetching rainbow, xcodeproj, stencil
[9444/45661] Fetching rainbow, xcodeproj, stencil, swift-argument-parser
[10069/117028] Fetching rainbow, xcodeproj, stencil, swift-argument-parser, swift-syntax
Fetched https://github.com/kylef/Stencil.git from cache (0.92s)
[10654/111735] Fetching rainbow, xcodeproj, swift-argument-parser, swift-syntax
Fetching https://github.com/nvzqz/FileKit.git
[38773/114858] Fetching rainbow, xcodeproj, swift-argument-parser, swift-syntax, filekit
Fetched https://github.com/nvzqz/FileKit.git from cache (1.83s)
[69580/111735] Fetching rainbow, xcodeproj, swift-argument-parser, swift-syntax
Fetched https://github.com/onevcat/Rainbow from cache (3.91s)
[98268/110400] Fetching xcodeproj, swift-argument-parser, swift-syntax
Fetching https://github.com/LebJe/TOMLKit.git
Fetched https://github.com/apple/swift-argument-parser from cache (3.93s)
Fetched https://github.com/tuist/XcodeProj.git from cache (3.98s)
[59949/71367] Fetching swift-syntax
[69227/94781] Fetching swift-syntax, tomlkit
Fetched https://github.com/LebJe/TOMLKit.git from cache (2.90s)
Fetched https://github.com/swiftlang/swift-syntax from cache (11.62s)
Computing version for https://github.com/kylef/Stencil.git
Computed https://github.com/kylef/Stencil.git at 0.15.1 (15.83s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1430] Fetching pathkit
[931/2451] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.51s)
Fetched https://github.com/kylef/Spectre.git from cache (0.52s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (1.73s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.10s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.98s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.38s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (4.10s)
Computing version for https://github.com/LebJe/TOMLKit.git
Computed https://github.com/LebJe/TOMLKit.git at 0.6.0 (1.09s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.96s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.4.3 (0.89s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.48s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.59s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.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.6.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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.4.3
Creating working copy for https://github.com/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.0
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/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/LebJe/TOMLKit.git
Working copy of https://github.com/LebJe/TOMLKit.git resolved at 0.6.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/85] Write sources
[22/85] Compiling _SwiftSyntaxCShims dummy.c
[22/85] Write sources
[35/85] Compiling _SwiftSyntaxCShims dummy.c
[36/85] Write swift-version-24593BA9C3E375BF.txt
[37/85] Compiling Date&Time&DateTime.cpp
[38/85] Compiling Conversion.cpp
[39/89] Compiling Node.cpp
[41/91] Emitting module SwiftSyntax600
[41/91] Compiling Array.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.
[42/93] Compiling Table.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;
      |                            ^
5 errors generated.
[42/93] 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.
[42/93] Compiling Date&Time&DateTime.cpp
[43/93] Emitting module SwiftSyntax601
[44/93] Compiling Table.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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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 sources
[5/48] Write swift-version-24593BA9C3E375BF.txt
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.
[6/52] Compiling Date&Time&DateTime.cpp
[6/52] Compiling Table.cpp
[7/52] Emitting module SwiftSyntax601
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;
      |                            ^
[7/52] 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;
      |                            ^
[8/52] Emitting module SwiftSyntax601
[8/52] Compiling Table.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;
      |                            ^
[8/52] Compiling Node.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;
      |                            ^
[8/52] Compiling Array.cpp
BUILD FAILURE 6.1 wasm