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

Successful build of Danger, reference main (6933c9), with Swift 6.1 for Linux on 16 Jun 2025 11:43:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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/mozilla-mobile/firefox-ios.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/mozilla-mobile/firefox-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6933c9b Add FXIOS-12323 Implement default browser modal instructions (#27273)
Updating files:  91% (10515/11500)
Updating files:  92% (10580/11500)
Updating files:  93% (10695/11500)
Updating files:  94% (10810/11500)
Updating files:  95% (10925/11500)
Updating files:  96% (11040/11500)
Updating files:  97% (11155/11500)
Updating files:  98% (11270/11500)
Updating files:  99% (11385/11500)
Updating files: 100% (11500/11500)
Updating files: 100% (11500/11500), done.
Cloned https://github.com/mozilla-mobile/firefox-ios.git
Revision (git rev-parse @):
6933c9b8c34e02a487341fe73bc07298783d2ba0
SUCCESS checkout https://github.com/mozilla-mobile/firefox-ios.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mozilla-mobile/firefox-ios.git
https://github.com/mozilla-mobile/firefox-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift",
      "requirement" : {
        "exact" : [
          "3.20.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danger/swift.git"
    },
    {
      "identity" : "danger-swift-coverage",
      "requirement" : {
        "exact" : [
          "1.2.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/f-meloni/danger-swift-coverage"
    }
  ],
  "manifest_display_name" : "Danger",
  "name" : "Danger",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15"
    },
    {
      "name" : "macos",
      "version" : "11"
    }
  ],
  "products" : [
    {
      "name" : "DangerDeps",
      "targets" : [
        "DangerDependencies"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DangerDependencies",
      "module_type" : "SwiftTarget",
      "name" : "DangerDependencies",
      "path" : "Sources/DangerDependencies",
      "product_dependencies" : [
        "Danger",
        "DangerSwiftCoverage"
      ],
      "product_memberships" : [
        "DangerDeps"
      ],
      "sources" : [
        "Fake.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:930f780586bc21db1787241f3d35e477ed11b1101cff6fb987f4f674f121f048
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/danger/swift.git
Fetching https://github.com/f-meloni/danger-swift-coverage
[1/731] Fetching danger-swift-coverage
[732/11040] Fetching danger-swift-coverage, swift
Fetched https://github.com/f-meloni/danger-swift-coverage from cache (0.89s)
Fetched https://github.com/danger/swift.git from cache (0.93s)
Computing version for https://github.com/f-meloni/danger-swift-coverage
Computed https://github.com/f-meloni/danger-swift-coverage at 1.2.1 (1.85s)
Computing version for https://github.com/danger/swift.git
Computed https://github.com/danger/swift.git at 3.20.2 (0.59s)
Fetching https://github.com/nerdishbynature/octokit.swift
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/mxcl/Version
[1/116] Fetching logger
[117/409] Fetching logger, version
Fetched https://github.com/shibapm/Logger from cache (0.22s)
Fetched https://github.com/mxcl/Version from cache (0.23s)
[1/4995] Fetching octokit.swift
Fetched https://github.com/nerdishbynature/octokit.swift from cache (0.38s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (0.88s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.26s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (0.93s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.81s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.47s)
Creating working copy for https://github.com/f-meloni/danger-swift-coverage
Working copy of https://github.com/f-meloni/danger-swift-coverage resolved at 1.2.1
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/swift.git
Working copy of https://github.com/danger/swift.git resolved at 3.20.2
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/nerdishbynature/octokit.swift
Working copy of https://github.com/nerdishbynature/octokit.swift resolved at 0.14.0
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/17] Write sources
[7/17] Write swift-version-24593BA9C3E375BF.txt
[9/25] Emitting module Logger
[10/25] Compiling Logger Logger.swift
[11/26] Compiling RequestKit Router.swift
[12/26] Compiling DangerShellExecutor ShellExecutor.swift
[13/26] Emitting module DangerShellExecutor
[14/26] Compiling RequestKit JSONPostRouter.swift
[15/26] Compiling RequestKit RequestKitSession.swift
[16/26] Emitting module RequestKit
[19/28] Wrapping AST for DangerShellExecutor for debugging
[20/28] Wrapping AST for RequestKit for debugging
[21/28] Wrapping AST for Logger for debugging
[23/54] Emitting module OctoKit
[24/57] Compiling OctoKit Configuration.swift
[25/57] Compiling OctoKit File.swift
[26/57] Compiling OctoKit Follow.swift
[27/57] Compiling OctoKit Gist.swift
[28/57] Compiling OctoKit NotificationThread.swift
[29/57] Compiling OctoKit Octokit.swift
[30/57] Compiling OctoKit Organization.swift
[31/57] Compiling OctoKit Parameters.swift
[32/57] Compiling OctoKit Time.swift
[33/57] Compiling OctoKit URL+URLParameters.swift
[34/57] Compiling OctoKit User.swift
[35/57] Compiling OctoKit Git.swift
[36/57] Compiling OctoKit Issue.swift
[37/57] Compiling OctoKit Label.swift
[38/57] Compiling OctoKit Milestone.swift
[39/57] Compiling OctoKit Plan.swift
[40/57] Compiling OctoKit PreviewHeader.swift
[41/57] Compiling OctoKit PublicKey.swift
[42/57] Compiling OctoKit PullRequest.swift
[43/57] Compiling OctoKit Statuses.swift
[44/57] Compiling OctoKit String+PercentEncoding.swift
[45/57] Compiling OctoKit Team.swift
[46/57] Compiling OctoKit Review.swift
[47/57] Compiling OctoKit Search.swift
[48/57] Compiling OctoKit Stars.swift
[49/57] Compiling OctoKit Reactions.swift
[50/57] Compiling OctoKit Releases.swift
[51/57] Compiling OctoKit Repositories.swift
[52/58] Wrapping AST for OctoKit for debugging
[54/77] Emitting module Danger
[55/79] Compiling Danger File.swift
[56/79] Compiling Danger GitDSL.swift
[57/79] Compiling Danger GitDiff.swift
[58/79] Compiling Danger CurrentPathProvider.swift
[59/79] Compiling Danger SwiftLint.swift
[60/79] Compiling Danger SwiftLintViolation.swift
[61/79] Compiling Danger SwiftlintReportDeleter.swift
[62/79] Compiling Danger Danger.swift
[63/79] Compiling Danger DangerDSL.swift
[64/79] Compiling Danger DangerResults.swift
[65/79] Compiling Danger Report.swift
[66/79] Compiling Danger Settings.swift
[67/79] Compiling Danger DangerUtils.swift
[68/79] Compiling Danger DateFormatterExtensions.swift
[69/79] Compiling Danger NSRegularExpressionExtensions.swift
[70/79] Compiling Danger BitBucketCloud.swift
[71/79] Compiling Danger BitBucketMetadata.swift
[72/79] Compiling Danger BitBucketServerDSL.swift
[73/79] Compiling Danger GitHubDSL.swift
[74/79] Compiling Danger GitLabDSL.swift
[75/80] Wrapping AST for Danger for debugging
[77/90] Compiling DangerSwiftCoverage XcCovJSONParser.swift
[78/90] Compiling DangerSwiftCoverage XcodeBuildCoverageParser.swift
[79/91] Compiling DangerSwiftCoverage ShellOutExecutor.swift
[80/91] Compiling DangerSwiftCoverage SPMCoverageParser.swift
[81/91] Compiling DangerSwiftCoverage XcodeBuildCoverage.swift
[82/91] Compiling DangerSwiftCoverage XcresultBundleFinder.swift
[83/91] Emitting module DangerSwiftCoverage
[84/91] Compiling DangerSwiftCoverage Report.swift
[85/91] Compiling DangerSwiftCoverage SPMCoverage.swift
[86/91] Compiling DangerSwiftCoverage DangerSwiftCoverage.swift
[87/91] Compiling DangerSwiftCoverage ExcludedTarget.swift
[88/92] Wrapping AST for DangerSwiftCoverage for debugging
[90/94] Emitting module DangerDependencies
[91/94] Compiling DangerDependencies Fake.swift
[92/95] Wrapping AST for DangerDependencies for debugging
[93/95] Write Objects.LinkFileList
[94/95] Linking libDangerDeps.so
Build complete! (29.77s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift",
      "requirement" : {
        "exact" : [
          "3.20.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danger/swift.git"
    },
    {
      "identity" : "danger-swift-coverage",
      "requirement" : {
        "exact" : [
          "1.2.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/f-meloni/danger-swift-coverage"
    }
  ],
  "manifest_display_name" : "Danger",
  "name" : "Danger",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15"
    },
    {
      "name" : "macos",
      "version" : "11"
    }
  ],
  "products" : [
    {
      "name" : "DangerDeps",
      "targets" : [
        "DangerDependencies"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DangerDependencies",
      "module_type" : "SwiftTarget",
      "name" : "DangerDependencies",
      "path" : "Sources/DangerDependencies",
      "product_dependencies" : [
        "Danger",
        "DangerSwiftCoverage"
      ],
      "product_memberships" : [
        "DangerDeps"
      ],
      "sources" : [
        "Fake.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:930f780586bc21db1787241f3d35e477ed11b1101cff6fb987f4f674f121f048
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.