The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Macro, reference 1.0.52 (811229), with Swift 6.3 for Wasm on 30 Apr 2026 12:50:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Macro-swift/Macro.git
Reference: 1.0.52
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/Macro-swift/Macro
 * tag               1.0.52     -> FETCH_HEAD
HEAD is now at 8112290 Merge branch 'develop'
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
811229004375afa1684b66ea599c12de30a92e11
SUCCESS checkout https://github.com/Macro-swift/Macro.git at 1.0.52
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Macro-swift/Macro.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1820] Fetching swift-atomics
[1821/85031] Fetching swift-atomics, swift-nio
Fetching https://github.com/apple/swift-log.git
[7646/91833] Fetching swift-atomics, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
[29280/85031] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (11.43s)
Fetched https://github.com/apple/swift-nio.git from cache (11.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (14.78s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/23810] Fetching swift-collections
[716/29411] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
[4048/23810] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.00s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/40] Write sources
[23/40] Compiling CNIOWindows WSAStartup.c
[24/40] Compiling CNIOWindows shim.c
[25/40] Compiling CNIOWASI CNIOWASI.c
[26/40] Compiling CNIOPosix event_loop_id.c
[27/40] Compiling _AtomicsShims.c
[28/40] Compiling CNIOOpenBSD shim.c
[28/40] Compiling CNIOLinux shim.c
[30/40] Compiling CNIOLinux liburing_shims.c
[31/40] Compiling CNIODarwin shim.c
[32/40] Write sources
[33/40] Compiling CNIOSHA1 c_nio_sha1.c
[34/40] Compiling CNIOLLHTTP c_nio_http.c
[35/40] Write swift-version-24593BA9C3E375BF.txt
[36/40] Compiling CNIOLLHTTP c_nio_api.c
[38/84] Emitting module Logging
[39/84] Emitting module InternalCollectionsUtilities
[39/86] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/104] Compiling c-nioatomics.c
[41/104] Compiling c-atomics.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/111] Emitting module xsys
/host/spi-builder-workspace/Sources/xsys/misc.swift:65:30: error: module 'WASILibc' has no member named 'SIGTERM'
 63 |
 64 |   // signals (limited on WASI)
 65 |   public let SIGTERM       = WASILibc.SIGTERM
    |                              `- error: module 'WASILibc' has no member named 'SIGTERM'
 66 |   public let SIGINT        = WASILibc.SIGINT
 67 |
/host/spi-builder-workspace/Sources/xsys/misc.swift:66:30: error: module 'WASILibc' has no member named 'SIGINT'
 64 |   // signals (limited on WASI)
 65 |   public let SIGTERM       = WASILibc.SIGTERM
 66 |   public let SIGINT        = WASILibc.SIGINT
    |                              `- error: module 'WASILibc' has no member named 'SIGINT'
 67 |
 68 |   // stdio
/host/spi-builder-workspace/Sources/xsys/timespec.swift:23:21: error: cannot find 'CLOCK_MONOTONIC' in scope
 21 |     static func monotonic() -> timespec {
 22 |       var ts = timespec()
 23 |       clock_gettime(CLOCK_MONOTONIC, &ts)
    |                     `- error: cannot find 'CLOCK_MONOTONIC' in scope
 24 |       return ts
 25 |     }
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/__header_time.h:18:9: note: macro 'CLOCK_MONOTONIC' unavailable: structure not supported
16 |
17 | extern const struct __clockid _CLOCK_MONOTONIC;
18 | #define CLOCK_MONOTONIC (&_CLOCK_MONOTONIC)
   |         `- note: macro 'CLOCK_MONOTONIC' unavailable: structure not supported
19 | extern const struct __clockid _CLOCK_REALTIME;
20 | #define CLOCK_REALTIME (&_CLOCK_REALTIME)
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:70:12: error: cannot assign value of type 'Int' to type 'Int64'
 68 |   public init(seconds: Int, milliseconds: Int = 0) {
 69 |     assert(milliseconds == 0) // just print a warning, the user should know
 70 |     self = seconds
    |            `- error: cannot assign value of type 'Int' to type 'Int64'
 71 |   }
 72 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:73:53: error: cannot convert return expression of type 'Int64' to return type 'Int'
 71 |   }
 72 |
 73 |   @inlinable public var seconds      : Int { return self }
    |                                                     `- error: cannot convert return expression of type 'Int64' to return type 'Int'
 74 |   @inlinable public var milliseconds : Int { return self * 1000 }
 75 | }
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:74:58: error: cannot convert return expression of type 'Int64' to return type 'Int'
 72 |
 73 |   @inlinable public var seconds      : Int { return self }
 74 |   @inlinable public var milliseconds : Int { return self * 1000 }
    |                                                          `- error: cannot convert return expression of type 'Int64' to return type 'Int'
 75 | }
 76 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:89:18: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
 87 |   public init(_ ts: timespec) {
 88 |     self.init()
 89 |     tv_sec  = ts.seconds
    |                  `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
 90 | #if os(Linux) || os(Android) || os(WASI)
 91 |     tv_usec = ts.tv_nsec / 1000
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:91:26: error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
 89 |     tv_sec  = ts.seconds
 90 | #if os(Linux) || os(Android) || os(WASI)
 91 |     tv_usec = ts.tv_nsec / 1000
    |                          `- error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
 92 | #else
 93 |     tv_usec = Int32(ts.tv_nsec / 1000)
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:100:23: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
 98 |   public init(seconds: Int, milliseconds: Int = 0) {
 99 |     self.init()
100 |     tv_sec  = seconds + (milliseconds / 1000)
    |                       `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
101 | #if os(Linux) || os(Android) || os(WASI)
102 |     tv_usec = (milliseconds % 1000) * 1000
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:102:37: error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
100 |     tv_sec  = seconds + (milliseconds / 1000)
101 | #if os(Linux) || os(Android) || os(WASI)
102 |     tv_usec = (milliseconds % 1000) * 1000
    |                                     `- error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
103 | #else
104 |     tv_usec = Int32(milliseconds % 1000) * 1000
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:116:13: error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
114 |   @inlinable
115 |   public var milliseconds : Int {
116 |     return (tv_sec * 1000) + (Int(tv_usec) / 1000)
    |             `- error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
117 |   }
118 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:129:18: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
127 |   public init(_ tv: timeval) {
128 |     self.init()
129 |     tv_sec  = tv.seconds
    |                  `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
130 |     tv_nsec = Int(tv.tv_usec) * 1000
131 |   }
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:136:23: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
134 |   public init(seconds: Int, milliseconds: Int = 0) {
135 |     self.init()
136 |     tv_sec  = seconds + (milliseconds / 1000)
    |                       `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
137 |     tv_nsec = (milliseconds % 1000) * 1000000
138 |   }
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:143:12: error: cannot convert return expression of type 'time_t' (aka 'Int64') to return type 'Int'
141 |   public var seconds : Int {
142 |     // TBD: rounding on tv_nsec?
143 |     return tv_sec
    |            `- error: cannot convert return expression of type 'time_t' (aka 'Int64') to return type 'Int'
144 |   }
145 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:148:13: error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
146 |   @inlinable
147 |   public var milliseconds : Int {
148 |     return (tv_sec * 1000) + (tv_nsec / 1000000)
    |             `- error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
149 |   }
150 |
[44/112] Compiling Atomics AtomicInteger.swift
[45/112] Compiling Atomics AtomicOptionalWrappable.swift
[46/112] Compiling Atomics AtomicReference.swift
[47/112] Compiling Atomics ManagedAtomic.swift
[48/112] Compiling Atomics ManagedAtomicLazyReference.swift
[49/114] Compiling Atomics AtomicValue.swift
[51/114] Compiling Atomics OptionalRawRepresentable.swift
[52/114] Compiling Atomics RawRepresentable.swift
[53/114] Compiling Atomics AtomicBool.swift
[54/114] Compiling Atomics AtomicStorage.swift
[56/114] Compiling Atomics AtomicMemoryOrderings.swift
[57/114] Compiling Atomics DoubleWord.swift
[58/114] Compiling Atomics UnsafeAtomic.swift
[59/114] Compiling Atomics UnsafeAtomicLazyReference.swift
[62/114] Compiling Atomics PointerConformances.swift
[63/114] Compiling Atomics Primitives.native.swift
[67/114] Compiling Atomics IntegerConformances.swift
[70/114] Compiling Logging LogEvent.swift
[71/114] Compiling Atomics IntegerOperations.swift
[72/114] Compiling Atomics Unmanaged extensions.swift
[76/115] Compiling _NIOBase64 Base64.swift
[77/115] Emitting module _NIOBase64
[78/116] Compiling _NIODataStructures _TinyArray.swift
[79/116] Compiling _NIODataStructures PriorityQueue.swift
[81/117] Emitting module NIOConcurrencyHelpers
[82/117] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/149] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[84/149] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[85/149] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[86/149] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[87/149] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[88/149] Compiling ContainersPreview RandomAccessContainer.swift
[89/149] Compiling ContainersPreview RangeExpression2.swift
[90/149] Compiling ContainersPreview RangeReplaceableContainer.swift
[91/149] Compiling ContainersPreview Drain+Map.swift
[92/149] Compiling ContainersPreview Drain+Reduce.swift
[93/149] Compiling ContainersPreview Drain.swift
[94/149] Compiling ContainersPreview Producer+Collect.swift
[95/149] Compiling ContainersPreview Producer+Filter.swift
[96/153] Compiling ContainersPreview Producer+Map.swift
[97/153] Compiling ContainersPreview Producer+Reduce.swift
[98/153] Compiling ContainersPreview Producer.swift
[99/153] Compiling ContainersPreview Borrow.swift
[100/153] Compiling ContainersPreview DynamicContainer.swift
[101/153] Compiling ContainersPreview MutableContainer.swift
[102/153] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[103/153] Compiling ContainersPreview BorrowingSequence.swift
[104/153] Compiling ContainersPreview BidirectionalContainer.swift
[105/153] Compiling ContainersPreview Container+Filter.swift
[106/153] Compiling ContainersPreview Container+SpanwiseZip.swift
[107/153] Compiling ContainersPreview Container.swift
[108/153] Compiling ContainersPreview ContainerIterator.swift
[111/153] Compiling ContainersPreview PermutableContainer.swift
[112/153] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[113/153] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[114/153] Compiling xsys timespec.swift
/host/spi-builder-workspace/Sources/xsys/timespec.swift:23:21: error: cannot find 'CLOCK_MONOTONIC' in scope
 21 |     static func monotonic() -> timespec {
 22 |       var ts = timespec()
 23 |       clock_gettime(CLOCK_MONOTONIC, &ts)
    |                     `- error: cannot find 'CLOCK_MONOTONIC' in scope
 24 |       return ts
 25 |     }
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/__header_time.h:18:9: note: macro 'CLOCK_MONOTONIC' unavailable: structure not supported
16 |
17 | extern const struct __clockid _CLOCK_MONOTONIC;
18 | #define CLOCK_MONOTONIC (&_CLOCK_MONOTONIC)
   |         `- note: macro 'CLOCK_MONOTONIC' unavailable: structure not supported
19 | extern const struct __clockid _CLOCK_REALTIME;
20 | #define CLOCK_REALTIME (&_CLOCK_REALTIME)
[117/153] Compiling NIOConcurrencyHelpers lock.swift
[118/153] Compiling NIOConcurrencyHelpers NIOLock.swift
[119/153] Compiling ContainersPreview OutputSpan+Extras.swift
[120/153] Compiling ContainersPreview TemporaryAllocation.swift
/host/spi-builder-workspace/Sources/xsys/misc.swift:65:30: error: module 'WASILibc' has no member named 'SIGTERM'
 63 |
 64 |   // signals (limited on WASI)
 65 |   public let SIGTERM       = WASILibc.SIGTERM
    |                              `- error: module 'WASILibc' has no member named 'SIGTERM'
 66 |   public let SIGINT        = WASILibc.SIGINT
 67 |
/host/spi-builder-workspace/Sources/xsys/misc.swift:66:30: error: module 'WASILibc' has no member named 'SIGINT'
 64 |   // signals (limited on WASI)
 65 |   public let SIGTERM       = WASILibc.SIGTERM
 66 |   public let SIGINT        = WASILibc.SIGINT
    |                              `- error: module 'WASILibc' has no member named 'SIGINT'
 67 |
 68 |   // stdio
/host/spi-builder-workspace/Sources/xsys/misc.swift:65:30: error: module 'WASILibc' has no member named 'SIGTERM'
 63 |
 64 |   // signals (limited on WASI)
 65 |   public let SIGTERM       = WASILibc.SIGTERM
    |                              `- error: module 'WASILibc' has no member named 'SIGTERM'
 66 |   public let SIGINT        = WASILibc.SIGINT
 67 |
/host/spi-builder-workspace/Sources/xsys/misc.swift:66:30: error: module 'WASILibc' has no member named 'SIGINT'
 64 |   // signals (limited on WASI)
 65 |   public let SIGTERM       = WASILibc.SIGTERM
 66 |   public let SIGINT        = WASILibc.SIGINT
    |                              `- error: module 'WASILibc' has no member named 'SIGINT'
 67 |
 68 |   // stdio
[125/153] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[127/153] Emitting module Atomics
[128/153] Compiling Logging MetadataProvider.swift
[129/153] Compiling Logging Locks.swift
[130/153] Emitting module _NIODataStructures
[131/153] Compiling _NIODataStructures Heap.swift
[132/154] Emitting module ContainersPreview
[139/154] Compiling ContainersPreview Box.swift
[140/154] Compiling ContainersPreview Inout.swift
[141/154] Compiling ContainersPreview InputSpan.swift
[142/154] Compiling ContainersPreview Shared.swift
[143/155] Compiling NIOConcurrencyHelpers atomics.swift
[144/155] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[145/155] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[148/157] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:70:12: error: cannot assign value of type 'Int' to type 'Int64'
 68 |   public init(seconds: Int, milliseconds: Int = 0) {
 69 |     assert(milliseconds == 0) // just print a warning, the user should know
 70 |     self = seconds
    |            `- error: cannot assign value of type 'Int' to type 'Int64'
 71 |   }
 72 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:73:53: error: cannot convert return expression of type 'Int64' to return type 'Int'
 71 |   }
 72 |
 73 |   @inlinable public var seconds      : Int { return self }
    |                                                     `- error: cannot convert return expression of type 'Int64' to return type 'Int'
 74 |   @inlinable public var milliseconds : Int { return self * 1000 }
 75 | }
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:74:58: error: cannot convert return expression of type 'Int64' to return type 'Int'
 72 |
 73 |   @inlinable public var seconds      : Int { return self }
 74 |   @inlinable public var milliseconds : Int { return self * 1000 }
    |                                                          `- error: cannot convert return expression of type 'Int64' to return type 'Int'
 75 | }
 76 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:89:18: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
 87 |   public init(_ ts: timespec) {
 88 |     self.init()
 89 |     tv_sec  = ts.seconds
    |                  `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
 90 | #if os(Linux) || os(Android) || os(WASI)
 91 |     tv_usec = ts.tv_nsec / 1000
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:91:26: error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
 89 |     tv_sec  = ts.seconds
 90 | #if os(Linux) || os(Android) || os(WASI)
 91 |     tv_usec = ts.tv_nsec / 1000
    |                          `- error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
 92 | #else
 93 |     tv_usec = Int32(ts.tv_nsec / 1000)
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:100:23: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
 98 |   public init(seconds: Int, milliseconds: Int = 0) {
 99 |     self.init()
100 |     tv_sec  = seconds + (milliseconds / 1000)
    |                       `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
101 | #if os(Linux) || os(Android) || os(WASI)
102 |     tv_usec = (milliseconds % 1000) * 1000
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:102:37: error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
100 |     tv_sec  = seconds + (milliseconds / 1000)
101 | #if os(Linux) || os(Android) || os(WASI)
102 |     tv_usec = (milliseconds % 1000) * 1000
    |                                     `- error: cannot assign value of type 'Int' to type 'suseconds_t' (aka 'Int64')
103 | #else
104 |     tv_usec = Int32(milliseconds % 1000) * 1000
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:116:13: error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
114 |   @inlinable
115 |   public var milliseconds : Int {
116 |     return (tv_sec * 1000) + (Int(tv_usec) / 1000)
    |             `- error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
117 |   }
118 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:129:18: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
127 |   public init(_ tv: timeval) {
128 |     self.init()
129 |     tv_sec  = tv.seconds
    |                  `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
130 |     tv_nsec = Int(tv.tv_usec) * 1000
131 |   }
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:136:23: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
134 |   public init(seconds: Int, milliseconds: Int = 0) {
135 |     self.init()
136 |     tv_sec  = seconds + (milliseconds / 1000)
    |                       `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
137 |     tv_nsec = (milliseconds % 1000) * 1000000
138 |   }
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:143:12: error: cannot convert return expression of type 'time_t' (aka 'Int64') to return type 'Int'
141 |   public var seconds : Int {
142 |     // TBD: rounding on tv_nsec?
143 |     return tv_sec
    |            `- error: cannot convert return expression of type 'time_t' (aka 'Int64') to return type 'Int'
144 |   }
145 |
/host/spi-builder-workspace/Sources/xsys/timeval_any.swift:148:13: error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
146 |   @inlinable
147 |   public var milliseconds : Int {
148 |     return (tv_sec * 1000) + (tv_nsec / 1000000)
    |             `- error: cannot convert value of type 'time_t' (aka 'Int64') to expected argument type 'Int'
149 |   }
150 |
[149/157] Compiling Logging LogHandler.swift
[150/157] Compiling Logging Logging.swift
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
BUILD FAILURE 6.3 wasm