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 2.0.18 (3ecee6), with Swift 6.1 for Wasm on 31 May 2025 00:30:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 2.0.18
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
 * tag               2.0.18     -> FETCH_HEAD
HEAD is now at 3ecee6d Bump version.
Cloned https://github.com/Brightify/Cuckoo.git
Revision (git rev-parse @):
3ecee6db6771fabc674eaf15e225cdbd8c4e6e8d
SUCCESS checkout https://github.com/Brightify/Cuckoo.git at 2.0.18
========================================
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" : "602.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/ClassWithUnavailablePlatformMembers.swift",
        "Swift/Source/ExcludedTestClass.swift",
        "Swift/Source/GenericClass.swift",
        "Swift/Source/GenericMethodClass.swift",
        "Swift/Source/GenericProtocol.swift",
        "Swift/Source/MultiNestedInExtensionFromClass.swift",
        "Swift/Source/MultiNestedInNestedClass.swift",
        "Swift/Source/MultiNestedInPrivateNestedClass.swift",
        "Swift/Source/MultiNestedPrivateExtensionClass.swift",
        "Swift/Source/NSObjectProtocolInheritanceTesting.swift",
        "Swift/Source/NestedInExtensionFromClass.swift",
        "Swift/Source/NestedInNestedClass.swift",
        "Swift/Source/NestedInNestedStruct.swift",
        "Swift/Source/NestedInPrivateNestedClass.swift",
        "Swift/Source/NestedPrivateExtensionClass.swift",
        "Swift/Source/ObjcProtocol.swift",
        "Swift/Source/OpenClass.swift",
        "Swift/Source/PropertyWrappers.swift",
        "Swift/Source/SwiftUIProtocols.swift",
        "Swift/Source/TestedClass.swift",
        "Swift/Source/TestedProtocol.swift",
        "Swift/Source/TestedSubProtocol.swift",
        "Swift/Source/TestedSubclass.swift",
        "Swift/Source/UnavailablePlatformClass.swift",
        "Swift/Source/UnavailablePlatformProtocol.swift",
        "Swift/Source/UnicodeTestProtocol.swift",
        "Swift/StubTest.swift",
        "Swift/Stubbing/StubFunctionTest.swift",
        "Swift/Stubbing/StubNoReturnFunctionTest.swift",
        "Swift/Stubbing/StubNoReturnThrowingFunctionTest.swift",
        "Swift/Stubbing/StubThrowingFunctionTest.swift",
        "Swift/Stubbing/StubbingTest.swift",
        "Swift/TestUtils.swift",
        "Swift/Verification/ArgumentCaptorTest.swift",
        "Swift/Verification/VerificationTest.swift"
      ],
      "target_dependencies" : [
        "Cuckoo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CuckooPluginSingleFile",
      "module_type" : "PluginTarget",
      "name" : "CuckooPluginSingleFile",
      "path" : "Generator/Plugin/File",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "CuckooPluginSingleFile"
      ],
      "sources" : [
        "CuckooPluginFile.swift"
      ],
      "target_dependencies" : [
        "CuckooGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CuckooGenerator",
      "module_type" : "SwiftTarget",
      "name" : "CuckooGenerator",
      "path" : "Generator/Sources",
      "product_dependencies" : [
        "FileKit",
        "Stencil",
        "SwiftSyntax",
        "SwiftParser",
        "ArgumentParser",
        "TOMLKit",
        "XcodeProj",
        "Rainbow"
      ],
      "product_memberships" : [
        "CuckooPluginSingleFile",
        "CuckooGenerator"
      ],
      "sources" : [
        "CLI/CuckooGeneratorError.swift",
        "CLI/GenerateCommand.swift",
        "CLI/Generator.swift",
        "CLI/Glob.swift",
        "CLI/Logger.swift",
        "CLI/Module.swift",
        "CLI/Version.swift",
        "Internal/Crawlers/Crawler.swift",
        "Internal/Crawlers/ModifierListSyntax+common.swift",
        "Internal/Crawlers/SyntaxToken+isPresent.swift",
        "Internal/FileHeaderHandler.swift",
        "Internal/GeneratorHelper.swift",
        "Internal/Helpers/Array+uniquing.swift",
        "Internal/Helpers/Async+convenience.swift",
        "Internal/Helpers/FileKit+convenience.swift",
        "Internal/Helpers/String+convenience.swift",
        "Internal/Helpers/SwiftSyntax+convenience.swift",
        "Internal/Helpers/Utils.swift",
        "Internal/OrderedSet.swift",
        "Internal/Reference.swift",
        "Internal/Templates/ContainerTemplate.swift",
        "Internal/Templates/MockTemplate.swift",
        "Internal/Templates/NopImplStubTemplate.swift",
        "Internal/Templates/StubbingProxyTemplate.swift",
        "Internal/Templates/Templates.swift",
        "Internal/Templates/TypeErasureTemplate.swift",
        "Internal/Templates/VerificationProxyTemplate.swift",
        "Internal/Tokens/Accessibility.swift",
        "Internal/Tokens/AsyncType.swift",
        "Internal/Tokens/Attribute.swift",
        "Internal/Tokens/Capabilities/HasAccessibility.swift",
        "Internal/Tokens/Capabilities/HasAttributes.swift",
        "Internal/Tokens/Capabilities/HasGenerics.swift",
        "Internal/Tokens/Capabilities/HasInheritance.swift",
        "Internal/Tokens/Capabilities/HasMembers.swift",
        "Internal/Tokens/Capabilities/HasName.swift",
        "Internal/Tokens/ClassDeclaration.swift",
        "Internal/Tokens/ComplexType.swift",
        "Internal/Tokens/ContainerToken.swift",
        "Internal/Tokens/Deinitializer.swift",
        "Internal/Tokens/FileRepresentation.swift",
        "Internal/Tokens/GenericParameter.swift",
        "Internal/Tokens/Import.swift",
        "Internal/Tokens/Inheritable.swift",
        "Internal/Tokens/Initializer.swift",
        "Internal/Tokens/Method.swift",
        "Internal/Tokens/MethodParameter.swift",
        "Internal/Tokens/MethodSignature.swift",
        "Internal/Tokens/NamespaceDeclaration.swift",
        "Internal/Tokens/ProtocolDeclaration.swift",
        "Internal/Tokens/Serializable.swift",
        "Internal/Tokens/ThrowType.swift",
        "Internal/Tokens/Token.swift",
        "Internal/Tokens/Typealias.swift",
        "Internal/Tokens/Variable.swift",
        "Internal/Tokens/WrappableType.swift",
        "Internal/TypeGuesser.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Cuckoo",
      "module_type" : "SwiftTarget",
      "name" : "Cuckoo",
      "path" : "Source",
      "product_memberships" : [
        "Cuckoo"
      ],
      "sources" : [
        "CuckooFunctions.swift",
        "DefaultValueRegistry.swift",
        "Initialization/CreateMock.swift",
        "Initialization/MockBuilder.swift",
        "Initialization/MockManager+preconfigured.swift",
        "Initialization/ThreadLocal.swift",
        "Matching/Array+matchers.swift",
        "Matching/CallMatcher.swift",
        "Matching/CallMatcherFunctions.swift",
        "Matching/Dictionary+matchers.swift",
        "Matching/Matchable.swift",
        "Matching/ParameterMatcher+closures.swift",
        "Matching/ParameterMatcher.swift",
        "Matching/ParameterMatcherFunctions.swift",
        "Matching/Set+matchers.swift",
        "Mock/Mock.swift",
        "Mock/Mocked.swift",
        "Mock/StubbingProxy.swift",
        "Mock/VerificationProxy.swift",
        "MockManager.swift",
        "Stubbing/Stub.swift",
        "Stubbing/StubAction.swift",
        "Stubbing/StubCall.swift",
        "Stubbing/StubFunction/StubFunction.swift",
        "Stubbing/StubFunction/StubNoReturnFunction.swift",
        "Stubbing/StubFunction/StubNoReturnThrowingFunction.swift",
        "Stubbing/StubFunction/StubThrowingFunction.swift",
        "Stubbing/StubFunction/Trait/BaseStubFunctionTrait.swift",
        "Stubbing/StubFunction/Trait/StubFunctionThenCallRealImplementationTrait.swift",
        "Stubbing/StubFunction/Trait/StubFunctionThenDoNothingTrait.swift",
        "Stubbing/StubFunction/Trait/StubFunctionThenReturnTrait.swift",
        "Stubbing/StubFunction/Trait/StubFunctionThenThrowTrait.swift",
        "Stubbing/StubFunction/Trait/StubFunctionThenThrowingTrait.swift",
        "Stubbing/StubFunction/Trait/StubFunctionThenTrait.swift",
        "Stubbing/ToBeStubbedProperty/ToBeStubbedProperty.swift",
        "Stubbing/ToBeStubbedProperty/ToBeStubbedReadOnlyProperty.swift",
        "Stubbing/ToBeStubbedProperty/ToBeStubbedThrowingProperty.swift",
        "Utils.swift",
        "Verification/ArgumentCaptor.swift",
        "Verification/VerifyProperty/VerifyProperty.swift",
        "Verification/VerifyProperty/VerifyReadOnlyProperty.swift",
        "Verification/__DoNotUse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-argument-parser
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/kylef/Stencil.git
Fetching https://github.com/LebJe/TOMLKit.git
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[2/24593] Fetching rainbow, tomlkit
[893/29886] Fetching rainbow, tomlkit, stencil
[11404/53176] Fetching rainbow, tomlkit, stencil, xcodeproj
[13272/68562] Fetching rainbow, tomlkit, stencil, xcodeproj, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.70s)
[13630/67366] Fetching tomlkit, stencil, xcodeproj, swift-argument-parser
Fetching https://github.com/nvzqz/FileKit.git
[42098/70489] Fetching tomlkit, stencil, xcodeproj, swift-argument-parser, filekit
[44527/141030] Fetching tomlkit, stencil, xcodeproj, swift-argument-parser, filekit, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (2.16s)
Fetched https://github.com/nvzqz/FileKit.git from cache (1.45s)
[67321/122521] Fetching tomlkit, stencil, xcodeproj, swift-syntax
Fetched https://github.com/kylef/Stencil.git from cache (2.65s)
[69958/117228] Fetching tomlkit, xcodeproj, swift-syntax
Fetched https://github.com/LebJe/TOMLKit.git from cache (2.68s)
[48028/93831] Fetching xcodeproj, swift-syntax
Fetched https://github.com/tuist/XcodeProj.git from cache (9.47s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.51s)
Computing version for https://github.com/kylef/Stencil.git
Computed https://github.com/kylef/Stencil.git at 0.15.1 (13.32s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[467/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.74s)
Fetched https://github.com/kylef/Spectre.git from cache (0.74s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (1.50s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.77s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.21s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.64s)
Computing version for https://github.com/LebJe/TOMLKit.git
Computed https://github.com/LebJe/TOMLKit.git at 0.6.0 (1.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.14s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.66s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.38s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.17s)
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 8.27.7
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.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/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
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/Stencil.git
Working copy of https://github.com/kylef/Stencil.git resolved at 0.15.1
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
[21/84] Compiling _SwiftSyntaxCShims dummy.c
[23/84] Write sources
[35/84] Write swift-version-24593BA9C3E375BF.txt
[36/84] Compiling Conversion.cpp
[37/84] Compiling Node.cpp
[37/84] Compiling Date&Time&DateTime.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.
[39/84] 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.
[39/84] Compiling Node.cpp
[39/84] Compiling Date&Time&DateTime.cpp
[39/84] Compiling Conversion.cpp
[39/84] Compiling Array.cpp
[39/84] Compiling Table.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[4/48] Write swift-version-24593BA9C3E375BF.txt
[6/50] Compiling SwiftSyntax601 Empty.swift
[7/50] Emitting module SwiftSyntax601
[10/53] Compiling SwiftSyntax601 Empty.swift
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.
[11/54] Compiling Date&Time&DateTime.cpp
[11/54] Compiling Table.cpp
[11/54] Compiling Conversion.cpp
[11/54] 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;
      |                            ^
[11/54] 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;
      |                            ^
[11/54] Compiling Table.cpp
BUILD FAILURE 6.1 wasm