Build Information
Failed to build JBits, reference 1.4.0 (b37626), with Swift 6.1 for Wasm on 27 May 2025 22:31:43 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gatada/JBits.git
Reference: 1.4.0
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/Gatada/JBits
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at b376263 Added PersistentData handler. Localised error message to English (base) and Norwegian.
Cloned https://github.com/Gatada/JBits.git
Revision (git rev-parse @):
b376263cd3ded00179e0d5ac564cc8cfd1858f7c
SUCCESS checkout https://github.com/Gatada/JBits.git at 1.4.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Gatada/JBits.git
https://github.com/Gatada/JBits.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "JBits",
"name" : "JBits",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "JBits",
"targets" : [
"JBits"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JBits",
"module_type" : "SwiftTarget",
"name" : "JBits",
"path" : "Sources/JBits",
"product_memberships" : [
"JBits"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/JBits/Resource/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/JBits/Resource/nb.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "nb"
}
}
}
],
"sources" : [
"AVFoundation/AudioDelegate.swift",
"Foundation/Class/PersistentData.swift",
"Foundation/Class/Weak.swift",
"Foundation/Decorator/Array.swift",
"Foundation/Decorator/Character.swift",
"Foundation/Decorator/Collection.swift",
"Foundation/Decorator/Comparable.swift",
"Foundation/Decorator/Date.swift",
"Foundation/Decorator/Double.swift",
"Foundation/Decorator/NSCharacterSet.swift",
"Foundation/Decorator/String.StringInterpolations.swift",
"Foundation/Decorator/String.swift",
"Foundation/Decorator/URL.swift",
"Foundation/Operator/Similar.swift",
"Foundation/Utility/Log.swift",
"Foundation/Utility/Misc.swift",
"Foundation/Utility/PropertyList.swift",
"UIKit/Custom/AnimatableView.swift",
"UIKit/Custom/BackgroundFilledButton.swift",
"UIKit/Custom/ChevronHandle.swift",
"UIKit/Custom/DividerView.swift",
"UIKit/Custom/InsetLabel.swift",
"UIKit/Custom/TitleUnderImageButton.swift",
"UIKit/Decorator/Character+CGPath.swift",
"UIKit/Decorator/Font.swift",
"UIKit/Decorator/TopMostViewController.swift",
"UIKit/Decorator/UIApplicationDelegate.swift",
"UIKit/Decorator/UIColor.swift",
"UIKit/Decorator/UIDevice.swift",
"UIKit/Decorator/UIGestureRecognizer.swift",
"UIKit/Decorator/UIView+Haptics.swift",
"UIKit/Decorator/UIView.swift",
"UIKit/Decorator/UIViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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/5] Write sources
[0/5] Copying Localizable.strings
[2/5] Copying Info.plist
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/36] Emitting module JBits
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[7/40] Compiling JBits TitleUnderImageButton.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[8/40] Compiling JBits Character+CGPath.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[9/40] Compiling JBits Font.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[10/40] Compiling JBits TopMostViewController.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[11/40] Compiling JBits UIView+Haptics.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[12/40] Compiling JBits UIView.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[13/40] Compiling JBits UIViewController.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[14/40] Compiling JBits resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[15/40] Compiling JBits AudioDelegate.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[16/40] Compiling JBits PersistentData.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[17/40] Compiling JBits Weak.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[18/40] Compiling JBits Array.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[19/40] Compiling JBits Character.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[20/40] Compiling JBits String.StringInterpolations.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[21/40] Compiling JBits String.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[22/40] Compiling JBits URL.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[23/40] Compiling JBits Similar.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[24/40] Compiling JBits Log.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[25/40] Compiling JBits Misc.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[26/40] Compiling JBits PropertyList.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[27/40] Compiling JBits AnimatableView.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[28/40] Compiling JBits UIApplicationDelegate.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[29/40] Compiling JBits UIColor.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[30/40] Compiling JBits UIDevice.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[31/40] Compiling JBits UIGestureRecognizer.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[32/40] Compiling JBits Collection.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[33/40] Compiling JBits Comparable.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[34/40] Compiling JBits Date.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[35/40] Compiling JBits Double.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[36/40] Compiling JBits NSCharacterSet.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[37/40] Compiling JBits BackgroundFilledButton.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[38/40] Compiling JBits ChevronHandle.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[39/40] Compiling JBits DividerView.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[40/40] Compiling JBits InsetLabel.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
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/32] Compiling JBits Collection.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[3/32] Compiling JBits Comparable.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[4/32] Compiling JBits Date.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[5/32] Compiling JBits Double.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[6/32] Compiling JBits NSCharacterSet.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[7/36] Compiling JBits TitleUnderImageButton.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[8/36] Compiling JBits Character+CGPath.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[9/36] Compiling JBits Font.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[10/36] Compiling JBits TopMostViewController.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[11/36] Compiling JBits BackgroundFilledButton.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[12/36] Compiling JBits ChevronHandle.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[13/36] Compiling JBits DividerView.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[14/36] Compiling JBits InsetLabel.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[15/36] Compiling JBits String.StringInterpolations.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[16/36] Compiling JBits String.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[17/36] Compiling JBits URL.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[18/36] Compiling JBits Similar.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[19/36] Compiling JBits UIView+Haptics.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[20/36] Compiling JBits UIView.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[21/36] Compiling JBits UIViewController.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[22/36] Compiling JBits resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[23/36] Compiling JBits UIApplicationDelegate.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[24/36] Compiling JBits UIColor.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[25/36] Compiling JBits UIDevice.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[26/36] Compiling JBits UIGestureRecognizer.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[27/36] Compiling JBits Log.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[28/36] Compiling JBits Misc.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[29/36] Compiling JBits PropertyList.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[30/36] Compiling JBits AnimatableView.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/36] Emitting module JBits
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[32/36] Compiling JBits AudioDelegate.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[33/36] Compiling JBits PersistentData.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[34/36] Compiling JBits Weak.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[35/36] Compiling JBits Array.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
[36/36] Compiling JBits Character.swift
/host/spi-builder-workspace/Sources/JBits/AVFoundation/AudioDelegate.swift:121:8: error: no such module 'AVFoundation'
119 |
120 | import Foundation
121 | import AVFoundation
| `- error: no such module 'AVFoundation'
122 |
123 | public protocol AudioDelegateAsset {
BUILD FAILURE 6.1 wasm