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 mvt-tools, reference main (f04e12), with Swift 6.2 (beta) for Wasm on 2 Aug 2025 13:01:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/mvt-tools.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/Outdooractive/mvt-tools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f04e12e Documentation update
Cloned https://github.com/Outdooractive/mvt-tools.git
Revision (git rev-parse @):
f04e12e7e1f9faf5c4e869b47550f9e03fdf2fc7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-tools.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Outdooractive/mvt-tools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/1024jp/GzipSwift.git
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/Outdooractive/gis-tools
Fetching https://github.com/apple/swift-log.git
[1/1557] Fetching gzipswift
[1496/5437] Fetching gzipswift, swift-log
[4158/8532] Fetching gzipswift, swift-log, gis-tools
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
Fetched https://github.com/Outdooractive/gis-tools from cache (0.72s)
[1/15602] Fetching swift-argument-parser
[15603/55530] Fetching swift-argument-parser, swift-protobuf
Fetched https://github.com/apple/swift-argument-parser from cache (1.46s)
[4393/39928] Fetching swift-protobuf
Fetched https://github.com/1024jp/GzipSwift.git from cache (10.58s)
Fetched https://github.com/apple/swift-protobuf from cache (10.72s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.30.0 (11.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.67s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (3.73s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.13.2 (0.61s)
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 5.2.0
Creating working copy for https://github.com/Outdooractive/gis-tools
Working copy of https://github.com/Outdooractive/gis-tools resolved at 1.13.2
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/24] Write sources
[7/24] Copying PrivacyInfo.xcprivacy
[7/24] Write sources
[12/24] Compiling system-zlib anchor.c
[13/24] Write swift-version-24593BA9C3E375BF.txt
[15/198] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/198] Emitting module GISTools
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/209] Emitting module Gzip
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:29:15: error: no such module 'Foundation'
 27 |  */
 28 |
 29 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
 30 |
 31 | #if os(Linux)
[18/209] Compiling Gzip Data+Gzip.swift
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:29:15: error: no such module 'Foundation'
 27 |  */
 28 |
 29 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
 30 |
 31 | #if os(Linux)
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift:16:8: error: no such module 'Foundation'
 14 | // -----------------------------------------------------------------------------
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | private func serializeAnyJSON(
[19/209] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[20/209] Compiling SwiftProtobuf ProtobufMap.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[21/209] Compiling SwiftProtobuf SelectiveVisitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[22/209] Compiling SwiftProtobuf SimpleExtensionMap.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[23/209] Compiling SwiftProtobuf StringUtils.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[24/209] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[25/209] Compiling SwiftProtobuf SwiftProtobufError.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[26/209] Compiling SwiftProtobuf TextFormatDecoder.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[27/209] Compiling SwiftProtobuf TextFormatDecodingError.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[28/209] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
[29/209] Compiling SwiftProtobuf TextFormatEncoder.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
 1 | #if !os(Linux)
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 | #endif
 4 | import Foundation
BUILD FAILURE 6.2 wasm