The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Docsloth, reference main (2a14ce), with Swift 6.1 for macOS (SPM) on 15 Dec 2025 08:37:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mshibanami/Docsloth.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mshibanami/Docsloth
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2a14cef Add test for auto-flow
Cloned https://github.com/mshibanami/Docsloth.git
Revision (git rev-parse @):
2a14cefd2b4e4372811aebdafe89ed3398d998f8
SUCCESS checkout https://github.com/mshibanami/Docsloth.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mshibanami/Docsloth.git
https://github.com/mshibanami/Docsloth.git
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Docsloth",
  "name" : "Docsloth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "driverkit",
      "version" : "21.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DocslothUI",
      "targets" : [
        "DocslothUI",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothGitHubStyle",
      "targets" : [
        "DocslothGitHubStyle",
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItShared",
      "targets" : [
        "DocslothMarkdownItShared",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownIt",
      "targets" : [
        "DocslothMarkdownIt",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFM",
      "targets" : [
        "DocslothMarkdownItGFM",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "targets" : [
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothAsciidoctor",
      "targets" : [
        "DocslothAsciidoctor",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocslothUI",
      "module_type" : "SwiftTarget",
      "name" : "DocslothUI",
      "path" : "Sources/UI",
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle"
      ],
      "sources" : [
        "DocslothNavigationType.swift",
        "DocslothStyle.swift",
        "DocslothView.swift",
        "DocslothWebView.swift",
        "UIKit/UIApplication+Extensions.swift",
        "UserInterfaceType.swift",
        "Utils/Alias.swift",
        "Utils/DSColor+Extensions.swift",
        "Utils/Entitlement.swift",
        "Utils/Logger.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothTests",
      "module_type" : "SwiftTarget",
      "name" : "DocslothTests",
      "path" : "Tests/DocslothTests",
      "sources" : [
        "Converters/AsciidoctorTests.swift",
        "Converters/MarkdownItGFMCJKFriendlyTests.swift",
        "Converters/MarkdownItGFMTests.swift",
        "Converters/MarkdownItTests.swift",
        "ModelTests.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocslothMarkdownItShared",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItShared",
      "path" : "Sources/MarkdownItShared",
      "product_memberships" : [
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "sources" : [
        "MarkdownItBase.swift",
        "MarkdownItOptions.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFMCJKFriendly",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "path" : "Sources/MarkdownItGFMCJKFriendly",
      "product_memberships" : [
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFM",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFM",
      "path" : "Sources/MarkdownItGFM",
      "product_memberships" : [
        "DocslothMarkdownItGFM"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownIt",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownIt",
      "path" : "Sources/MarkdownIt",
      "product_memberships" : [
        "DocslothMarkdownIt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothGitHubStyle",
      "module_type" : "SwiftTarget",
      "name" : "DocslothGitHubStyle",
      "path" : "Sources/GitHubStyle",
      "product_memberships" : [
        "DocslothGitHubStyle"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/Color.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/style.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DSColor+Extensions.swift",
        "DocslothGitHubStyle.swift",
        "DynamicTypeSize+Extensions.swift",
        "UserInterfaceType.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothCore",
      "module_type" : "SwiftTarget",
      "name" : "DocslothCore",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "sources" : [
        "DocslothHTMLConvertible.swift",
        "DocslothLogger.swift",
        "JSON/BoolOrString.swift",
        "JSON/IntOrString.swift",
        "JSON/JSONValue.swift",
        "JavaScriptEngine.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothAsciidoctor",
      "module_type" : "SwiftTarget",
      "name" : "DocslothAsciidoctor",
      "path" : "Sources/Asciidoctor",
      "product_memberships" : [
        "DocslothAsciidoctor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Asciidoctor.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
Building for debugging...
[0/15] Write sources
[0/15] Copying markdown-it-gfm-cjk-friendly.iife.js
[0/15] Copying markdown-it-gfm.iife.js
[0/15] Copying markdown-it.iife.js
[0/15] Write sources
[0/15] Copying asciidoctor.iife.js
[0/15] Copying style.css
[0/15] Write sources
[13/15] Copying Color.xcassets
[14/15] Write swift-version-2F0A5646E1D333AE.txt
[16/22] Compiling DocslothCore DocslothHTMLConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/22] Compiling DocslothCore JSONValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/22] Compiling DocslothCore BoolOrString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/22] Compiling DocslothCore DocslothLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/22] Emitting module DocslothCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/22] Compiling DocslothCore IntOrString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/22] Compiling DocslothCore JavaScriptEngine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/38] Compiling DocslothAsciidoctor resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/38] Emitting module DocslothMarkdownItShared
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/38] Compiling DocslothMarkdownItShared MarkdownItOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/38] Compiling DocslothMarkdownItShared MarkdownItBase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/47] Compiling DocslothAsciidoctor Asciidoctor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/47] Emitting module DocslothAsciidoctor
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/47] Compiling DocslothMarkdownIt resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/47] Emitting module DocslothMarkdownIt
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/47] Compiling DocslothMarkdownIt MarkdownIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/47] Compiling DocslothMarkdownItGFMCJKFriendly MarkdownIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/47] Compiling DocslothMarkdownItGFMCJKFriendly resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/47] Emitting module DocslothMarkdownItGFMCJKFriendly
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/47] Emitting module DocslothMarkdownItGFM
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/47] Compiling DocslothMarkdownItGFM resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/47] Compiling DocslothMarkdownItGFM MarkdownIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/47] Compiling DocslothUI Entitlement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/48] Compiling DocslothUI Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/48] Compiling DocslothUI DSColor+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/48] Compiling DocslothUI UserInterfaceType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/48] Compiling DocslothUI Alias.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/48] Compiling DocslothUI UIApplication+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/48] Compiling DocslothUI DocslothWebView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/48] Compiling DocslothUI DocslothNavigationType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/48] Compiling DocslothUI DocslothStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:37:34: error: unknown attribute 'MainActor'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                  `- error: unknown attribute 'MainActor'
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:38:16: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                             `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
   |                `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
39 | }
40 |
[47/48] Compiling DocslothUI DocslothView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/48] Emitting module DocslothUI
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:37:34: error: unknown attribute 'MainActor'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                  `- error: unknown attribute 'MainActor'
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:38:16: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                             `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
   |                `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
39 | }
40 |
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (1.57s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Asciidoctor/Resources/asciidoctor.iife.js
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/8] Compiling DocslothCore BoolOrString.swift
[3/8] Compiling DocslothCore JSONValue.swift
[4/8] Compiling DocslothCore JavaScriptEngine.swift
[5/8] Compiling DocslothCore IntOrString.swift
[6/8] Compiling DocslothCore DocslothHTMLConvertible.swift
[7/8] Emitting module DocslothCore
[8/8] Compiling DocslothCore DocslothLogger.swift
[9/24] Compiling DocslothAsciidoctor resource_bundle_accessor.swift
[10/24] Emitting module DocslothAsciidoctor
[11/24] Compiling DocslothAsciidoctor Asciidoctor.swift
[12/24] Compiling DocslothMarkdownItShared MarkdownItOptions.swift
[13/24] Emitting module DocslothMarkdownItShared
[14/24] Compiling DocslothMarkdownItShared MarkdownItBase.swift
[15/33] Emitting module DocslothMarkdownItGFM
[16/33] Compiling DocslothMarkdownItGFM resource_bundle_accessor.swift
[17/33] Compiling DocslothMarkdownItGFM MarkdownIt.swift
[18/33] Compiling DocslothMarkdownItGFMCJKFriendly resource_bundle_accessor.swift
[19/33] Compiling DocslothMarkdownIt resource_bundle_accessor.swift
[20/33] Emitting module DocslothMarkdownIt
[21/33] Compiling DocslothMarkdownIt MarkdownIt.swift
[22/33] Emitting module DocslothMarkdownItGFMCJKFriendly
[23/33] Compiling DocslothMarkdownItGFMCJKFriendly MarkdownIt.swift
[24/33] Compiling DocslothUI Entitlement.swift
[25/33] Compiling DocslothUI UIApplication+Extensions.swift
[26/33] Compiling DocslothUI DocslothWebView.swift
[27/33] Compiling DocslothUI Alias.swift
[28/33] Compiling DocslothUI UserInterfaceType.swift
[29/33] Compiling DocslothUI DSColor+Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/34] Compiling DocslothUI DocslothNavigationType.swift
[31/34] Compiling DocslothUI DocslothView.swift
[32/34] Emitting module DocslothUI
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:37:34: error: unknown attribute 'MainActor'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                  `- error: unknown attribute 'MainActor'
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:38:16: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                             `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
   |                `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
39 | }
40 |
[33/34] Compiling DocslothUI DocslothStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:37:34: error: unknown attribute 'MainActor'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                  `- error: unknown attribute 'MainActor'
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/UI/DocslothStyle.swift:38:16: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
35 |
36 | @MainActor
37 | private struct DocslothStyleKey: @MainActor EnvironmentKey {
   |                                             `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
38 |     static let defaultValue: AnyDocslothStyle = AnyDocslothStyle(PlainDocslothStyle())
   |                `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
39 | }
40 |
[34/34] Compiling DocslothUI Logger.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Asciidoctor/Resources/asciidoctor.iife.js
BUILD FAILURE 6.1 macosSpm