The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StrapiSwiftKit, reference v0.2.0 (4b5533), with Swift 6.3 for Wasm on 18 Apr 2026 18:53:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/ritesh-15/strapi-swift-kit.git
Reference: v0.2.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/ritesh-15/strapi-swift-kit
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 4b55338 Update README with badges and documentation enhancements (#17)
Cloned https://github.com/ritesh-15/strapi-swift-kit.git
Revision (git rev-parse @):
4b553380fd50b610a15b72106dbcbfc0810b19d7
SUCCESS checkout https://github.com/ritesh-15/strapi-swift-kit.git at v0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ritesh-15/strapi-swift-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/28] Emitting module StrapiSwiftKit
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[4/31] Compiling StrapiSwiftKit StrapiSortOrder.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[5/31] Compiling StrapiSwiftKit StrapiRepository.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[6/31] Compiling StrapiSwiftKit StrapiRequest.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[7/31] Compiling StrapiSwiftKit HTTPTransportProtocol.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[8/31] Compiling StrapiSwiftKit StrapiAuthProvider.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[9/31] Compiling StrapiSwiftKit StrapiClient.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[10/31] Compiling StrapiSwiftKit StrapiConfig.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[11/31] Compiling StrapiSwiftKit FilterBuilder.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[12/31] Compiling StrapiSwiftKit FilterEncoder.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[13/31] Compiling StrapiSwiftKit FilterNode.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[14/31] Compiling StrapiSwiftKit StrapiCreateRequest.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[15/31] Compiling StrapiSwiftKit StrapiErrorResponse.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[16/31] Compiling StrapiSwiftKit StrapiListResponse.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[17/31] Compiling StrapiSwiftKit StrapiSingleResponse.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[18/31] Compiling StrapiSwiftKit StrapiFilter.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[19/31] Compiling StrapiSwiftKit StrapiOperators.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[20/31] Compiling StrapiSwiftKit PopulateEncoder.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[21/31] Compiling StrapiSwiftKit StrapiEndpoint.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[22/31] Compiling StrapiSwiftKit StrapiError.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[23/31] Compiling StrapiSwiftKit URLSessionTransport.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[24/31] Compiling StrapiSwiftKit PaginationMeta.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[25/31] Compiling StrapiSwiftKit PopulateNode.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[26/31] Compiling StrapiSwiftKit PopulateQueryBuilder.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[27/31] Compiling StrapiSwiftKit StrapiQuery.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[28/31] Compiling StrapiSwiftKit JSONDecoder+Ext.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[29/31] Compiling StrapiSwiftKit DefaultStrapiLogger.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[30/31] Compiling StrapiSwiftKit StrapiLogLevels.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
[31/31] Compiling StrapiSwiftKit StrapiLoggerProtocol.swift
/host/spi-builder-workspace/Sources/StrapiSwiftKit/Logging/DefaultStrapiLogger.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 | public struct DefaultStrapiLogger: StrapiLoggerProtocol {
BUILD FAILURE 6.3 wasm