The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CaseAccessors, reference v2.0.0 (702c2e), with Swift 6.3 for Android on 18 Apr 2026 09:04:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lancelotbronner/swift-case-accessors.git
Reference: v2.0.0
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/Lancelotbronner/swift-case-accessors
 * tag               v2.0.0     -> FETCH_HEAD
HEAD is now at 702c2eb Add tests, fix issue
Cloned https://github.com/Lancelotbronner/swift-case-accessors.git
Revision (git rev-parse @):
702c2eb2f2210d0ff6fbdc89dec85eff8249230c
SUCCESS checkout https://github.com/Lancelotbronner/swift-case-accessors.git at v2.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Lancelotbronner/swift-case-accessors.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.24s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (10.21s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.38s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version--4F562202D5529B1.txt
[4/10] Emitting module CaseAccessorsMacros
[5/10] Compiling CaseAccessorsMacros AccessorsMacro.swift
[6/10] Compiling CaseAccessorsMacros ConditionalsMacro.swift
[7/10] Compiling CaseAccessorsMacros Plugin.swift
[8/11] Wrapping AST for CaseAccessorsMacros for debugging
[9/11] Write Objects.LinkFileList
[10/11] Linking CaseAccessorsMacros-tool
[12/13] Emitting module CaseAccessors
[13/13] Compiling CaseAccessors CaseAccessors.swift
Build complete! (27.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "CaseAccessors",
  "name" : "CaseAccessors",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CaseAccessors",
      "targets" : [
        "CaseAccessors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CaseAccessorsMacros",
      "targets" : [
        "CaseAccessorsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CaseAccessorsTests",
      "module_type" : "SwiftTarget",
      "name" : "CaseAccessorsTests",
      "path" : "Tests/CaseAccessorsTests",
      "sources" : [
        "CaseAccessorsTests.swift"
      ],
      "target_dependencies" : [
        "CaseAccessors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CaseAccessorsMacros",
      "module_type" : "SwiftTarget",
      "name" : "CaseAccessorsMacros",
      "path" : "Sources/CaseAccessorsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CaseAccessors",
        "CaseAccessorsMacros"
      ],
      "sources" : [
        "AccessorsMacro.swift",
        "ConditionalsMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CaseAccessors",
      "module_type" : "SwiftTarget",
      "name" : "CaseAccessors",
      "path" : "Sources/CaseAccessors",
      "product_memberships" : [
        "CaseAccessors"
      ],
      "sources" : [
        "CaseAccessors.swift"
      ],
      "target_dependencies" : [
        "CaseAccessorsMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.