The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Blend, reference main (274282), with Swift 6.1 for Wasm on 14 Sep 2025 23:02:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/convenience-init/Blend.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/convenience-init/Blend
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 274282b docs: remove emojis from feature list in README.md for consistency
Cloned https://github.com/convenience-init/Blend.git
Revision (git rev-parse @):
274282b07482690b719153b14db010ec416e15ef
SUCCESS checkout https://github.com/convenience-init/Blend.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/convenience-init/Blend.git
https://github.com/convenience-init/Blend.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "Blend",
  "name" : "Blend",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Blend",
      "targets" : [
        "Blend"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "BlendTests",
      "module_type" : "SwiftTarget",
      "name" : "BlendTests",
      "path" : "Tests/BlendTests",
      "sources" : [
        "Core/Networking/AdvancedNetworkManagerCacheTests.swift",
        "Core/Networking/AdvancedNetworkManagerCachingTests.swift",
        "Core/Networking/AdvancedNetworkManagerCoreTests.swift",
        "Core/Networking/AdvancedNetworkManagerDeduplicationTests.swift",
        "Core/Networking/AdvancedNetworkManagerRetryTests.swift",
        "Core/Networking/MockURLSessionErrorPrecedenceTests.swift",
        "Core/Networking/MockURLSessionErrorTests.swift",
        "Core/Networking/MockURLSessionHeaderResolutionTests.swift",
        "Core/Networking/MockURLSessionTests.swift",
        "Core/Protocols/AsyncRequestableProtocolTests.swift",
        "Image/Cache/CacheActorTests.swift",
        "Image/Service/ImageServiceBasicTests.swift",
        "Image/Service/ImageServiceCachingTests.swift",
        "Image/Service/ImageServiceEdgeCaseTests.swift",
        "Image/Service/ImageServiceErrorTests.swift",
        "Image/Service/ImageServiceLRUCacheTests.swift",
        "Image/Service/ImageServicePerformanceTests.swift",
        "Image/Service/ImageServiceTests.swift",
        "Image/Service/ImageServiceUploadTests.swift",
        "Infrastructure/PlatformAbstractionTests.swift",
        "Mocks/MockNetworking.swift",
        "Mocks/TestHelpers.swift",
        "SwiftUIUploadTestHelpers.swift",
        "UI/SwiftUIBasicLoadingTests.swift",
        "UI/SwiftUIConcurrentLoadingTests.swift",
        "UI/SwiftUIIntegrationTests.swift",
        "UI/SwiftUIUploadBasicTests.swift",
        "UI/SwiftUIUploadErrorTests.swift",
        "UI/SwiftUIUploadRetryTests.swift"
      ],
      "target_dependencies" : [
        "Blend"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blend",
      "module_type" : "SwiftTarget",
      "name" : "Blend",
      "path" : "Sources/Blend",
      "product_memberships" : [
        "Blend"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Blend/Infrastructure/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Core/Errors/AuthErrorMessages.swift",
        "Core/Errors/DataProcessingErrorMessages.swift",
        "Core/Errors/HTTPErrorMessages.swift",
        "Core/Errors/NetworkConnectivityErrorMessages.swift",
        "Core/Errors/NetworkError+Comparison.swift",
        "Core/Errors/NetworkError+Equatable.swift",
        "Core/Errors/NetworkError+Helpers.swift",
        "Core/Errors/NetworkError+LocalizedError.swift",
        "Core/Errors/NetworkError+Wrapping.swift",
        "Core/Errors/NetworkError.swift",
        "Core/Errors/NetworkErrorMessages.swift",
        "Core/Errors/NetworkErrorRecovery.swift",
        "Core/Errors/TestErrorMessages.swift",
        "Core/Networking/AdvancedNetworkManager.swift",
        "Core/Networking/NetworkUtilities.swift",
        "Core/Networking/RequestMethod.swift",
        "Core/Networking/RequestUtilities.swift",
        "Core/Networking/TransportCustomErrorMessages.swift",
        "Core/Networking/TransportErrorDescriptions.swift",
        "Core/Protocols/AdvancedAsyncRequestable.swift",
        "Core/Protocols/AsyncRequestable.swift",
        "Core/Protocols/Endpoint.swift",
        "Core/Protocols/NetworkProtocols.swift",
        "Core/Utilities/TestClock.swift",
        "Image/Cache/Cache.swift",
        "Image/Cache/CacheActor.swift",
        "Image/Operations/MIMETypeDetector.swift",
        "Image/Operations/MultipartBuilder.swift",
        "Image/Platform/NSImage+DataRepresentation.swift",
        "Image/Service/ImageService+CacheManagement.swift",
        "Image/Service/ImageService+Fetching.swift",
        "Image/Service/ImageService+Helpers.swift",
        "Image/Service/ImageService+JSONEncoding.swift",
        "Image/Service/ImageService+SwiftUI.swift",
        "Image/Service/ImageService+Upload.swift",
        "Image/Service/ImageService.swift",
        "Infrastructure/Cache/DefaultNetworkCache.swift",
        "Infrastructure/Configuration/BlendConfig.swift",
        "Infrastructure/Configuration/RetryPolicy.swift",
        "Infrastructure/Utilities/RequestInterceptor.swift",
        "UI/SwiftUI/SwiftUIExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/4] Write sources
[1/4] Copying Localizable.strings
[1/4] Copying Info.plist
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/42] Emitting module Blend
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[6/47] Compiling Blend MultipartBuilder.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[7/47] Compiling Blend NSImage+DataRepresentation.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[8/47] Compiling Blend ImageService+CacheManagement.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[9/47] Compiling Blend ImageService+Fetching.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[10/47] Compiling Blend ImageService+Helpers.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[11/47] Compiling Blend BlendConfig.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[12/47] Compiling Blend RetryPolicy.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[13/47] Compiling Blend RequestInterceptor.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[14/47] Compiling Blend SwiftUIExtensions.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[15/47] Compiling Blend resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[16/47] Compiling Blend AuthErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[17/47] Compiling Blend DataProcessingErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[18/47] Compiling Blend HTTPErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[19/47] Compiling Blend NetworkConnectivityErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[20/47] Compiling Blend NetworkError+Comparison.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[21/47] Compiling Blend NetworkError+Equatable.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[22/47] Compiling Blend ImageService+JSONEncoding.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[23/47] Compiling Blend ImageService+SwiftUI.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[24/47] Compiling Blend ImageService+Upload.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[25/47] Compiling Blend ImageService.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[26/47] Compiling Blend DefaultNetworkCache.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[27/47] Compiling Blend NetworkProtocols.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[28/47] Compiling Blend TestClock.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[29/47] Compiling Blend Cache.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[30/47] Compiling Blend CacheActor.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[31/47] Compiling Blend MIMETypeDetector.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[32/47] Compiling Blend TestErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[33/47] Compiling Blend AdvancedNetworkManager.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[34/47] Compiling Blend NetworkUtilities.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[35/47] Compiling Blend RequestMethod.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[36/47] Compiling Blend RequestUtilities.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[37/47] Compiling Blend NetworkError+Helpers.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[38/47] Compiling Blend NetworkError+LocalizedError.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[39/47] Compiling Blend NetworkError+Wrapping.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[40/47] Compiling Blend NetworkError.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[41/47] Compiling Blend NetworkErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[42/47] Compiling Blend NetworkErrorRecovery.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[43/47] Compiling Blend TransportCustomErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[44/47] Compiling Blend TransportErrorDescriptions.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[45/47] Compiling Blend AdvancedAsyncRequestable.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[46/47] Compiling Blend AsyncRequestable.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[47/47] Compiling Blend Endpoint.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/39] Emitting module Blend
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[3/44] Compiling Blend NetworkError+Helpers.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[4/44] Compiling Blend NetworkError+LocalizedError.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[5/44] Compiling Blend NetworkError+Wrapping.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[6/44] Compiling Blend NetworkError.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[7/44] Compiling Blend NetworkErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[8/44] Compiling Blend NetworkErrorRecovery.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[9/44] Compiling Blend TestErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[10/44] Compiling Blend AdvancedNetworkManager.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[11/44] Compiling Blend NetworkUtilities.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[12/44] Compiling Blend RequestMethod.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[13/44] Compiling Blend RequestUtilities.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[14/44] Compiling Blend AuthErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[15/44] Compiling Blend DataProcessingErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[16/44] Compiling Blend HTTPErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[17/44] Compiling Blend NetworkConnectivityErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[18/44] Compiling Blend NetworkError+Comparison.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[19/44] Compiling Blend NetworkError+Equatable.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[20/44] Compiling Blend TransportCustomErrorMessages.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[21/44] Compiling Blend TransportErrorDescriptions.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[22/44] Compiling Blend AdvancedAsyncRequestable.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[23/44] Compiling Blend AsyncRequestable.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[24/44] Compiling Blend Endpoint.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[25/44] Compiling Blend ImageService+JSONEncoding.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[26/44] Compiling Blend ImageService+SwiftUI.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[27/44] Compiling Blend ImageService+Upload.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[28/44] Compiling Blend ImageService.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[29/44] Compiling Blend DefaultNetworkCache.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[30/44] Compiling Blend MultipartBuilder.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[31/44] Compiling Blend NSImage+DataRepresentation.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[32/44] Compiling Blend ImageService+CacheManagement.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[33/44] Compiling Blend ImageService+Fetching.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[34/44] Compiling Blend ImageService+Helpers.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[35/44] Compiling Blend NetworkProtocols.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[36/44] Compiling Blend TestClock.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[37/44] Compiling Blend Cache.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[38/44] Compiling Blend CacheActor.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[39/44] Compiling Blend MIMETypeDetector.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[40/44] Compiling Blend BlendConfig.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[41/44] Compiling Blend RetryPolicy.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[42/44] Compiling Blend RequestInterceptor.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[43/44] Compiling Blend SwiftUIExtensions.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
[44/44] Compiling Blend resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Blend/Core/Networking/AdvancedNetworkManager.swift:2:8: error: no such module 'os'
  1 | import Foundation
  2 | import os
    |        `- error: no such module 'os'
  3 |
  4 | #if canImport(OSLog)
BUILD FAILURE 6.1 wasm