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 Mocker, reference master (77b5ab), with Swift 6.2 (beta) for Android on 21 Jun 2025 01:15:07 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WeTransfer/Mocker.git
Reference: master
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/WeTransfer/Mocker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 77b5abb Restore CODEOWNERS from backup in master branch
Submodule path 'Submodules/WeTransfer-iOS-CI': checked out '41b37067e599cdbc23dfd1cc86848f015b35a7dc'
Submodule 'Submodules/WeTransfer-iOS-CI' (https://github.com/WeTransfer/WeTransfer-iOS-CI.git) registered for path 'Submodules/WeTransfer-iOS-CI'
Cloning into '/host/spi-builder-workspace/Submodules/WeTransfer-iOS-CI'...
Cloned https://github.com/WeTransfer/Mocker.git
Revision (git rev-parse @):
77b5abb4c803ca8199bdc7c6f4a9e0c78dcb6a93
SUCCESS checkout https://github.com/WeTransfer/Mocker.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/WeTransfer/Mocker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/10] Emitting module Mocker
[4/10] Compiling Mocker Mock+DataType.swift
[5/10] Compiling Mocker XCTest+Mocker.swift
[6/10] Compiling Mocker URLMatchType.swift
[7/10] Compiling Mocker OnRequestHandler.swift
[8/10] Compiling Mocker MockingURLProtocol.swift
[9/10] Compiling Mocker Mocker.swift
[10/10] Compiling Mocker Mock.swift
Build complete! (16.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mocker",
  "name" : "Mocker",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Mocker",
      "targets" : [
        "Mocker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "MockerTests",
      "module_type" : "SwiftTarget",
      "name" : "MockerTests",
      "path" : "Tests/MockerTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/MockerTests/Resources/JSON Files/example.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/MockerTests/Resources/sample-redirect-get.data",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/MockerTests/Resources/wetransfer_bot_avatar.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MockTests.swift",
        "MockedData.swift",
        "MockerTests.swift"
      ],
      "target_dependencies" : [
        "Mocker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mocker",
      "module_type" : "SwiftTarget",
      "name" : "Mocker",
      "path" : "Sources/Mocker",
      "product_memberships" : [
        "Mocker"
      ],
      "sources" : [
        "Mock+DataType.swift",
        "Mock.swift",
        "Mocker.swift",
        "MockingURLProtocol.swift",
        "OnRequestHandler.swift",
        "URLMatchType.swift",
        "XCTest+Mocker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.