Build Information
Failed to build Airship, reference main (bfd4ce), with Swift 6.1 for Wasm on 1 May 2026 07:14:08 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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/urbanairship/ios-library.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/urbanairship/ios-library
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bfd4ce0 Release 20.7.0 (#3777)
Cloned https://github.com/urbanairship/ios-library.git
Revision (git rev-parse @):
bfd4ce0474bb5ea3e038c270fe35e899482f72bd
SUCCESS checkout https://github.com/urbanairship/ios-library.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/urbanairship/ios-library.git
https://github.com/urbanairship/ios-library.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
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.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/airship.jpg
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Airship/AirshipBasement/Tests/AirshipDateFormatterTest.swift
Building for debugging...
[0/82] Write sources
[5/82] Copying Info.plist
[5/82] Copying UrbanAirship.strings
[5/82] Copying UANotificationCategories.plist
[5/82] Copying Info.plist
[5/82] Copying PrivacyInfo.xcprivacy
[5/82] Write sources
[5/82] Copying Info.plist
[7/82] Copying UANativeBridge
[13/82] Write sources
[18/82] Copying Info.plist
[28/82] Write sources
[64/82] Copying UARemoteDataMappingV2toV4.xcmappingmodel
[64/82] Copying UARemoteDataMappingV1toV4.xcmappingmodel
[66/82] Copying UAInboxDataMappingV3toV4.xcmappingmodel
[67/82] Copying UAInboxDataMappingV1toV4.xcmappingmodel
[67/82] Copying UARemoteDataMappingV3toV4.xcmappingmodel
[68/82] Copying UAInboxDataMappingV2toV4.xcmappingmodel
[70/82] Copying AirshipDebugEventData.xcdatamodeld
[70/82] Copying TestAssets.xcassets
[70/82] Copying UAirshipCache.xcdatamodeld
[70/82] Copying UAMeteredUsage.xcdatamodeld
[70/82] Copying UAInbox.xcdatamodeld
[70/82] Copying UAEvents.xcdatamodeld
[70/82] Copying UAFrequencyLimits.xcdatamodeld
[70/82] Copying UARemoteData.xcdatamodeld
[78/82] Copying AirshipAutomation.xcdatamodeld
[78/82] Copying AirshipDebugPushData.xcdatamodeld
[80/82] Copying UAAutomation.xcdatamodeld
[81/82] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/96] Emitting module AirshipNotificationServiceExtension
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[84/96] Compiling AirshipBasement AirshipDateFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[85/96] Compiling AirshipNotificationServiceExtension AirshipExtensionConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[86/96] Compiling AirshipNotificationServiceExtension UANotificationServiceExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[87/96] Compiling AirshipNotificationServiceExtension AirshipNotificationMutationProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[88/96] Compiling AirshipBasement AirshipLogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/96] Emitting module AirshipBasement
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[90/96] Compiling AirshipBasement LogLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[91/96] Compiling AirshipBasement AirshipLogPrivacyLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[92/96] Compiling AirshipBasement AirshipLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[93/96] Compiling AirshipBasement DefaultLogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[94/96] Compiling AirshipNotificationServiceExtension AirshipExtensionLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[95/96] Compiling AirshipNotificationServiceExtension ChallengeResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[96/96] Compiling AirshipNotificationServiceExtension MediaAttachmentPayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/airship.jpg
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Airship/AirshipBasement/Tests/AirshipDateFormatterTest.swift
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling AirshipBasement LogLevel.swift
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[3/15] Compiling AirshipNotificationServiceExtension UANotificationServiceExtension.swift
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[4/15] Compiling AirshipBasement AirshipLogHandler.swift
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[5/15] Compiling AirshipBasement AirshipLogPrivacyLevel.swift
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[6/15] Compiling AirshipBasement DefaultLogHandler.swift
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/15] Emitting module AirshipBasement
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[8/15] Compiling AirshipNotificationServiceExtension ChallengeResolver.swift
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
[9/15] Compiling AirshipBasement AirshipDateFormatter.swift
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[10/15] Compiling AirshipBasement AirshipLogger.swift
/host/spi-builder-workspace/Airship/AirshipBasement/Source/AirshipLogPrivacyLevel.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log privacy level.
[11/15] Compiling AirshipNotificationServiceExtension MediaAttachmentPayload.swift
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/15] Emitting module AirshipNotificationServiceExtension
/host/spi-builder-workspace/AirshipExtensions/AirshipNotificationServiceExtension/Source/AirshipExtensionLogger.swift:4:8: error: no such module 'os'
2 |
3 | import Foundation
4 | import os
| `- error: no such module 'os'
5 |
6 | /// Represents the possible log levels.
BUILD FAILURE 6.1 wasm