The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XcodeHelperCliKit, reference master (ed64ae), with Swift 6.1 for Wasm on 27 May 2025 15:15:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/saltzmanjoelh/xcodehelperclikit.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/saltzmanjoelh/xcodehelperclikit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ed64aec Updated help descriptions
Cloned https://github.com/saltzmanjoelh/xcodehelperclikit.git
Revision (git rev-parse @):
ed64aec6e63e0f0595167259210e8041771a2cfe
SUCCESS checkout https://github.com/saltzmanjoelh/xcodehelperclikit.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/saltzmanjoelh/xcodehelperclikit.git
https://github.com/saltzmanjoelh/xcodehelperclikit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xcodehelperkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saltzmanjoelh/XcodeHelperKit.git"
    }
  ],
  "manifest_display_name" : "XcodeHelperCliKit",
  "name" : "XcodeHelperCliKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XcodeHelperCliKit",
      "targets" : [
        "XcodeHelperCliKit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeHelperCliKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeHelperCliKitTests",
      "path" : "Tests/XcodeHelperCliKitTests",
      "product_dependencies" : [
        "XcodeHelperKit"
      ],
      "sources" : [
        "XcodeHelpableFixture.swift",
        "XcodeHelperCliKitTests.swift"
      ],
      "target_dependencies" : [
        "XcodeHelperCliKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeHelperCliKit",
      "module_type" : "SwiftTarget",
      "name" : "XcodeHelperCliKit",
      "path" : "Sources/XcodeHelperCliKit",
      "product_dependencies" : [
        "XcodeHelperKit"
      ],
      "product_memberships" : [
        "XcodeHelperCliKit"
      ],
      "sources" : [
        "Dictionary+Extensions.swift",
        "String+Extensions.swift",
        "XcodeHelperCliKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/saltzmanjoelh/XcodeHelperKit.git
[1/1184] Fetching xcodehelperkit
Fetched https://github.com/saltzmanjoelh/XcodeHelperKit.git from cache (0.28s)
Computing version for https://github.com/saltzmanjoelh/XcodeHelperKit.git
Computed https://github.com/saltzmanjoelh/XcodeHelperKit.git at 1.0.81 (2.78s)
Fetching https://github.com/saltzmanjoelh/DockerProcess.git
Fetching https://github.com/saltzmanjoelh/S3Kit.git
Fetching https://github.com/saltzmanjoelh/CliRunnable.git
Fetching https://github.com/tuist/xcodeproj.git
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
[1/645] Fetching dockerprocess
[176/884] Fetching dockerprocess, s3kit
[621/1258] Fetching dockerprocess, s3kit, clirunnable
[821/1334] Fetching dockerprocess, s3kit, clirunnable, processrunner
[1331/24624] Fetching dockerprocess, s3kit, clirunnable, processrunner, xcodeproj
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.35s)
[1724/24548] Fetching dockerprocess, s3kit, clirunnable, xcodeproj
Fetched https://github.com/saltzmanjoelh/CliRunnable.git from cache (1.35s)
Fetched https://github.com/saltzmanjoelh/S3Kit.git from cache (1.35s)
Fetched https://github.com/saltzmanjoelh/DockerProcess.git from cache (1.35s)
Fetched https://github.com/tuist/xcodeproj.git from cache (1.37s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 6.7.0 (1.96s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/kylef/PathKit
[1/2127] Fetching aexml
[2128/3538] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit from cache (0.29s)
[1/4863] Fetching swiftshell
Fetched https://github.com/tadija/AEXML from cache (0.48s)
Fetched https://github.com/kareman/SwiftShell from cache (0.48s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 4.1.2 (1.11s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 0.9.2 (0.63s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.28s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.3.3 (0.82s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (2.57s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.82s)
Computing version for https://github.com/saltzmanjoelh/S3Kit.git
Computed https://github.com/saltzmanjoelh/S3Kit.git at 1.0.21 (0.67s)
Computing version for https://github.com/saltzmanjoelh/DockerProcess.git
Computed https://github.com/saltzmanjoelh/DockerProcess.git at 1.0.28 (0.59s)
Computing version for https://github.com/saltzmanjoelh/CliRunnable.git
Computed https://github.com/saltzmanjoelh/CliRunnable.git at 1.0.48 (3.00s)
Fetching https://github.com/saltzmanjoelh/Yaml.git
[1/1163] Fetching yaml
Fetched https://github.com/saltzmanjoelh/Yaml.git from cache (0.29s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (0.96s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 4.1.2
Creating working copy for https://github.com/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 6.7.0
Creating working copy for https://github.com/saltzmanjoelh/DockerProcess.git
Working copy of https://github.com/saltzmanjoelh/DockerProcess.git resolved at 1.0.28
Creating working copy for https://github.com/saltzmanjoelh/XcodeHelperKit.git
Working copy of https://github.com/saltzmanjoelh/XcodeHelperKit.git resolved at 1.0.81
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/saltzmanjoelh/CliRunnable.git
Working copy of https://github.com/saltzmanjoelh/CliRunnable.git resolved at 1.0.48
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.3.3
Creating working copy for https://github.com/saltzmanjoelh/S3Kit.git
Working copy of https://github.com/saltzmanjoelh/S3Kit.git resolved at 1.0.21
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 0.9.2
Creating working copy for https://github.com/saltzmanjoelh/Yaml.git
Working copy of https://github.com/saltzmanjoelh/Yaml.git resolved at 3.4.10
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
Building for debugging...
[0/35] Write sources
[10/35] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/56] Emitting module AEXML
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
 8 |
 9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
   |                                       `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 |     // MARK: - Properties
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:58:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
56 |     // MARK: - XMLParserDelegate
57 |
58 |     func parser(_ parser: XMLParser,
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
59 |                 didStartElement elementName: String,
60 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:68:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
66 |     }
67 |
68 |     func parser(_ parser: XMLParser, foundCharacters string: String) {
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
69 |         currentValue.append(string)
70 |         currentElement?.value = currentValue.isEmpty ? nil : currentValue
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:73:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
71 |     }
72 |
73 |     func parser(_ parser: XMLParser,
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 |                 didEndElement elementName: String,
75 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:84:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |     }
83 |
84 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 |         self.parseError = parseError
86 |     }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
[13/56] Emitting module Yaml
[14/56] Compiling Yaml YAMLOperators.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/56] Emitting module ProcessRunner
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
[16/56] Compiling ProcessRunner ProcessRunner.swift
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
[17/56] Compiling AEXML Document.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
 8 |
 9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
   |                                       `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 |     // MARK: - Properties
[18/56] Compiling Yaml YAMLTokenizer.swift
[19/56] Compiling S3Kit S3V4Signer.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
 9 | import Foundation
10 | #if !os(Linux)
11 |     import CommonCrypto
   |            `- error: no such module 'CommonCrypto'
12 | //#else
13 | //    import OpenSSL
[20/56] Compiling AEXML Error.swift
[21/56] Compiling Yaml YAMLRegex.swift
[22/56] Compiling S3Kit Data+SHA256.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
 9 | import Foundation
10 | #if !os(Linux)
11 |     import CommonCrypto
   |            `- error: no such module 'CommonCrypto'
12 | //#else
13 | //    import OpenSSL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/56] Emitting module S3Kit
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
 9 | import Foundation
10 | #if !os(Linux)
11 |     import CommonCrypto
   |            `- error: no such module 'CommonCrypto'
12 | //#else
13 | //    import OpenSSL
[24/56] Compiling S3Kit S3Kit.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
 9 | import Foundation
10 | #if !os(Linux)
11 |     import CommonCrypto
   |            `- error: no such module 'CommonCrypto'
12 | //#else
13 | //    import OpenSSL
[25/56] Compiling Yaml YAMLResult.swift
[26/56] Compiling AEXML Element.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/56] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
 8 |
 9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
   |                                       `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 |     // MARK: - Properties
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:58:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
56 |     // MARK: - XMLParserDelegate
57 |
58 |     func parser(_ parser: XMLParser,
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
59 |                 didStartElement elementName: String,
60 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:68:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
66 |     }
67 |
68 |     func parser(_ parser: XMLParser, foundCharacters string: String) {
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
69 |         currentValue.append(string)
70 |         currentElement?.value = currentValue.isEmpty ? nil : currentValue
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:73:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
71 |     }
72 |
73 |     func parser(_ parser: XMLParser,
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 |                 didEndElement elementName: String,
75 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:84:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |     }
83 |
84 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
   |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 |         self.parseError = parseError
86 |     }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:41:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
39 |
40 |     func parse() throws {
41 |         let parser = XMLParser(data: data)
   |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
42 |         parser.delegate = self
43 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[0/1] Planning build
Building for debugging...
[0/25] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling Yaml YAMLResult.swift
[3/46] Compiling ProcessRunner ProcessRunner.swift
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/46] Emitting module S3Kit
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
 9 | import Foundation
10 | #if !os(Linux)
11 |     import CommonCrypto
   |            `- error: no such module 'CommonCrypto'
12 | //#else
13 | //    import OpenSSL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/46] Emitting module ProcessRunner
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/46] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
BUILD FAILURE 6.1 wasm