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 mountebankSwift, reference main (019491), with Swift 6.1 for Wasm on 29 May 2025 00:00:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/dave-t-c/mountebankSwift.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 019491b Merge pull request #15 from dave-t-c/create-swift-package-index-yaml
Cloned https://github.com/dave-t-c/mountebankSwift.git
Revision (git rev-parse @):
019491bc33357f4dd1d2bef3d6a8c95e418d3bd8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dave-t-c/mountebankSwift.git at main
========================================
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-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
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 RetrieveImpostersResponse.swift
[8/25] Compiling mountebankSwift RetrievedHttpImposter.swift
[9/25] Compiling mountebankSwift RetrievedImposter.swift
[10/25] Compiling mountebankSwift SimpleRetrievedImposter.swift
[11/25] Compiling mountebankSwift HttpRequest.swift
[12/25] Compiling mountebankSwift EqualsPredicate.swift
[13/25] Compiling mountebankSwift HttpResponseFields.swift
[14/25] Compiling mountebankSwift ResponseFields.swift
[15/25] Compiling mountebankSwift IsResponse.swift
[16/25] Compiling mountebankSwift Fields.swift
[17/25] Compiling mountebankSwift HttpFields.swift
[18/25] Compiling mountebankSwift Predicate.swift
[19/25] Compiling mountebankSwift Response.swift
[20/25] Compiling mountebankSwift HttpStub.swift
[21/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)
[22/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)
[23/25] Compiling mountebankSwift MountebankClient.swift
[24/25] Compiling mountebankSwift MountebankExceptions.swift
[25/25] Compiling mountebankSwift Constants.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling mountebankSwift HttpResponseFields.swift
[3/22] Compiling mountebankSwift ResponseFields.swift
[4/22] Compiling mountebankSwift IsResponse.swift
[5/24] Compiling mountebankSwift Response.swift
[6/24] Compiling mountebankSwift HttpStub.swift
[7/24] Compiling mountebankSwift Fields.swift
[8/24] Compiling mountebankSwift HttpFields.swift
[9/24] Compiling mountebankSwift Predicate.swift
[10/24] Compiling mountebankSwift HttpImposter.swift
[11/24] Compiling mountebankSwift Imposter.swift
[12/24] Compiling mountebankSwift HttpMethod.swift
[13/24] Emitting module mountebankSwift
[14/24] Compiling mountebankSwift MountebankClient.swift
[15/24] Compiling mountebankSwift MountebankExceptions.swift
[16/24] Compiling mountebankSwift Constants.swift
[17/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)
[18/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)
[19/24] Compiling mountebankSwift RetrieveImpostersResponse.swift
[20/24] Compiling mountebankSwift RetrievedHttpImposter.swift
[21/24] Compiling mountebankSwift RetrievedImposter.swift
[22/24] Compiling mountebankSwift SimpleRetrievedImposter.swift
[23/24] Compiling mountebankSwift HttpRequest.swift
[24/24] Compiling mountebankSwift EqualsPredicate.swift
BUILD FAILURE 6.1 wasm