The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Elapse, reference 1.1.0 (8584c7), with Swift 6.3 for Wasm on 11 Apr 2026 00:38:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yshrkt/Elapse.git
Reference: 1.1.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/yshrkt/Elapse
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 8584c70 Fixes podspec
Cloned https://github.com/yshrkt/Elapse.git
Revision (git rev-parse @):
8584c70cac421b946a6670489ca263d5ee27b118
SUCCESS checkout https://github.com/yshrkt/Elapse.git at 1.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yshrkt/Elapse.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/7] Emitting module Elapse
/host/spi-builder-workspace/Sources/Elapse.swift:91:5: warning: 'public' modifier is redundant for property declared in a public extension
 89 |
 90 | public extension Int {
 91 |     public var days: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 92 |         return Elapse.Metric.day.convert(Int64(self))
 93 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:95:5: warning: 'public' modifier is redundant for property declared in a public extension
 93 |     }
 94 |
 95 |     public var hours: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 96 |         return Elapse.Metric.hour.convert(Int64(self))
 97 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:99:5: warning: 'public' modifier is redundant for property declared in a public extension
 97 |     }
 98 |
 99 |     public var minutes: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
100 |         return Elapse.Metric.minute.convert(Int64(self))
101 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:103:5: warning: 'public' modifier is redundant for property declared in a public extension
101 |     }
102 |
103 |     public var seconds: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
104 |         return Elapse.Metric.second.convert(Int64(self))
105 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:107:5: warning: 'public' modifier is redundant for property declared in a public extension
105 |     }
106 |
107 |     public var milliseconds: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
108 |         return Elapse.Metric.millisecond.convert(Int64(self))
109 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:115:5: warning: 'public' modifier is redundant for instance method declared in a public extension
113 | public extension TimeInterval {
114 |
115 |     public func components(of units: Elapse.Units,
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
116 |                            roundingMode: Elapse.RoundingMode = .floor) -> Elapse.Components {
117 |         let time = { (time: TimeInterval) -> TimeInterval in
[4/7] Compiling Elapse Elapse.swift
/host/spi-builder-workspace/Sources/Elapse.swift:91:5: warning: 'public' modifier is redundant for property declared in a public extension
 89 |
 90 | public extension Int {
 91 |     public var days: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 92 |         return Elapse.Metric.day.convert(Int64(self))
 93 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:95:5: warning: 'public' modifier is redundant for property declared in a public extension
 93 |     }
 94 |
 95 |     public var hours: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 96 |         return Elapse.Metric.hour.convert(Int64(self))
 97 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:99:5: warning: 'public' modifier is redundant for property declared in a public extension
 97 |     }
 98 |
 99 |     public var minutes: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
100 |         return Elapse.Metric.minute.convert(Int64(self))
101 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:103:5: warning: 'public' modifier is redundant for property declared in a public extension
101 |     }
102 |
103 |     public var seconds: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
104 |         return Elapse.Metric.second.convert(Int64(self))
105 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:107:5: warning: 'public' modifier is redundant for property declared in a public extension
105 |     }
106 |
107 |     public var milliseconds: TimeInterval {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
108 |         return Elapse.Metric.millisecond.convert(Int64(self))
109 |     }
/host/spi-builder-workspace/Sources/Elapse.swift:115:5: warning: 'public' modifier is redundant for instance method declared in a public extension
113 | public extension TimeInterval {
114 |
115 |     public func components(of units: Elapse.Units,
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
116 |                            roundingMode: Elapse.RoundingMode = .floor) -> Elapse.Components {
117 |         let time = { (time: TimeInterval) -> TimeInterval in
[5/8] Wrapping AST for Elapse for debugging
[6/8] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasip1'
[7/8] Linking libElapse.wasm
BUILD FAILURE 6.3 wasm