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 AndroidLooper, reference main (0f26e1), with Swift 6.2 (beta) for Android on 22 Jun 2025 15:59:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/PADL/AndroidLooper.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/PADL/AndroidLooper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f26e1b make AExecutor initializer throw
Cloned https://github.com/PADL/AndroidLooper.git
Revision (git rev-parse @):
0f26e1bdb989120f5689d74ea69a0525833ecd52
SUCCESS checkout https://github.com/PADL/AndroidLooper.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PADL/AndroidLooper.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/apple/swift-system
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.36s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.70s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Building for debugging...
[0/5] Write sources
[2/5] Compiling CSystem shims.c
[3/5] Compiling CAndroidLooper CAndroidLooper.cpp
[3/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/33] Emitting module SystemPackage
[7/36] Compiling SystemPackage Util+StringArray.swift
[8/36] Compiling SystemPackage Util.swift
[9/36] Compiling SystemPackage UtilConsumers.swift
[10/36] Compiling SystemPackage Errno.swift
[11/36] Compiling SystemPackage ErrnoWindows.swift
[12/36] Compiling SystemPackage FileDescriptor.swift
[13/36] Compiling SystemPackage FileHelpers.swift
[14/36] Compiling SystemPackage FilePathParsing.swift
[15/36] Compiling SystemPackage FilePathString.swift
[16/36] Compiling SystemPackage FilePathSyntax.swift
[17/36] Compiling SystemPackage FilePathTemp.swift
[18/36] Compiling SystemPackage FilePathTempPosix.swift
[19/36] Compiling SystemPackage FilePathTempWindows.swift
[20/36] Compiling SystemPackage FilePathWindows.swift
[21/36] Compiling SystemPackage FilePermissions.swift
[22/36] Compiling SystemPackage MachPort.swift
[23/36] Compiling SystemPackage PlatformString.swift
[24/36] Compiling SystemPackage SystemString.swift
[25/36] Compiling SystemPackage Mocking.swift
[26/36] Compiling SystemPackage RawBuffer.swift
[27/36] Compiling SystemPackage Syscalls.swift
[28/36] Compiling SystemPackage WindowsSyscallAdapters.swift
[29/36] Compiling SystemPackage FileOperations.swift
[30/36] Compiling SystemPackage FilePath.swift
[31/36] Compiling SystemPackage FilePathComponentView.swift
[32/36] Compiling SystemPackage FilePathComponents.swift
[33/36] Compiling SystemPackage Backcompat.swift
[34/36] Compiling SystemPackage CInterop.swift
[35/36] Compiling SystemPackage Constants.swift
[36/36] Compiling SystemPackage Exports.swift
[38/42] Emitting module AndroidLooper
[39/42] Compiling AndroidLooper AExecutor.swift
[40/42] Compiling AndroidLooper LockedState.swift
[41/42] Compiling AndroidLooper ALooper.swift
[42/42] Compiling AndroidLooper UIThread.swift
Build complete! (16.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "AndroidLooper",
  "name" : "AndroidLooper",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AndroidLooper",
      "targets" : [
        "AndroidLooper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAndroidLooper",
      "module_type" : "ClangTarget",
      "name" : "CAndroidLooper",
      "path" : "Sources/CAndroidLooper",
      "product_memberships" : [
        "AndroidLooper"
      ],
      "sources" : [
        "CAndroidLooper.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidLooper",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLooper",
      "path" : "Sources/AndroidLooper",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "AndroidLooper"
      ],
      "sources" : [
        "AExecutor.swift",
        "ALooper.swift",
        "LockedState.swift",
        "UIThread.swift"
      ],
      "target_dependencies" : [
        "CAndroidLooper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.