The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MyNameIsURL, reference master (3a8dcf), with Swift 6.2 for Android on 18 Jun 2025 01:22:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/jemmons/MyNameIsURL.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/jemmons/MyNameIsURL
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3a8dcf7 Makes dynamic package manager badges static.
Cloned https://github.com/jemmons/MyNameIsURL.git
Revision (git rev-parse @):
3a8dcf72296bc046d4c5a8e85a191e43add28999
SUCCESS checkout https://github.com/jemmons/MyNameIsURL.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jemmons/MyNameIsURL.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/18] Emitting module MyNameIsURL
[4/20] Compiling MyNameIsURL Scheme+URLMatchable.swift
[5/20] Compiling MyNameIsURL URLMatchable.swift
[6/20] Compiling MyNameIsURL Not.swift
[7/20] Compiling MyNameIsURL Or.swift
[8/20] Compiling MyNameIsURL User.swift
[9/20] Compiling MyNameIsURL Domain.swift
[10/20] Compiling MyNameIsURL PathComponent.swift
[11/20] Compiling MyNameIsURL Scheme.swift
[12/20] Compiling MyNameIsURL Host.swift
[13/20] Compiling MyNameIsURL HostSuffix.swift
[14/20] Compiling MyNameIsURL Password.swift
[15/20] Compiling MyNameIsURL Path.swift
[16/20] Compiling MyNameIsURL PathPrefix.swift
[17/20] Compiling MyNameIsURL Port.swift
[18/20] Compiling MyNameIsURL String+HostComponents.swift
[19/20] Compiling MyNameIsURL URL+Scheme.swift
[20/20] Compiling MyNameIsURL And.swift
Build complete! (17.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MyNameIsURL",
  "name" : "MyNameIsURL",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MyNameIsURL",
      "targets" : [
        "MyNameIsURL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MyNameIsURLTests",
      "module_type" : "SwiftTarget",
      "name" : "MyNameIsURLTests",
      "path" : "Tests/MyNameIsURLTests",
      "sources" : [
        "AndTests.swift",
        "DomainTests.swift",
        "HostSuffixTests.swift",
        "HostTests.swift",
        "NotTests.swift",
        "OrTests.swift",
        "PasswordTests.swift",
        "PathPrefixTests.swift",
        "PathTests.swift",
        "PatternOperatorTests.swift",
        "PortTests.swift",
        "SchemeTests.swift",
        "Support/Factory+DomainName.swift",
        "Support/Factory+Host.swift",
        "Support/Factory+HostSuffix.swift",
        "Support/Factory+Password.swift",
        "Support/Factory+Path.swift",
        "Support/Factory+PathPrefix.swift",
        "Support/Factory+Port.swift",
        "Support/Factory+Scheme.swift",
        "Support/Factory+User.swift",
        "Support/Factory.swift",
        "URLSchemeTests.swift",
        "UserTests.swift"
      ],
      "target_dependencies" : [
        "MyNameIsURL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MyNameIsURL",
      "module_type" : "SwiftTarget",
      "name" : "MyNameIsURL",
      "path" : "Sources/MyNameIsURL",
      "product_memberships" : [
        "MyNameIsURL"
      ],
      "sources" : [
        "Extensions/String+HostComponents.swift",
        "Extensions/URL+Scheme.swift",
        "Matchers/And.swift",
        "Matchers/Host.swift",
        "Matchers/HostSuffix.swift",
        "Matchers/Not.swift",
        "Matchers/Or.swift",
        "Matchers/Password.swift",
        "Matchers/Path.swift",
        "Matchers/PathPrefix.swift",
        "Matchers/Port.swift",
        "Matchers/Scheme+URLMatchable.swift",
        "Matchers/URLMatchable.swift",
        "Matchers/User.swift",
        "Types/Domain.swift",
        "Types/PathComponent.swift",
        "Types/Scheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.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.