The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ScClient, reference master (e97629), with Swift 6.1 for Wasm on 27 May 2025 07:57:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sacOO7/socketcluster-client-swift.git
Reference: master
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/sacOO7/socketcluster-client-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e97629e [sachin][updated readme and podspec]
Cloned https://github.com/sacOO7/socketcluster-client-swift.git
Revision (git rev-parse @):
e97629e8cebfd7acf0b882856464a063327e4174
SUCCESS checkout https://github.com/sacOO7/socketcluster-client-swift.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sacOO7/socketcluster-client-swift.git
https://github.com/sacOO7/socketcluster-client-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "exact" : [
          "3.1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    },
    {
      "identity" : "handyjson",
      "requirement" : {
        "exact" : [
          "5.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alibaba/HandyJSON.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "2.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "8.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "ScClient",
  "name" : "ScClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ScClient",
      "targets" : [
        "ScClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Main",
      "targets" : [
        "Main"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Unit",
      "module_type" : "SwiftTarget",
      "name" : "Unit",
      "path" : "Tests/Unit",
      "sources" : [
        "ClientUtilsTest.swift",
        "MiscellaneousTest.swift",
        "ParserTest.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScClient",
      "module_type" : "SwiftTarget",
      "name" : "ScClient",
      "path" : "Sources/ScClient",
      "product_dependencies" : [
        "Starscream",
        "HandyJSON"
      ],
      "product_memberships" : [
        "ScClient",
        "Main"
      ],
      "sources" : [
        "Emitter/Listener.swift",
        "Models/Event.swift",
        "Parser/Parser.swift",
        "Utils/AtomicInteger.swift",
        "Utils/ClientUtils.swift",
        "Utils/Miscellaneous.swift",
        "client.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Main",
      "module_type" : "SwiftTarget",
      "name" : "Main",
      "path" : "Sources/Main",
      "product_memberships" : [
        "Main"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Integration",
      "module_type" : "SwiftTarget",
      "name" : "Integration",
      "path" : "Tests/Integration",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "RxSwift"
      ],
      "sources" : [
        "EmitReceiveTest.swift",
        "PubSubTest.swift",
        "SetUp/ClientBuilder.swift",
        "SetUp/ClientConfig.swift",
        "SetUp/ClientPool.swift",
        "SetUp/ClientPoolExecutor.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -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 finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/alibaba/HandyJSON.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2013] Fetching handyjson
[2/7046] Fetching handyjson, starscream
[3524/21801] Fetching handyjson, starscream, quick
[9010/41385] Fetching handyjson, starscream, quick, nimble
[16292/94068] Fetching handyjson, starscream, quick, nimble, rxswift
Fetched https://github.com/Quick/Quick.git from cache (2.12s)
[77662/79313] Fetching handyjson, starscream, nimble, rxswift
Fetched https://github.com/alibaba/HandyJSON.git from cache (6.11s)
Fetched https://github.com/daltoniam/Starscream.git from cache (6.12s)
Fetched https://github.com/Quick/Nimble.git from cache (6.14s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.28s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (8.91s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.71s)
Computing version for https://github.com/alibaba/HandyJSON.git
Computed https://github.com/alibaba/HandyJSON.git at 5.0.1 (0.57s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.1 (2.80s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.29s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.81s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (1.02s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.1
Creating working copy for https://github.com/alibaba/HandyJSON.git
Working copy of https://github.com/alibaba/HandyJSON.git resolved at 5.0.1
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/48] Emitting module HandyJSON
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[7/52] Compiling HandyJSON Metadata.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[8/52] Compiling HandyJSON NSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[9/52] Compiling HandyJSON OtherExtension.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[10/52] Compiling HandyJSON PointerType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[11/52] Compiling HandyJSON Properties.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[12/52] Compiling HandyJSON PropertyInfo.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[13/52] Compiling HandyJSON ReflectionHelper.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[14/52] Compiling HandyJSON Serializer.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[15/52] Compiling HandyJSON AnyExtensions.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[16/52] Compiling HandyJSON BuiltInBasicType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[17/52] Compiling HandyJSON BuiltInBridgeType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[18/52] Compiling HandyJSON CBridge.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[19/52] Compiling HandyJSON Configuration.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[20/52] Compiling HandyJSON TransformOf.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[21/52] Compiling HandyJSON TransformType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[22/52] Compiling HandyJSON Transformable.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[23/52] Compiling HandyJSON URLTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[24/52] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
[25/52] Compiling Starscream SSLSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
[26/52] Compiling HandyJSON ISO8601DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[27/52] Compiling HandyJSON Logger.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[28/52] Compiling HandyJSON MangledName.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[29/52] Compiling HandyJSON Measuable.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[30/52] Compiling HandyJSON Deserializer.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[31/52] Compiling HandyJSON EnumTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[32/52] Compiling HandyJSON EnumType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[33/52] Compiling HandyJSON Export.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[34/52] Compiling HandyJSON ExtendCustomBasicType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[35/52] Compiling HandyJSON ExtendCustomModelType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[36/52] Compiling HandyJSON FieldDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[37/52] Compiling HandyJSON HelpingMapper.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[38/52] Compiling HandyJSON HexColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[39/52] Compiling HandyJSON ContextDescriptorType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[40/52] Compiling HandyJSON CustomDateFormatTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[41/52] Compiling HandyJSON DataTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[42/52] Compiling HandyJSON DateFormatterTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[43/52] Compiling HandyJSON DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/52] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:30:8: error: no such module 'zlib'
 28 |
 29 | import Foundation
 30 | import zlib
    |        `- error: no such module 'zlib'
 31 |
 32 | class Decompressor {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[0/1] Planning build
Building for debugging...
[0/7] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling HandyJSON Properties.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[3/44] Compiling HandyJSON PropertyInfo.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[4/44] Compiling HandyJSON ReflectionHelper.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[5/44] Compiling HandyJSON Serializer.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/48] Emitting module HandyJSON
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[7/48] Compiling HandyJSON Metadata.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[8/48] Compiling HandyJSON NSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[9/48] Compiling HandyJSON OtherExtension.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[10/48] Compiling HandyJSON PointerType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[11/48] Compiling HandyJSON TransformOf.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[12/48] Compiling HandyJSON TransformType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[13/48] Compiling HandyJSON Transformable.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[14/48] Compiling HandyJSON URLTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[15/48] Compiling HandyJSON ContextDescriptorType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[16/48] Compiling HandyJSON CustomDateFormatTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[17/48] Compiling HandyJSON DataTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[18/48] Compiling HandyJSON DateFormatterTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[19/48] Compiling HandyJSON DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[20/48] Compiling HandyJSON ISO8601DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[21/48] Compiling HandyJSON Logger.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[22/48] Compiling HandyJSON MangledName.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[23/48] Compiling HandyJSON Measuable.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[24/48] Compiling HandyJSON ExtendCustomModelType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[25/48] Compiling HandyJSON FieldDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[26/48] Compiling HandyJSON HelpingMapper.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[27/48] Compiling HandyJSON HexColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[28/48] Compiling HandyJSON AnyExtensions.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[29/48] Compiling HandyJSON BuiltInBasicType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[30/48] Compiling HandyJSON BuiltInBridgeType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[31/48] Compiling HandyJSON CBridge.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[32/48] Compiling HandyJSON Configuration.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[33/48] Compiling HandyJSON Deserializer.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[34/48] Compiling HandyJSON EnumTransform.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[35/48] Compiling HandyJSON EnumType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[36/48] Compiling HandyJSON Export.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
[37/48] Compiling HandyJSON ExtendCustomBasicType.swift
/host/spi-builder-workspace/.build/checkouts/HandyJSON/Source/HexColorTransform.swift:12:8: error: no such module 'Cocoa'
 10 | import UIKit
 11 | #else
 12 | import Cocoa
    |        `- error: no such module 'Cocoa'
 13 | #endif
 14 |
BUILD FAILURE 6.1 wasm