The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MarkdownChildrenKit, reference 1.0.1 (2c7754), with Swift 6.1 for Wasm on 28 May 2025 01:36:07 UTC.

Swift 6 data race errors: 7

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/MarkdownChildrenKit.git
Reference: 1.0.1
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/ptrkstr/MarkdownChildrenKit
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 2c77548 Update readme
Cloned https://github.com/ptrkstr/MarkdownChildrenKit.git
Revision (git rev-parse @):
2c7754837c8ccc3678c26da0d876ce2a026f5932
SUCCESS checkout https://github.com/ptrkstr/MarkdownChildrenKit.git at 1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ptrkstr/MarkdownChildrenKit.git
https://github.com/ptrkstr/MarkdownChildrenKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MarkdownChildrenKit",
  "name" : "MarkdownChildrenKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "MarkdownChildrenKit",
      "targets" : [
        "MarkdownChildrenKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarkdownChildrenKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownChildrenKitTests",
      "path" : "Tests/MarkdownChildrenKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/MarkdownChildrenKitTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownChildren_Tests.swift",
        "Mocks/StringSaver_Mock.swift",
        "Models/Markdown_Tests.swift",
        "TestData.swift"
      ],
      "target_dependencies" : [
        "MarkdownChildrenKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MarkdownChildrenKit",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownChildrenKit",
      "path" : "Sources/MarkdownChildrenKit",
      "product_memberships" : [
        "MarkdownChildrenKit"
      ],
      "sources" : [
        "Extensions/Foundation/URL+Extensions.swift",
        "Extensions/Swift/Array+Extensions.swift",
        "Extensions/Swift/StringProtocol+Extensions.swift",
        "MarkdownChildren.swift",
        "Models/Configuration.swift",
        "Models/List/List.swift",
        "Models/List/ListItem.swift",
        "Models/List/ListItemDirectory.swift",
        "Models/List/ListItemMarkdown.swift",
        "Models/List/ListItemMarkdownNameType.swift",
        "Models/Markdown.swift",
        "Models/MarkdownChildrenError.swift",
        "Models/StringSaver.swift",
        "UI/Renderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/16] Compiling MarkdownChildrenKit ListItem.swift
[4/16] Compiling MarkdownChildrenKit ListItemDirectory.swift
[5/17] Compiling MarkdownChildrenKit StringProtocol+Extensions.swift
[6/17] Compiling MarkdownChildrenKit MarkdownChildren.swift
[7/17] Emitting module MarkdownChildrenKit
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:20:10: warning: associated value 'unableToSearchInDirectory' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
18 |
19 | enum MarkdownChildrenError: Error, CustomStringConvertible, Equatable {
20 |     case unableToSearchInDirectory(EquatableURL)
   |          `- warning: associated value 'unableToSearchInDirectory' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:21:10: warning: associated value 'unableToReadMarkdownFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
19 | enum MarkdownChildrenError: Error, CustomStringConvertible, Equatable {
20 |     case unableToSearchInDirectory(EquatableURL)
21 |     case unableToReadMarkdownFile(EquatableURL)
   |          `- warning: associated value 'unableToReadMarkdownFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:22:10: warning: associated value 'directoryIsEmpty' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
20 |     case unableToSearchInDirectory(EquatableURL)
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
   |          `- warning: associated value 'directoryIsEmpty' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:23:10: warning: associated value 'missingH1WhenExpected' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
   |          `- warning: associated value 'missingH1WhenExpected' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:24:10: warning: associated value 'missingTagInMarkdown(tag:_:)' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
   |          `- warning: associated value 'missingTagInMarkdown(tag:_:)' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
25 |     case noFileExists(EquatableURL)
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:25:10: warning: associated value 'noFileExists' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
   |          `- warning: associated value 'noFileExists' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
27 |
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:26:10: warning: associated value 'directorySpecifiedInsteadOfFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
   |          `- warning: associated value 'directorySpecifiedInsteadOfFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
27 |
28 |     var description: String {
[8/17] Compiling MarkdownChildrenKit URL+Extensions.swift
[9/17] Compiling MarkdownChildrenKit Array+Extensions.swift
[10/17] Compiling MarkdownChildrenKit ListItemMarkdown.swift
[11/17] Compiling MarkdownChildrenKit ListItemMarkdownNameType.swift
[12/17] Compiling MarkdownChildrenKit Markdown.swift
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:20:10: warning: associated value 'unableToSearchInDirectory' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
18 |
19 | enum MarkdownChildrenError: Error, CustomStringConvertible, Equatable {
20 |     case unableToSearchInDirectory(EquatableURL)
   |          `- warning: associated value 'unableToSearchInDirectory' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:21:10: warning: associated value 'unableToReadMarkdownFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
19 | enum MarkdownChildrenError: Error, CustomStringConvertible, Equatable {
20 |     case unableToSearchInDirectory(EquatableURL)
21 |     case unableToReadMarkdownFile(EquatableURL)
   |          `- warning: associated value 'unableToReadMarkdownFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:22:10: warning: associated value 'directoryIsEmpty' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
20 |     case unableToSearchInDirectory(EquatableURL)
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
   |          `- warning: associated value 'directoryIsEmpty' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:23:10: warning: associated value 'missingH1WhenExpected' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
   |          `- warning: associated value 'missingH1WhenExpected' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:24:10: warning: associated value 'missingTagInMarkdown(tag:_:)' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
   |          `- warning: associated value 'missingTagInMarkdown(tag:_:)' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
25 |     case noFileExists(EquatableURL)
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:25:10: warning: associated value 'noFileExists' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
   |          `- warning: associated value 'noFileExists' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
27 |
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:26:10: warning: associated value 'directorySpecifiedInsteadOfFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
   |          `- warning: associated value 'directorySpecifiedInsteadOfFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
27 |
28 |     var description: String {
[13/17] Compiling MarkdownChildrenKit MarkdownChildrenError.swift
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:20:10: warning: associated value 'unableToSearchInDirectory' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
18 |
19 | enum MarkdownChildrenError: Error, CustomStringConvertible, Equatable {
20 |     case unableToSearchInDirectory(EquatableURL)
   |          `- warning: associated value 'unableToSearchInDirectory' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:21:10: warning: associated value 'unableToReadMarkdownFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
19 | enum MarkdownChildrenError: Error, CustomStringConvertible, Equatable {
20 |     case unableToSearchInDirectory(EquatableURL)
21 |     case unableToReadMarkdownFile(EquatableURL)
   |          `- warning: associated value 'unableToReadMarkdownFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:22:10: warning: associated value 'directoryIsEmpty' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
20 |     case unableToSearchInDirectory(EquatableURL)
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
   |          `- warning: associated value 'directoryIsEmpty' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:23:10: warning: associated value 'missingH1WhenExpected' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
21 |     case unableToReadMarkdownFile(EquatableURL)
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
   |          `- warning: associated value 'missingH1WhenExpected' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:24:10: warning: associated value 'missingTagInMarkdown(tag:_:)' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
22 |     case directoryIsEmpty(EquatableURL)
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
   |          `- warning: associated value 'missingTagInMarkdown(tag:_:)' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
25 |     case noFileExists(EquatableURL)
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:25:10: warning: associated value 'noFileExists' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
23 |     case missingH1WhenExpected(EquatableURL)
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
   |          `- warning: associated value 'noFileExists' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
27 |
/host/spi-builder-workspace/Sources/MarkdownChildrenKit/Models/MarkdownChildrenError.swift:26:10: warning: associated value 'directorySpecifiedInsteadOfFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
 5 | /// We want to make use of enum associated value equality checking
 6 | /// so will use our own URL type.
 7 | public struct EquatableURL: Equatable, CustomStringConvertible {
   |               `- note: consider making struct 'EquatableURL' conform to the 'Sendable' protocol
 8 |     public let url: URL
 9 |
   :
24 |     case missingTagInMarkdown(tag: String, EquatableURL)
25 |     case noFileExists(EquatableURL)
26 |     case directorySpecifiedInsteadOfFile(EquatableURL)
   |          `- warning: associated value 'directorySpecifiedInsteadOfFile' of 'Sendable'-conforming enum 'MarkdownChildrenError' has non-sendable type 'EquatableURL'; this is an error in the Swift 6 language mode
27 |
28 |     var description: String {
[14/17] Compiling MarkdownChildrenKit StringSaver.swift
[15/17] Compiling MarkdownChildrenKit Renderer.swift
[16/17] Compiling MarkdownChildrenKit Configuration.swift
[17/17] Compiling MarkdownChildrenKit List.swift
Build complete! (6.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MarkdownChildrenKit",
  "name" : "MarkdownChildrenKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "MarkdownChildrenKit",
      "targets" : [
        "MarkdownChildrenKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarkdownChildrenKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownChildrenKitTests",
      "path" : "Tests/MarkdownChildrenKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/MarkdownChildrenKitTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownChildren_Tests.swift",
        "Mocks/StringSaver_Mock.swift",
        "Models/Markdown_Tests.swift",
        "TestData.swift"
      ],
      "target_dependencies" : [
        "MarkdownChildrenKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MarkdownChildrenKit",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownChildrenKit",
      "path" : "Sources/MarkdownChildrenKit",
      "product_memberships" : [
        "MarkdownChildrenKit"
      ],
      "sources" : [
        "Extensions/Foundation/URL+Extensions.swift",
        "Extensions/Swift/Array+Extensions.swift",
        "Extensions/Swift/StringProtocol+Extensions.swift",
        "MarkdownChildren.swift",
        "Models/Configuration.swift",
        "Models/List/List.swift",
        "Models/List/ListItem.swift",
        "Models/List/ListItemDirectory.swift",
        "Models/List/ListItemMarkdown.swift",
        "Models/List/ListItemMarkdownNameType.swift",
        "Models/Markdown.swift",
        "Models/MarkdownChildrenError.swift",
        "Models/StringSaver.swift",
        "UI/Renderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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
Done.