The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build EmealKit, reference master (5f3122), with Swift 6.1 for Wasm on 29 May 2025 23:06:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/kiliankoe/EmealKit.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/kiliankoe/EmealKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5f3122d add spi shields to readme
Cloned https://github.com/kiliankoe/EmealKit.git
Revision (git rev-parse @):
5f3122d578615483c5378614bd02aa459060d239
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/EmealKit.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/EmealKit.git
https://github.com/kiliankoe/EmealKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "htmlstring",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexaubry/HTMLString.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex.git"
    },
    {
      "identity" : "feedkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.2",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nmdias/FeedKit.git"
    }
  ],
  "manifest_display_name" : "EmealKit",
  "name" : "EmealKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "EmealKit",
      "targets" : [
        "EmealKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmealKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EmealKitTests",
      "path" : "Tests/EmealKitTests",
      "sources" : [
        "CanteenTests.swift",
        "EmealTests.swift",
        "MealTests.swift",
        "MockData.swift",
        "MockURLSession.swift"
      ],
      "target_dependencies" : [
        "EmealKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmealKit",
      "module_type" : "SwiftTarget",
      "name" : "EmealKit",
      "path" : "Sources/EmealKit",
      "product_dependencies" : [
        "HTMLString",
        "Regex",
        "FeedKit"
      ],
      "product_memberships" : [
        "EmealKit"
      ],
      "sources" : [
        "Cardservice/CardData.swift",
        "Cardservice/Cardservice.swift",
        "Cardservice/CardserviceAPI.swift",
        "Cardservice/CardserviceError.swift",
        "Cardservice/LoginResponse.swift",
        "Cardservice/Transaction.swift",
        "Date+short.swift",
        "Double+euroString.swift",
        "Emeal/Emeal.swift",
        "Emeal/EmealDelegate.swift",
        "Emeal/LocalizedEmealStrings.swift",
        "Emeal/ObservableEmeal.swift",
        "EmealError.swift",
        "Logger.swift",
        "Mensa/Canteen.swift",
        "Mensa/Meal.swift",
        "Mensa/MealFeed.swift",
        "Mensa/MensaAPI.swift",
        "URLSessionProtocol.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APIValidationTests",
      "module_type" : "SwiftTarget",
      "name" : "APIValidationTests",
      "path" : "Tests/APIValidationTests",
      "sources" : [
        "CardserviceAPITests.swift",
        "MenuAPITests.swift"
      ],
      "target_dependencies" : [
        "EmealKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/nmdias/FeedKit.git
Fetching https://github.com/alexaubry/HTMLString.git
Fetching https://github.com/sharplet/Regex.git
[1/1254] Fetching regex
[52/2885] Fetching regex, htmlstring
[1698/11649] Fetching regex, htmlstring, feedkit
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.01s)
Fetched https://github.com/nmdias/FeedKit.git from cache (1.02s)
Fetched https://github.com/sharplet/Regex.git from cache (1.08s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (1.89s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.33s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.91s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at 9.1.2
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/100] Emitting module Regex
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/100] Emitting module FeedKit
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[8/111] Compiling FeedKit RSSFeedSkipHour.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[9/111] Compiling FeedKit RSSFeedTextInput.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[10/111] Compiling FeedKit RSSPath.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[11/111] Compiling FeedKit Feed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[12/111] Compiling FeedKit FeedDataType.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[13/111] Compiling FeedKit FeedParser.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[14/111] Compiling FeedKit FeedParserProtocol.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[15/111] Compiling FeedKit JSONFeedParser.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[16/111] Compiling FeedKit ParserError.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[17/111] Compiling FeedKit XMLFeedParser.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[18/111] Compiling FeedKit XMLFeedType.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[19/111] Compiling Regex Regex.swift
[20/111] Compiling Regex String+ReplaceMatching.swift
[21/111] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:13:14: error: cannot find 'Thread' in scope
11 |   var value: T? {
12 |     get {
13 |       return Thread.current.threadDictionary[key] as? T
   |              `- error: cannot find 'Thread' in scope
14 |     }
15 |     set {
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:16:7: error: cannot find 'Thread' in scope
14 |     }
15 |     set {
16 |       Thread.current.threadDictionary[key] = newValue
   |       `- error: cannot find 'Thread' in scope
17 |     }
18 |   }
[22/111] Emitting module HTMLString
[23/111] Compiling Regex Options.swift
[24/111] Compiling FeedKit MediaCommunity.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[25/111] Compiling FeedKit MediaContent.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[26/111] Compiling FeedKit MediaCopyright.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[27/111] Compiling FeedKit MediaCredit.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[28/111] Compiling FeedKit MediaDescription.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[29/111] Compiling FeedKit MediaEmbed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[30/111] Compiling FeedKit MediaGroup.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[31/111] Compiling FeedKit MediaHash.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[32/111] Compiling FeedKit MediaLicence.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[33/111] Compiling FeedKit MediaLocation.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[34/111] Compiling FeedKit MediaNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[35/111] Compiling FeedKit MediaParam.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[36/111] Compiling FeedKit DateSpec.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[37/111] Compiling FeedKit ISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[38/111] Compiling FeedKit RFC3339DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[39/111] Compiling FeedKit RFC822DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[40/111] Compiling FeedKit Array + Equatable.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[41/111] Compiling FeedKit Date + codingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[42/111] Compiling FeedKit String + toBool.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[43/111] Compiling FeedKit String + toDate.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[44/111] Compiling FeedKit String + toDuration.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[45/111] Compiling FeedKit URL + replacingScheme.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[46/111] Compiling FeedKit AtomFeed + mapAttributes.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[47/111] Compiling FeedKit AtomFeed + mapCharacters.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[48/111] Compiling Regex Foundation+Ranges.swift
[49/111] Compiling Regex MatchResult.swift
[50/111] Compiling FeedKit AtomFeed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[51/111] Compiling FeedKit AtomFeedAuthor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[52/111] Compiling FeedKit AtomFeedCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[53/111] Compiling FeedKit AtomFeedContributor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[54/111] Compiling FeedKit AtomFeedEntry.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[55/111] Compiling FeedKit AtomFeedEntryAuthor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[56/111] Compiling FeedKit AtomFeedEntryCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[57/111] Compiling FeedKit AtomFeedEntryContent.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[58/111] Compiling FeedKit AtomFeedEntryContributor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[59/111] Compiling FeedKit AtomFeedEntryLink.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[60/111] Compiling FeedKit AtomFeedEntrySource.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[61/111] Compiling FeedKit AtomFeedEntrySummary.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[62/111] Compiling FeedKit RSSFeed + mapCharacters.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[63/111] Compiling FeedKit RSSFeed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[64/111] Compiling FeedKit RSSFeedCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[65/111] Compiling FeedKit RSSFeedCloud.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[66/111] Compiling FeedKit RSSFeedImage.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[67/111] Compiling FeedKit RSSFeedItem.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[68/111] Compiling FeedKit RSSFeedItemCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[69/111] Compiling FeedKit RSSFeedItemEnclosure.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[70/111] Compiling FeedKit RSSFeedItemGUID.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[71/111] Compiling FeedKit RSSFeedItemSource.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[72/111] Compiling FeedKit RSSFeedSkipDay.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[73/111] Compiling FeedKit MediaPeerLink.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[74/111] Compiling FeedKit MediaPlayer.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[75/111] Compiling FeedKit MediaPrice.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[76/111] Compiling FeedKit MediaRating.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[77/111] Compiling FeedKit MediaRestriction.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[78/111] Compiling FeedKit MediaRights.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[79/111] Compiling FeedKit MediaScene.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[80/111] Compiling FeedKit MediaStarRating.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[81/111] Compiling FeedKit MediaStatistics.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[82/111] Compiling FeedKit MediaStatus.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[83/111] Compiling FeedKit MediaSubTitle.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[84/111] Compiling FeedKit MediaTag.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[85/111] Compiling FeedKit MediaText.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[86/111] Compiling FeedKit MediaThumbnail.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[87/111] Compiling FeedKit MediaTitle.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[88/111] Compiling FeedKit SyndicationNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[89/111] Compiling FeedKit SyndicationUpdatePeriod.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[90/111] Compiling FeedKit iTunesCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[91/111] Compiling FeedKit iTunesImage.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[92/111] Compiling FeedKit iTunesNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[93/111] Compiling FeedKit iTunesOwner.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[94/111] Compiling FeedKit iTunesSubCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[95/111] Compiling FeedKit RDFPath.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[96/111] Compiling FeedKit RSSFeed + mapAttributes.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[97/111] Compiling FeedKit AtomFeedGenerator.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[98/111] Compiling FeedKit AtomFeedLink.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[99/111] Compiling FeedKit AtomFeedSubtitle.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[100/111] Compiling FeedKit AtomPath.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[101/111] Compiling FeedKit JSONFeed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[102/111] Compiling FeedKit JSONFeedAttachment.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[103/111] Compiling FeedKit JSONFeedAuthor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[104/111] Compiling FeedKit JSONFeedHub.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[105/111] Compiling FeedKit JSONFeedItem.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[106/111] Compiling FeedKit ContentNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[107/111] Compiling FeedKit DublinCoreNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[108/111] Compiling FeedKit MediaCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if canImport(FoundationNetworking)
 28 | import FoundationNetworking
[109/111] Compiling HTMLString HTMLString.swift
[110/111] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                         `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 |         } catch {
27 |             unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                                `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 |         } catch {
27 |             unescapingTable = [:]
[111/111] Compiling HTMLString NSString+HTMLString.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
[2/96] Compiling HTMLString NSString+HTMLString.swift
[3/96] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:13:14: error: cannot find 'Thread' in scope
11 |   var value: T? {
12 |     get {
13 |       return Thread.current.threadDictionary[key] as? T
   |              `- error: cannot find 'Thread' in scope
14 |     }
15 |     set {
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:16:7: error: cannot find 'Thread' in scope
14 |     }
15 |     set {
16 |       Thread.current.threadDictionary[key] = newValue
   |       `- error: cannot find 'Thread' in scope
17 |     }
18 |   }
[4/96] Compiling Regex Options.swift
[5/96] Compiling Regex MatchResult.swift
[6/96] Compiling Regex Foundation+Ranges.swift
[7/96] Emitting module Regex
[8/96] Compiling Regex Regex.swift
[9/96] Compiling Regex String+ReplaceMatching.swift
[10/96] Emitting module HTMLString
[11/96] Compiling HTMLString HTMLString.swift
[12/96] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                         `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 |         } catch {
27 |             unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 |         do {
25 |             unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                                                                `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 |         } catch {
27 |             unescapingTable = [:]
BUILD FAILURE 6.1 wasm