The Swift Package Index logo.Swift Package Index

Build Information

Failed to build mountebankSwift, reference 0.2.1 (0091d4), with Swift 6.1 for Wasm on 29 May 2025 00:01:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dave-t-c/mountebankSwift.git
Reference: 0.2.1
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/dave-t-c/mountebankSwift
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 0091d45 Merge pull request #14 from dave-t-c/add-tvos-watchos-support
Cloned https://github.com/dave-t-c/mountebankSwift.git
Revision (git rev-parse @):
0091d45e592338a27ec27ad0c9128ada9448c16a
SUCCESS checkout https://github.com/dave-t-c/mountebankSwift.git at 0.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dave-t-c/mountebankSwift.git
https://github.com/dave-t-c/mountebankSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "mountebankSwift",
  "name" : "mountebankSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "mountebankSwift",
      "targets" : [
        "mountebankSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "mountebankSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "mountebankSwiftTests",
      "path" : "Tests/mountebankSwiftTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/mountebankSwiftTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration/ConfigurationHelper.swift",
        "Configuration/TestConfiguration.swift",
        "Examples/RequestBody/SimpleRequestBody.swift",
        "Helpers/MockHelper.swift",
        "Helpers/RequestHelper.swift",
        "TestHttpImposter/HttpImposterTests.swift",
        "TestMountebankClient/MountebankClientTests.swift"
      ],
      "target_dependencies" : [
        "mountebankSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mountebankSwift",
      "module_type" : "SwiftTarget",
      "name" : "mountebankSwift",
      "path" : "Sources/mountebankSwift",
      "product_memberships" : [
        "mountebankSwift"
      ],
      "sources" : [
        "Client/MountebankClient.swift",
        "Exceptions/MountebankExceptions.swift",
        "Models/Constants.swift",
        "Models/Imposters/HttpImposter.swift",
        "Models/Imposters/Imposter.swift",
        "Models/Methods/HttpMethod.swift",
        "Models/MountebankResponses/Imposters/RetrieveImpostersResponse.swift",
        "Models/MountebankResponses/Imposters/RetrievedHttpImposter.swift",
        "Models/MountebankResponses/Imposters/RetrievedImposter.swift",
        "Models/MountebankResponses/Imposters/SimpleRetrievedImposter.swift",
        "Models/MountebankResponses/Requests/HttpRequest.swift",
        "Models/Predicates/EqualsPredicate.swift",
        "Models/Predicates/Fields/Fields.swift",
        "Models/Predicates/Fields/HttpFields.swift",
        "Models/Predicates/Predicate.swift",
        "Models/Responses/Fields/HttpResponseFields.swift",
        "Models/Responses/Fields/ResponseFields.swift",
        "Models/Responses/IsResponse.swift",
        "Models/Responses/Response.swift",
        "Models/Stubs/HttpStub.swift",
        "Models/Stubs/Stub.swift",
        "RequestWrappers/MountebankRequestWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/23] Emitting module mountebankSwift
[4/25] Compiling mountebankSwift HttpImposter.swift
[5/25] Compiling mountebankSwift Imposter.swift
[6/25] Compiling mountebankSwift HttpMethod.swift
[7/25] Compiling mountebankSwift Response.swift
[8/25] Compiling mountebankSwift HttpStub.swift
[9/25] Compiling mountebankSwift HttpResponseFields.swift
[10/25] Compiling mountebankSwift ResponseFields.swift
[11/25] Compiling mountebankSwift IsResponse.swift
[12/25] Compiling mountebankSwift Stub.swift
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:21:23: error: cannot find 'URLRequest' in scope
19 |             return
20 |         }
21 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
22 |         request.httpMethod = "DELETE"
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:25:34: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
24 |
25 |         _ = try await URLSession.shared.data(for: request)
   |                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
26 |     }
27 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:32:23: error: cannot find 'URLRequest' in scope
30 |             return
31 |         }
32 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
33 |         request.httpMethod = "POST"
34 |         request.httpBody = try JSONEncoder().encode(imposter)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:38:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
36 |         print("Calling \(request.httpMethod!) \(request.url!)")
37 |
38 |         let (_, response) = try await URLSession.shared.data(for: request)
   |                                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
39 |         guard let httpResponse = response as? HTTPURLResponse else {
40 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:54:23: error: cannot find 'URLRequest' in scope
52 |             throw MountebankExceptions.unableToRetrieveImposters
53 |         }
54 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
55 |         request.httpMethod = "GET"
56 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:57:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
55 |         request.httpMethod = "GET"
56 |
57 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
58 |         guard let httpResponse = response as? HTTPURLResponse else {
59 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:81:23: error: cannot find 'URLRequest' in scope
79 |             throw MountebankExceptions.unableToRetrieveImposter
80 |         }
81 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
82 |         request.httpMethod = "GET"
83 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:84:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
82 |         request.httpMethod = "GET"
83 |
84 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |         guard let httpResponse = response as? HTTPURLResponse else {
86 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
[13/25] Compiling mountebankSwift MountebankRequestWrapper.swift
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:21:23: error: cannot find 'URLRequest' in scope
19 |             return
20 |         }
21 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
22 |         request.httpMethod = "DELETE"
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:25:34: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
24 |
25 |         _ = try await URLSession.shared.data(for: request)
   |                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
26 |     }
27 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:32:23: error: cannot find 'URLRequest' in scope
30 |             return
31 |         }
32 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
33 |         request.httpMethod = "POST"
34 |         request.httpBody = try JSONEncoder().encode(imposter)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:38:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
36 |         print("Calling \(request.httpMethod!) \(request.url!)")
37 |
38 |         let (_, response) = try await URLSession.shared.data(for: request)
   |                                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
39 |         guard let httpResponse = response as? HTTPURLResponse else {
40 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:54:23: error: cannot find 'URLRequest' in scope
52 |             throw MountebankExceptions.unableToRetrieveImposters
53 |         }
54 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
55 |         request.httpMethod = "GET"
56 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:57:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
55 |         request.httpMethod = "GET"
56 |
57 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
58 |         guard let httpResponse = response as? HTTPURLResponse else {
59 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:81:23: error: cannot find 'URLRequest' in scope
79 |             throw MountebankExceptions.unableToRetrieveImposter
80 |         }
81 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
82 |         request.httpMethod = "GET"
83 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:84:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
82 |         request.httpMethod = "GET"
83 |
84 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |         guard let httpResponse = response as? HTTPURLResponse else {
86 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
[14/25] Compiling mountebankSwift MountebankClient.swift
[15/25] Compiling mountebankSwift MountebankExceptions.swift
[16/25] Compiling mountebankSwift Constants.swift
[17/25] Compiling mountebankSwift Fields.swift
[18/25] Compiling mountebankSwift HttpFields.swift
[19/25] Compiling mountebankSwift Predicate.swift
[20/25] Compiling mountebankSwift SimpleRetrievedImposter.swift
[21/25] Compiling mountebankSwift HttpRequest.swift
[22/25] Compiling mountebankSwift EqualsPredicate.swift
[23/25] Compiling mountebankSwift RetrieveImpostersResponse.swift
[24/25] Compiling mountebankSwift RetrievedHttpImposter.swift
[25/25] Compiling mountebankSwift RetrievedImposter.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling mountebankSwift Response.swift
[3/22] Compiling mountebankSwift HttpStub.swift
[4/22] Emitting module mountebankSwift
[5/24] Compiling mountebankSwift Stub.swift
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:21:23: error: cannot find 'URLRequest' in scope
19 |             return
20 |         }
21 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
22 |         request.httpMethod = "DELETE"
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:25:34: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
24 |
25 |         _ = try await URLSession.shared.data(for: request)
   |                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
26 |     }
27 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:32:23: error: cannot find 'URLRequest' in scope
30 |             return
31 |         }
32 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
33 |         request.httpMethod = "POST"
34 |         request.httpBody = try JSONEncoder().encode(imposter)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:38:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
36 |         print("Calling \(request.httpMethod!) \(request.url!)")
37 |
38 |         let (_, response) = try await URLSession.shared.data(for: request)
   |                                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
39 |         guard let httpResponse = response as? HTTPURLResponse else {
40 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:54:23: error: cannot find 'URLRequest' in scope
52 |             throw MountebankExceptions.unableToRetrieveImposters
53 |         }
54 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
55 |         request.httpMethod = "GET"
56 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:57:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
55 |         request.httpMethod = "GET"
56 |
57 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
58 |         guard let httpResponse = response as? HTTPURLResponse else {
59 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:81:23: error: cannot find 'URLRequest' in scope
79 |             throw MountebankExceptions.unableToRetrieveImposter
80 |         }
81 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
82 |         request.httpMethod = "GET"
83 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:84:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
82 |         request.httpMethod = "GET"
83 |
84 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |         guard let httpResponse = response as? HTTPURLResponse else {
86 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
[6/24] Compiling mountebankSwift MountebankRequestWrapper.swift
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:21:23: error: cannot find 'URLRequest' in scope
19 |             return
20 |         }
21 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
22 |         request.httpMethod = "DELETE"
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:25:34: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
23 |         print("Calling \(request.httpMethod!) \(request.url!)")
24 |
25 |         _ = try await URLSession.shared.data(for: request)
   |                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
26 |     }
27 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:32:23: error: cannot find 'URLRequest' in scope
30 |             return
31 |         }
32 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
33 |         request.httpMethod = "POST"
34 |         request.httpBody = try JSONEncoder().encode(imposter)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:38:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
36 |         print("Calling \(request.httpMethod!) \(request.url!)")
37 |
38 |         let (_, response) = try await URLSession.shared.data(for: request)
   |                                                  `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
39 |         guard let httpResponse = response as? HTTPURLResponse else {
40 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:54:23: error: cannot find 'URLRequest' in scope
52 |             throw MountebankExceptions.unableToRetrieveImposters
53 |         }
54 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
55 |         request.httpMethod = "GET"
56 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:57:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
55 |         request.httpMethod = "GET"
56 |
57 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
58 |         guard let httpResponse = response as? HTTPURLResponse else {
59 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:81:23: error: cannot find 'URLRequest' in scope
79 |             throw MountebankExceptions.unableToRetrieveImposter
80 |         }
81 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
82 |         request.httpMethod = "GET"
83 |
/host/spi-builder-workspace/Sources/mountebankSwift/RequestWrappers/MountebankRequestWrapper.swift:84:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
82 |         request.httpMethod = "GET"
83 |
84 |         let (data, response) = try await URLSession.shared.data(for: request)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
85 |         guard let httpResponse = response as? HTTPURLResponse else {
86 |             print(Constants.ExceptionMessages.invalidResponseRecievedFromServerMessage)
[7/24] Compiling mountebankSwift HttpResponseFields.swift
[8/24] Compiling mountebankSwift ResponseFields.swift
[9/24] Compiling mountebankSwift IsResponse.swift
[10/24] Compiling mountebankSwift RetrieveImpostersResponse.swift
[11/24] Compiling mountebankSwift RetrievedHttpImposter.swift
[12/24] Compiling mountebankSwift RetrievedImposter.swift
[13/24] Compiling mountebankSwift Fields.swift
[14/24] Compiling mountebankSwift HttpFields.swift
[15/24] Compiling mountebankSwift Predicate.swift
[16/24] Compiling mountebankSwift MountebankClient.swift
[17/24] Compiling mountebankSwift MountebankExceptions.swift
[18/24] Compiling mountebankSwift Constants.swift
[19/24] Compiling mountebankSwift HttpImposter.swift
[20/24] Compiling mountebankSwift Imposter.swift
[21/24] Compiling mountebankSwift HttpMethod.swift
[22/24] Compiling mountebankSwift SimpleRetrievedImposter.swift
[23/24] Compiling mountebankSwift HttpRequest.swift
[24/24] Compiling mountebankSwift EqualsPredicate.swift
BUILD FAILURE 6.1 wasm