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 Extension, reference main (ab54a7), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 04:07:10 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.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/song-react/Extension.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/song-react/Extension
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ab54a77 UnsafePointer<Int8>(types)types.cString(using: .utf8)
Cloned https://github.com/song-react/Extension.git
Revision (git rev-parse @):
ab54a7716992e5c5ba8d9949c53dea0b5450f64e
SUCCESS checkout https://github.com/song-react/Extension.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/song-react/Extension.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/58] Emitting module Extension
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[4/58] Compiling Extension Color+components.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[5/58] Compiling Extension Color+css.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[6/58] Compiling Extension Color+hex.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[7/58] Compiling Extension Color+rgba.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[8/58] Compiling Extension Color.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[9/58] Compiling Extension Image+CoreGraphics.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[10/58] Compiling Extension Image+Process.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[11/58] Compiling Extension Image+pdf.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[12/65] Compiling Extension NSAttributedString+Content.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[13/65] Compiling Extension NSString+Size.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[14/65] Compiling Extension UIApplication+EventTrack.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[15/65] Compiling Extension UIControl+Event.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[16/65] Compiling Extension UIFont+SymbolicTraits.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[17/65] Compiling Extension UINavigationController+Autorotate.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[18/65] Compiling Extension UIResponder+Keyboard.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[19/65] Compiling Extension UITableView+UIImage.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[20/65] Compiling Extension CALayer+chainable.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[21/65] Compiling Extension UILabel+chainable.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[22/65] Compiling Extension UIView+chainable.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[23/65] Compiling Extension WKWebView+contentView.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[24/65] Compiling Extension WKWebView+input.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[25/65] Compiling Extension WKWebView+registerScheme.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[26/65] Compiling Extension UserDefaults+Codable.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[27/65] Compiling Extension UserDefaults+subscript.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[28/65] Compiling Extension NSAttribute+chainable.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[29/65] Compiling Extension NSMutableAttributedString+chainable.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[30/65] Compiling Extension Float+String.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[31/65] Compiling Extension Int+String.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[32/65] Compiling Extension String+regex.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[33/65] Compiling Extension Swift+Association.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[34/65] Compiling Extension Image.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[35/65] Compiling Extension VIew+UIImage.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[36/65] Compiling Extension View.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[37/65] Compiling Extension runtime.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[38/65] Compiling Extension DispatchQueue+once.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[39/65] Compiling Extension Array+JSON.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[40/65] Compiling Extension Array+cookieString.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[41/65] Compiling Extension Bundle+Localization.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[42/65] Compiling Extension SCNetworkReachability+new.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[43/65] Compiling Extension SCNetworkReachability+update.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[44/65] Compiling Extension String+Dictionary.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[45/65] Compiling Extension String+URLEscaped.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[46/65] Compiling Extension String+base64.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[47/65] Compiling Extension URL+Cookie.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[48/65] Compiling Extension URL+String.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[49/65] Compiling Extension URL+query.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[50/65] Compiling Extension CFAbsoluteTime+init.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[51/65] Compiling Extension CGFloat+String.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[52/65] Compiling Extension Data+MIMEType.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[53/65] Compiling Extension Dictionary+MIMEType.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[54/65] Compiling Extension HTTPCookieStorage+setCookie.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[55/65] Compiling Extension KeyChain.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[56/65] Compiling Extension Locale+Localization.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[57/65] Compiling Extension SCNetworkReachability+flags.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[58/65] Compiling Extension Swift+closuer.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[59/65] Compiling Extension Swift+log.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[60/65] Compiling Extension Swift+synchronized.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[61/65] Compiling Extension ApplicationMainDelegate.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[62/65] Compiling Extension Array+UIImage.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[63/65] Compiling Extension CGRect+Float.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[64/65] Compiling Extension CGSize+Float.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
[65/65] Compiling Extension CGpoint+Float.swift
/host/spi-builder-workspace/Sources/Common/Image/Image.swift:4:8: error: no such module 'Foundation'
 2 | //  Copyright © 2019 DingSoung. All rights reserved.
 3 |
 4 | import Foundation
   |        `- error: no such module 'Foundation'
 5 |
 6 | #if canImport(UIKit)
BUILD FAILURE 6.2 wasm