The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Docsloth, reference main (2a14ce), with Swift 6.1 for Android on 15 Dec 2025 08:36:57 UTC.

Build Command

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

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 /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/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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mshibanami/Docsloth.git
https://github.com/mshibanami/Docsloth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /host/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" : "/host/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" : "/host/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" : "/host/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" : "/host/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" : "/host/spi-builder-workspace/Sources/GitHubStyle/Resources/Color.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/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" : "/host/spi-builder-workspace/js/dist/asciidoctor.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Asciidoctor.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
[1/5749] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (1.43s)
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
    /host/spi-builder-workspace/Sources/Asciidoctor/Resources/asciidoctor.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/asciidoctor.iife.js
Building for debugging...
[0/15] Write sources
[3/15] Copying markdown-it.iife.js
[3/15] Copying style.css
[3/15] Copying markdown-it-gfm.iife.js
[3/15] Write sources
[3/15] Copying markdown-it-gfm-cjk-friendly.iife.js
[3/15] Write sources
[12/15] Copying asciidoctor.iife.js
[13/15] Copying Color.xcassets
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/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
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[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
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/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
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[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
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[20/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
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[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
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[22/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
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Asciidoctor/Resources/asciidoctor.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /host/spi-builder-workspace/js/dist/asciidoctor.iife.js
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling DocslothCore BoolOrString.swift
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[3/8] Compiling DocslothCore DocslothLogger.swift
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[4/8] Compiling DocslothCore JavaScriptEngine.swift
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[5/8] Compiling DocslothCore JSONValue.swift
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[6/8] Compiling DocslothCore IntOrString.swift
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module DocslothCore
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
[8/8] Compiling DocslothCore DocslothHTMLConvertible.swift
/host/spi-builder-workspace/Sources/Core/DocslothLogger.swift:11:8: error: no such module 'Logging'
 9 | import os.log
10 | #else
11 | import Logging
   |        `- error: no such module 'Logging'
12 | #endif
13 |
BUILD FAILURE 6.1 android