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 ParseSwift, reference 5.12.3 (12b8e7), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 02:21:31 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.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/Parse-Swift.git
Reference: 5.12.3
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/netreconlab/Parse-Swift
 * tag               5.12.3     -> FETCH_HEAD
HEAD is now at 12b8e75 refactor: Improve async methods to remove warnings (#198)
Cloned https://github.com/netreconlab/Parse-Swift.git
Revision (git rev-parse @):
12b8e752a21d53769b39441d02ff03261edecec8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/Parse-Swift.git at 5.12.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/netreconlab/Parse-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/178] Emitting module ParseSwift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[4/203] Compiling ParseSwift ParsePushAppleAlert.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[5/203] Compiling ParseSwift ParsePushAppleSound.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[6/203] Compiling ParseSwift ParsePushPayloadApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[7/203] Compiling ParseSwift ParsePushFirebaseNotification.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[8/203] Compiling ParseSwift ParsePushPayloadFirebase.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[9/203] Compiling ParseSwift ParsePushPayloadAny.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[10/203] Compiling ParseSwift ParsePushStatus.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[11/203] Compiling ParseSwift ParseRelation.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[12/203] Compiling ParseSwift ParseSchema+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[13/203] Compiling ParseSwift ParseSchema+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[14/203] Compiling ParseSwift ParseSchema.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[15/203] Compiling ParseSwift ParseServer+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[16/203] Compiling ParseSwift ParseServer+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[17/203] Compiling ParseSwift ParseServer.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[18/203] Compiling ParseSwift ParseVersion.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[19/203] Compiling ParseSwift Pointer+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[20/203] Compiling ParseSwift Pointer+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[21/203] Compiling ParseSwift Pointer.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[22/203] Compiling ParseSwift Query+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[23/203] Compiling ParseSwift Query+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[24/203] Compiling ParseSwift Query.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[25/203] Compiling ParseSwift QueryConstraint.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[26/203] Compiling ParseSwift QueryViewModel.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[27/203] Compiling ParseSwift QueryWhere.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[28/203] Compiling ParseSwift Utility.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[29/203] Compiling ParseSwift API+BatchCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[30/203] Compiling ParseSwift API+Command+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[31/203] Compiling ParseSwift API+Command.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[32/203] Compiling ParseSwift API+NonParseBodyCommand+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[33/203] Compiling ParseSwift API+NonParseBodyCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[34/203] Compiling ParseSwift API.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[35/203] Compiling ParseSwift BatchUtils.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[36/203] Compiling ParseSwift ParseURLSessionDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[37/203] Compiling ParseSwift Responses.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[38/203] Compiling ParseSwift ParseApple+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[39/203] Compiling ParseSwift ParseApple+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[40/203] Compiling ParseSwift ParseApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[41/203] Compiling ParseSwift ParseFacebook+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[42/203] Compiling ParseSwift ParseFacebook+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[43/203] Compiling ParseSwift ParseFacebook.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[44/203] Compiling ParseSwift ParseGitHub+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[45/203] Compiling ParseSwift ParseGitHub+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[46/203] Compiling ParseSwift ParseGitHub.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[47/203] Compiling ParseSwift ParseGoogle+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[48/203] Compiling ParseSwift ParseGoogle+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[49/203] Compiling ParseSwift ParseGoogle.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[50/203] Compiling ParseSwift ParseInstagram+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[51/203] Compiling ParseSwift ParseInstagram+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[52/203] Compiling ParseSwift ParseInstagram.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[53/203] Compiling ParseSwift ParseLDAP+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[54/203] Compiling ParseSwift ParseFileTransferable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[55/203] Compiling ParseSwift ParseHookFunctionable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[56/203] Compiling ParseSwift ParseHookFunctionable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[57/203] Compiling ParseSwift ParseHookFunctionable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[58/203] Compiling ParseSwift ParseHookParametable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[59/203] Compiling ParseSwift ParseHookRequestable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[60/203] Compiling ParseSwift ParseHookRequestable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[61/203] Compiling ParseSwift ParseHookRequestable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[62/203] Compiling ParseSwift ParseHookTriggerRequestable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[63/203] Compiling ParseSwift ParseHookTriggerable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[64/203] Compiling ParseSwift ParseHookTriggerable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[65/203] Compiling ParseSwift ParseHookTriggerable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[66/203] Compiling ParseSwift ParseHookable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[67/203] Compiling ParseSwift ParseOperationable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[68/203] Compiling ParseSwift ParsePointerable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[69/203] Compiling ParseSwift ParsePointerable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[70/203] Compiling ParseSwift ParsePointerable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[71/203] Compiling ParseSwift ParsePushApplePayloadable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[72/203] Compiling ParseSwift ParsePushFirebasePayloadable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[73/203] Compiling ParseSwift ParsePushPayloadable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[74/203] Compiling ParseSwift ParseQueryScorable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[75/203] Compiling ParseSwift ParseRelationOperationable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[76/203] Compiling ParseSwift ParseTypeable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[77/203] Compiling ParseSwift QueryObservable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[78/203] Compiling ParseSwift Queryable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[79/203] Compiling ParseSwift ParseInstallation+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[80/203] Compiling ParseSwift ParseInstallation.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[81/203] Compiling ParseSwift ParseObject+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[82/203] Compiling ParseSwift ParseObject+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[83/203] Compiling ParseSwift ParseObject.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[84/203] Compiling ParseSwift ParsePushStatusable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[85/203] Compiling ParseSwift ParseRole.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[86/203] Compiling ParseSwift ParseSession.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[87/203] Compiling ParseSwift ParseUser+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[88/203] Compiling ParseSwift ParseUser+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[89/203] Compiling ParseSwift ParseUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[90/203] Compiling ParseSwift Parse.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[91/203] Compiling ParseSwift ParseConstants.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[92/203] Compiling ParseSwift CloudObservable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[93/203] Compiling ParseSwift Deletable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[94/203] Compiling ParseSwift Fetchable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[95/203] Compiling ParseSwift Fileable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[96/203] Compiling ParseSwift Objectable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[97/203] Compiling ParseSwift ParseCloudable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[98/203] Compiling ParseSwift ParseCloudable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[99/203] Compiling ParseSwift ParseCloudable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[100/203] Compiling ParseSwift ParseConfig+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[101/203] Compiling ParseSwift ParseConfig+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[102/203] Compiling ParseSwift ParseConfig.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[103/203] Compiling ParseSwift ParseEncodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[104/203] Compiling ParseSwift ParseLDAP+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[105/203] Compiling ParseSwift ParseLDAP.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[106/203] Compiling ParseSwift ParseLinkedIn+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[107/203] Compiling ParseSwift ParseLinkedIn+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[108/203] Compiling ParseSwift ParseLinkedIn.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[109/203] Compiling ParseSwift ParseSpotify+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[110/203] Compiling ParseSwift ParseSpotify+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[111/203] Compiling ParseSwift ParseSpotify.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[112/203] Compiling ParseSwift ParseTwitter+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[113/203] Compiling ParseSwift ParseTwitter+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[114/203] Compiling ParseSwift ParseTwitter.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[115/203] Compiling ParseSwift ParseAnonymous+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[116/203] Compiling ParseSwift ParseAnonymous+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[117/203] Compiling ParseSwift ParseAnonymous.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[118/203] Compiling ParseSwift ParseAuthentication+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[119/203] Compiling ParseSwift ParseAuthentication+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[120/203] Compiling ParseSwift ParseAuthentication.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[121/203] Compiling ParseSwift AnyCodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[122/203] Compiling ParseSwift AnyDecodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[123/203] Compiling ParseSwift AnyEncodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[124/203] Compiling ParseSwift ParseCoding.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[125/203] Compiling ParseSwift ParseEncoder.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[126/203] Compiling ParseSwift Data.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[127/203] Compiling ParseSwift Date.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[128/203] Compiling ParseSwift Dictionary.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[129/203] Compiling ParseSwift ParseConfigCodable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[130/203] Compiling ParseSwift ParseConfigCodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[131/203] Compiling ParseSwift ParseConfiguration.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[132/203] Compiling ParseSwift ParseError.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[133/203] Compiling ParseSwift ParseField.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[134/203] Compiling ParseSwift ParseFieldOptions.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[135/203] Compiling ParseSwift ParseFile+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[136/203] Compiling ParseSwift ParseFile+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[137/203] Compiling ParseSwift ParseFile.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[138/203] Compiling ParseSwift ParseFileDefaultTransfer.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[139/203] Compiling ParseSwift ParseGeoPoint.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[140/203] Compiling ParseSwift ParseHookFunction.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[141/203] Compiling ParseSwift ParseHookFunctionRequest.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[142/203] Compiling ParseSwift ParseHookResponse.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[143/203] Compiling ParseSwift ParseHookTrigger.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[144/203] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[145/203] Compiling ParseSwift ParseHookTriggerRequest.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[146/203] Compiling ParseSwift ParseKeychainAccessGroup.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[147/203] Compiling ParseSwift ParseOperation+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[148/203] Compiling ParseSwift ParseOperation+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[149/203] Compiling ParseSwift ParseOperation.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[150/203] Compiling ParseSwift ParsePolygon.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[151/203] Compiling ParseSwift ParsePush+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[152/203] Compiling ParseSwift ParsePush+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[153/203] Compiling ParseSwift ParsePush.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[154/203] Compiling ParseSwift Encodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[155/203] Compiling ParseSwift InputStream.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[156/203] Compiling ParseSwift URLCache.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[157/203] Compiling ParseSwift URLSession.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[158/203] Compiling ParseSwift BaseConfig.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[159/203] Compiling ParseSwift BaseParseInstallation.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[160/203] Compiling ParseSwift BaseParseUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[161/203] Compiling ParseSwift NoBody.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[162/203] Compiling ParseSwift LiveQueryConstants.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[163/203] Compiling ParseSwift LiveQuerySocket.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[164/203] Compiling ParseSwift Messages.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[165/203] Compiling ParseSwift Operations.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[166/203] Compiling ParseSwift ParseLiveQuery+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[167/203] Compiling ParseSwift ParseLiveQuery+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[168/203] Compiling ParseSwift ParseLiveQuery.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[169/203] Compiling ParseSwift LiveQuerySocketDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[170/203] Compiling ParseSwift LiveQueryable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[171/203] Compiling ParseSwift ParseLiveQueryDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[172/203] Compiling ParseSwift QuerySubscribable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[173/203] Compiling ParseSwift SocketTasks.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[174/203] Compiling ParseSwift Subscription.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[175/203] Compiling ParseSwift SubscriptionCallback.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[176/203] Compiling ParseSwift Subscriptions.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[177/203] Compiling ParseSwift ParseCloudUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[178/203] Compiling ParseSwift ParseInstallation+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[179/203] Compiling ParseSwift Savable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[180/203] Compiling ParseSwift InMemoryPrimitiveStore.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[181/203] Compiling ParseSwift KeychainStore.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[182/203] Compiling ParseSwift ParseFileManager.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[183/203] Compiling ParseSwift ParsePrimitiveStorable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[184/203] Compiling ParseSwift ParseStorage.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[185/203] Compiling ParseSwift SecureStorable.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[186/203] Compiling ParseSwift CloudViewModel.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[187/203] Compiling ParseSwift ParseOperationAdd.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[188/203] Compiling ParseSwift ParseOperationAddRelation.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[189/203] Compiling ParseSwift ParseOperationAddUnique.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[190/203] Compiling ParseSwift ParseOperationBatch.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[191/203] Compiling ParseSwift ParseOperationCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[192/203] Compiling ParseSwift ParseOperationDelete.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[193/203] Compiling ParseSwift ParseOperationIncrement.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[194/203] Compiling ParseSwift ParseOperationIncrementDouble.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[195/203] Compiling ParseSwift ParseOperationRemove.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[196/203] Compiling ParseSwift ParseOperationRemoveRelation.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[197/203] Compiling ParseSwift ParseACL.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[198/203] Compiling ParseSwift ParseAnalytics+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[199/203] Compiling ParseSwift ParseAnalytics+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[200/203] Compiling ParseSwift ParseAnalytics.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[201/203] Compiling ParseSwift ParseBytes.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[202/203] Compiling ParseSwift ParseCLP.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
[203/203] Compiling ParseSwift ParseConfigCodable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+BatchCommand.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 | #if canImport(FoundationNetworking)
11 | import FoundationNetworking
BUILD FAILURE 6.2 wasm