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 Mechanica, reference master (076c43), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 13:59:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alemar11/Mechanica.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/alemar11/Mechanica
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 076c436 Bump cocoapods-downloader from 1.1.3 to 1.6.3 (#72)
Cloned https://github.com/alemar11/Mechanica.git
Revision (git rev-parse @):
076c436ae3ec24af1861b656c0f660d1ca65426f
SUCCESS checkout https://github.com/alemar11/Mechanica.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alemar11/Mechanica.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/BundleInfoTests.swift': File not found.
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/33] Compiling Mechanica Character+Utils.swift
[4/33] Compiling Mechanica Collection+Utils.swift
[5/33] Compiling Mechanica Dictionary+Utils.swift
[6/33] Compiling Mechanica FixedWidthInteger+Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/37] Emitting module Mechanica
/host/spi-builder-workspace/Sources/Foundation/Stat+Utils.swift:14:18: error: cannot find type 'stat' in scope
 12 | ///
 13 | /// The structure of the data returned by the functions `fstat()`, `lstat()`, and `stat()`.
 14 | typealias Stat = stat
    |                  `- error: cannot find type 'stat' in scope
 15 |
 16 | extension Stat {
[8/37] Compiling Mechanica NSMutableAttributedString+Utils.swift
[9/37] Compiling Mechanica NSObjectProtocol+Utils.swift
[10/37] Compiling Mechanica NSPredicate+Utils.swift
[11/37] Compiling Mechanica ProcessInfo+Utils.swift
[12/37] Compiling Mechanica Stat+Utils.swift
/host/spi-builder-workspace/Sources/Foundation/Stat+Utils.swift:14:18: error: cannot find type 'stat' in scope
 12 | ///
 13 | /// The structure of the data returned by the functions `fstat()`, `lstat()`, and `stat()`.
 14 | typealias Stat = stat
    |                  `- error: cannot find type 'stat' in scope
 15 |
 16 | extension Stat {
[13/37] Compiling Mechanica String+FoundationUtils.swift
/host/spi-builder-workspace/Sources/Foundation/Stat+Utils.swift:14:18: error: cannot find type 'stat' in scope
 12 | ///
 13 | /// The structure of the data returned by the functions `fstat()`, `lstat()`, and `stat()`.
 14 | typealias Stat = stat
    |                  `- error: cannot find type 'stat' in scope
 15 |
 16 | extension Stat {
[14/37] Compiling Mechanica URL+Utils.swift
/host/spi-builder-workspace/Sources/Foundation/Stat+Utils.swift:14:18: error: cannot find type 'stat' in scope
 12 | ///
 13 | /// The structure of the data returned by the functions `fstat()`, `lstat()`, and `stat()`.
 14 | typealias Stat = stat
    |                  `- error: cannot find type 'stat' in scope
 15 |
 16 | extension Stat {
[15/37] Compiling Mechanica URLRequest+Utils.swift
/host/spi-builder-workspace/Sources/Foundation/Stat+Utils.swift:14:18: error: cannot find type 'stat' in scope
 12 | ///
 13 | /// The structure of the data returned by the functions `fstat()`, `lstat()`, and `stat()`.
 14 | typealias Stat = stat
    |                  `- error: cannot find type 'stat' in scope
 15 |
 16 | extension Stat {
[16/37] Compiling Mechanica FloatingPoint+Utils.swift
/host/spi-builder-workspace/Sources/StandardLibrary/Optional+Utils.swift:92:18: error: value of type 'String' has no member 'isBlank'
90 |   /// Returns true if `self` is nil or blank (a string that is either empty or contains only space/newline characters).
91 |   var isNilOrBlank: Bool {
92 |     return self?.isBlank ?? true
   |                  `- error: value of type 'String' has no member 'isBlank'
93 |   }
94 | }
[17/37] Compiling Mechanica Operators.swift
/host/spi-builder-workspace/Sources/StandardLibrary/Optional+Utils.swift:92:18: error: value of type 'String' has no member 'isBlank'
90 |   /// Returns true if `self` is nil or blank (a string that is either empty or contains only space/newline characters).
91 |   var isNilOrBlank: Bool {
92 |     return self?.isBlank ?? true
   |                  `- error: value of type 'String' has no member 'isBlank'
93 |   }
94 | }
[18/37] Compiling Mechanica Optional+Utils.swift
/host/spi-builder-workspace/Sources/StandardLibrary/Optional+Utils.swift:92:18: error: value of type 'String' has no member 'isBlank'
90 |   /// Returns true if `self` is nil or blank (a string that is either empty or contains only space/newline characters).
91 |   var isNilOrBlank: Bool {
92 |     return self?.isBlank ?? true
   |                  `- error: value of type 'String' has no member 'isBlank'
93 |   }
94 | }
[19/37] Compiling Mechanica RangeReplaceableCollection+Utils.swift
/host/spi-builder-workspace/Sources/StandardLibrary/Optional+Utils.swift:92:18: error: value of type 'String' has no member 'isBlank'
90 |   /// Returns true if `self` is nil or blank (a string that is either empty or contains only space/newline characters).
91 |   var isNilOrBlank: Bool {
92 |     return self?.isBlank ?? true
   |                  `- error: value of type 'String' has no member 'isBlank'
93 |   }
94 | }
[20/37] Compiling Mechanica Bundle+Info.swift
[21/37] Compiling Mechanica Calendar+Utils.swift
[22/37] Compiling Mechanica Data+Utils.swift
[23/37] Compiling Mechanica Date+Utils.swift
[24/37] Compiling Mechanica Dictionary+FoundationUtils.swift
[25/37] Compiling Mechanica UserDefaults+Utils.swift
[26/37] Compiling Mechanica BinaryFloatingPoint+Utils.swift
[27/37] Compiling Mechanica BinaryInteger+Utils.swift
[28/37] Compiling Mechanica Bool+Utils.swift
[29/37] Compiling Mechanica DispatchQueue+Utils.swift
[30/37] Compiling Mechanica FileManager+Utils.swift
[31/37] Compiling Mechanica FoundationUtils.swift
[32/37] Compiling Mechanica Locale.swift
[33/37] Compiling Mechanica NSAttributedString+Utils.swift
[34/37] Compiling Mechanica Sequence+Utils.swift
[35/37] Compiling Mechanica SignedInteger.swift
[36/37] Compiling Mechanica String+Utils.swift
[37/37] Compiling Mechanica Unicode+Utils.swift
BUILD FAILURE 6.2 wasm