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 ASCollectionView, reference master (561ee7), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 19:56:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/apptekstudios/ASCollectionView.git
Reference: master
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/apptekstudios/ASCollectionView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 561ee73 Update README.md
Cloned https://github.com/apptekstudios/ASCollectionView.git
Revision (git rev-parse @):
561ee73a16508868f2448caba1da2d72dbf662b2
SUCCESS checkout https://github.com/apptekstudios/ASCollectionView.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apptekstudios/ASCollectionView.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/ra1028/DifferenceKit
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit from cache (0.61s)
Computing version for https://github.com/ra1028/DifferenceKit
Computed https://github.com/ra1028/DifferenceKit at 1.3.0 (0.99s)
Creating working copy for https://github.com/ra1028/DifferenceKit
Working copy of https://github.com/ra1028/DifferenceKit resolved at 1.3.0
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/19] Compiling DifferenceKit ContentEquatable.swift
[5/19] Compiling DifferenceKit ContentIdentifiable.swift
[6/20] Compiling DifferenceKit UIKitExtension.swift
[7/20] Compiling DifferenceKit AppKitExtension.swift
[8/20] Compiling DifferenceKit Algorithm.swift
[9/20] Compiling DifferenceKit AnyDifferentiable.swift
[10/20] Emitting module DifferenceKit
[11/20] Compiling DifferenceKit ArraySection.swift
[12/20] Compiling DifferenceKit Changeset.swift
[13/20] Compiling DifferenceKit Differentiable.swift
[14/20] Compiling DifferenceKit DifferentiableSection.swift
[15/20] Compiling DifferenceKit ElementPath.swift
[16/20] Compiling DifferenceKit StagedChangeset.swift
[17/21] Wrapping AST for DifferenceKit for debugging
[19/60] Compiling ASCollectionView ASSelfSizingSettings.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[20/60] Compiling ASCollectionView Binding+Sequence.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[21/60] Compiling ASCollectionView GlobalConvenienceFunctions.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[22/60] Compiling ASCollectionView RandomAccessCollection+Safe.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[23/60] Compiling ASCollectionView ShrinkToFitWrapper.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[24/65] Compiling ASCollectionView AS_UICollectionView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[25/65] Compiling ASCollectionView AS_UITableView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[26/65] Compiling ASCollectionView UICollectionView+Convenience.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[27/65] Compiling ASCollectionView UIScrollView+Convenience.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[28/65] Compiling ASCollectionView UIView+Convenience.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[29/65] Compiling ASCollectionView ASTableView+Initialisers.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[30/65] Compiling ASCollectionView ASTableView+Modifiers.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[31/65] Compiling ASCollectionView ASCollectionViewCell.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[32/65] Compiling ASCollectionView ASCollectionViewDecoration.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[33/65] Compiling ASCollectionView ASCollectionViewSupplementaryView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[34/65] Compiling ASCollectionView ASSupplementaryCellID.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[35/65] Compiling ASCollectionView ASCellContext.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[36/65] Compiling ASCollectionView ASCollectionView+Initialisers.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[37/65] Compiling ASCollectionView ASCollectionView+Modifiers.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[38/65] Compiling ASCollectionView ASDragDropConfig+Public.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[39/65] Compiling ASCollectionView ASSection+Initialisers.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[40/65] Compiling ASCollectionView ASSection+Modifiers.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/65] Emitting module ASCollectionView
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[42/65] Compiling ASCollectionView ASCollectionViewLayout.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[43/65] Compiling ASCollectionView ASWaterfallLayout.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[44/65] Compiling ASCollectionView ASIndexedDictionary.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[45/65] Compiling ASCollectionView ASOptionalSize.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[46/65] Compiling ASCollectionView ASPriorityCache.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[47/65] Compiling ASCollectionView ASDiffableDataSourceTableView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[48/65] Compiling ASCollectionView ASCollectionViewDelegate.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[49/65] Compiling ASCollectionView EnvironmentKeys.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[50/65] Compiling ASCollectionView SectionArrayBuilder.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[51/65] Compiling ASCollectionView ViewArrayBuilder.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[52/65] Compiling ASCollectionView ASCollectionView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[53/65] Compiling ASCollectionView ASHostingController.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[54/65] Compiling ASCollectionView ASSection.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[55/65] Compiling ASCollectionView ASSectionDataSource.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[56/65] Compiling ASCollectionView ASTableView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[57/65] Compiling ASCollectionView ASTableViewCell.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[58/65] Compiling ASCollectionView ASTableViewSupplementaryView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[59/65] Compiling ASCollectionView ASDragDropConfig.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[60/65] Compiling ASCollectionView ClosureTypeAliases.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[61/65] Compiling ASCollectionView ASDiffableDataSource.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
[62/65] Compiling ASCollectionView ASDiffableDataSourceCollectionView.swift
/host/spi-builder-workspace/Sources/ASCollectionView/ASCellContext.swift:3:8: error: no such module 'Foundation'
 1 | // ASCollectionView. Created by Apptek Studios 2019
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | /// The context passed to your dynamic section initialiser. Use this to change your view content depending on the context (eg. selected)
BUILD FAILURE 6.2 wasm