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 DangerSwiftLint, reference 0.4.1 (9ade16), with Swift 6.1 for Android on 27 May 2025 09:38:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ashfurrow/danger-swiftlint.git
Reference: 0.4.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/ashfurrow/danger-swiftlint
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 9ade161 Merge pull request #16 from marcelofabri/custom-binary-path
Cloned https://github.com/ashfurrow/danger-swiftlint.git
Revision (git rev-parse @):
9ade16147f162af9cbb37af1ea42e46d990527ee
SUCCESS checkout https://github.com/ashfurrow/danger-swiftlint.git at 0.4.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ashfurrow/danger-swiftlint.git
https://github.com/ashfurrow/danger-swiftlint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "danger-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danger/danger-swift.git"
    }
  ],
  "manifest_display_name" : "DangerSwiftLint",
  "name" : "DangerSwiftLint",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DangerSwiftLint",
      "targets" : [
        "DangerSwiftLint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DangerSwiftLintTests",
      "module_type" : "SwiftTarget",
      "name" : "DangerSwiftLintTests",
      "path" : "Tests/DangerSwiftLintTests",
      "sources" : [
        "DangerSwiftLintTests.swift",
        "FakeCurrentPathProvider.swift",
        "FakeShellExecutor.swift",
        "URL+Utils.swift",
        "ViolationTests.swift"
      ],
      "target_dependencies" : [
        "DangerSwiftLint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DangerSwiftLint",
      "module_type" : "SwiftTarget",
      "name" : "DangerSwiftLint",
      "path" : "Sources/DangerSwiftLint",
      "product_dependencies" : [
        "Danger"
      ],
      "product_memberships" : [
        "DangerSwiftLint"
      ],
      "sources" : [
        "CurrentPathProvider.swift",
        "DangerSwiftLint.swift",
        "ShellExecutor.swift",
        "Violation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/danger/danger-swift.git
[1/10264] Fetching danger-swift
Fetched https://github.com/danger/danger-swift.git from cache (0.49s)
Computing version for https://github.com/danger/danger-swift.git
Computed https://github.com/danger/danger-swift.git at 0.8.1 (2.41s)
Fetching https://github.com/JohnSundell/ShellOut
Fetching https://github.com/JohnSundell/Marathon
Fetching https://github.com/f-meloni/Logger
Fetching https://github.com/nerdishbynature/octokit.swift
[1/960] Fetching shellout
[961/2979] Fetching shellout, marathon
[1466/3095] Fetching shellout, marathon, logger
[3096/8090] Fetching shellout, marathon, logger, octokit.swift
Fetched https://github.com/f-meloni/Logger from cache (0.86s)
Fetched https://github.com/JohnSundell/ShellOut from cache (0.86s)
Fetched https://github.com/JohnSundell/Marathon from cache (0.86s)
Fetched https://github.com/nerdishbynature/octokit.swift from cache (0.86s)
Computing version for https://github.com/JohnSundell/Marathon
Computed https://github.com/JohnSundell/Marathon at 3.3.0 (1.34s)
Fetching https://github.com/JohnSundell/Require.git
Fetching https://github.com/JohnSundell/Releases.git
Fetching https://github.com/JohnSundell/Files.git
[1/174] Fetching releases
[142/1410] Fetching releases, files
[365/1562] Fetching releases, files, require
Fetched https://github.com/JohnSundell/Releases.git from cache (0.28s)
Fetched https://github.com/JohnSundell/Require.git from cache (0.28s)
Fetched https://github.com/JohnSundell/Files.git from cache (0.28s)
Computing version for https://github.com/JohnSundell/Releases.git
Computed https://github.com/JohnSundell/Releases.git at 4.0.0 (0.76s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.49s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (0.53s)
Computing version for https://github.com/f-meloni/Logger
Computed https://github.com/f-meloni/Logger at 0.2.3 (0.89s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (0.48s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (0.61s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.29s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (2.12s)
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
Creating working copy for https://github.com/JohnSundell/Releases.git
Working copy of https://github.com/JohnSundell/Releases.git resolved at 4.0.0
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Creating working copy for https://github.com/JohnSundell/Marathon
Working copy of https://github.com/JohnSundell/Marathon resolved at 3.3.0
Creating working copy for https://github.com/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/danger/danger-swift.git
Working copy of https://github.com/danger/danger-swift.git resolved at 0.8.1
Creating working copy for https://github.com/nerdishbynature/octokit.swift
Working copy of https://github.com/nerdishbynature/octokit.swift resolved at 0.14.0
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.3.0
Creating working copy for https://github.com/f-meloni/Logger
Working copy of https://github.com/f-meloni/Logger resolved at 0.2.3
warning: 'octokit.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/octokit.swift/OctoKit/Info.plist
Building for debugging...
[0/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/22] Emitting module ShellOut
[9/22] Compiling RequestKit Router.swift
[10/22] Compiling ShellOut ShellOut.swift
[11/22] Emitting module Logger
[12/22] Compiling Logger Logger.swift
[13/24] Compiling RequestKit RequestKitSession.swift
[14/24] Compiling RequestKit JSONPostRouter.swift
[15/24] Emitting module RequestKit
[18/25] Wrapping AST for Logger for debugging
[19/25] Wrapping AST for ShellOut for debugging
[20/25] Wrapping AST for RequestKit for debugging
[22/51] Emitting module OctoKit
[23/54] Compiling OctoKit Time.swift
[24/54] Compiling OctoKit URL+URLParameters.swift
[25/54] Compiling OctoKit User.swift
[26/54] Compiling OctoKit Configuration.swift
[27/54] Compiling OctoKit File.swift
[28/54] Compiling OctoKit Follow.swift
[29/54] Compiling OctoKit Gist.swift
[30/54] Compiling OctoKit Plan.swift
[31/54] Compiling OctoKit PreviewHeader.swift
[32/54] Compiling OctoKit PublicKey.swift
[33/54] Compiling OctoKit PullRequest.swift
[34/54] Compiling OctoKit Reactions.swift
[35/54] Compiling OctoKit Releases.swift
[36/54] Compiling OctoKit Repositories.swift
[37/54] Compiling OctoKit NotificationThread.swift
[38/54] Compiling OctoKit Octokit.swift
[39/54] Compiling OctoKit Organization.swift
[40/54] Compiling OctoKit Parameters.swift
[41/54] Compiling OctoKit Review.swift
[42/54] Compiling OctoKit Search.swift
[43/54] Compiling OctoKit Stars.swift
[44/54] Compiling OctoKit Git.swift
[45/54] Compiling OctoKit Issue.swift
[46/54] Compiling OctoKit Label.swift
[47/54] Compiling OctoKit Milestone.swift
[48/54] Compiling OctoKit Statuses.swift
[49/54] Compiling OctoKit String+PercentEncoding.swift
[50/54] Compiling OctoKit Team.swift
[51/55] Wrapping AST for OctoKit for debugging
[53/70] Compiling Danger NSRegularExpressionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[54/70] Compiling Danger File.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[55/72] Compiling Danger DangerDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[56/72] Compiling Danger DangerResults.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[57/72] Compiling Danger DangerUtils.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[58/72] Compiling Danger DateFormatterExtensions.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[59/72] Compiling Danger SwiftLint.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[60/72] Compiling Danger SwiftLintViolation.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[61/72] Compiling Danger CurrentPathProvider.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[62/72] Compiling Danger ShellExecutor.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[63/72] Compiling Danger GitDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[64/72] Compiling Danger GitHubDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/72] Emitting module Danger
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[66/72] Compiling Danger BitBucketServerDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[67/72] Compiling Danger Danger.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[68/72] Compiling Danger Report.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[69/72] Compiling Danger Settings.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'octokit.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/octokit.swift/OctoKit/Info.plist
[0/1] Planning build
Building for debugging...
[0/8] Write swift-version-24593BA9C3E375BF.txt
[2/16] Emitting module Logger
[3/16] Compiling Logger Logger.swift
[5/17] Emitting module RequestKit
[6/17] Compiling RequestKit JSONPostRouter.swift
[7/17] Emitting module ShellOut
[8/17] Compiling ShellOut ShellOut.swift
[10/17] Compiling RequestKit Router.swift
[11/17] Compiling RequestKit RequestKitSession.swift
[13/42] Compiling OctoKit Review.swift
[14/42] Compiling OctoKit Search.swift
[15/42] Compiling OctoKit Stars.swift
[16/45] Compiling OctoKit Statuses.swift
[17/45] Compiling OctoKit String+PercentEncoding.swift
[18/45] Compiling OctoKit Team.swift
[19/45] Compiling OctoKit NotificationThread.swift
[20/45] Compiling OctoKit Octokit.swift
[21/45] Compiling OctoKit Organization.swift
[22/45] Compiling OctoKit Parameters.swift
[23/45] Compiling OctoKit Configuration.swift
[24/45] Compiling OctoKit File.swift
[25/45] Compiling OctoKit Follow.swift
[26/45] Compiling OctoKit Gist.swift
[27/45] Emitting module OctoKit
[28/45] Compiling OctoKit Plan.swift
[29/45] Compiling OctoKit PreviewHeader.swift
[30/45] Compiling OctoKit PublicKey.swift
[31/45] Compiling OctoKit PullRequest.swift
[32/45] Compiling OctoKit Git.swift
[33/45] Compiling OctoKit Issue.swift
[34/45] Compiling OctoKit Label.swift
[35/45] Compiling OctoKit Milestone.swift
[36/45] Compiling OctoKit Time.swift
[37/45] Compiling OctoKit URL+URLParameters.swift
[38/45] Compiling OctoKit User.swift
[39/45] Compiling OctoKit Reactions.swift
[40/45] Compiling OctoKit Releases.swift
[41/45] Compiling OctoKit Repositories.swift
[42/46] Wrapping AST for OctoKit for debugging
[44/61] Compiling Danger CurrentPathProvider.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[45/61] Compiling Danger ShellExecutor.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[46/63] Compiling Danger SwiftLint.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[47/63] Compiling Danger SwiftLintViolation.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[48/63] Compiling Danger DangerUtils.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[49/63] Compiling Danger DateFormatterExtensions.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[50/63] Compiling Danger NSRegularExpressionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[51/63] Compiling Danger File.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[52/63] Compiling Danger GitDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[53/63] Compiling Danger GitHubDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/63] Emitting module Danger
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[55/63] Compiling Danger BitBucketServerDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[56/63] Compiling Danger Danger.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[57/63] Compiling Danger DangerDSL.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[58/63] Compiling Danger DangerResults.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[59/63] Compiling Danger Report.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
[60/63] Compiling Danger Settings.swift
/host/spi-builder-workspace/.build/checkouts/danger-swift/Sources/Danger/Danger.swift:6:12: error: no such module 'Darwin.C'
 4 |     import Glibc
 5 | #else
 6 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 7 | #endif
 8 | import Logger
BUILD FAILURE 6.1 android