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 swift-validated, reference main (065724), with Swift 6.1 for Android on 27 May 2025 10:55:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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/pointfreeco/swift-validated.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/pointfreeco/swift-validated
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 065724c Add `.editorconfig` for consistent code formatting (#19)
Cloned https://github.com/pointfreeco/swift-validated.git
Revision (git rev-parse @):
065724c58df0f7d39d3f22ea92796901a1d2ba75
SUCCESS checkout https://github.com/pointfreeco/swift-validated.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-validated.git
https://github.com/pointfreeco/swift-validated.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nonempty",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-nonempty.git"
    }
  ],
  "manifest_display_name" : "swift-validated",
  "name" : "swift-validated",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Validated",
      "targets" : [
        "Validated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidatedTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidatedTests",
      "path" : "Tests/ValidatedTests",
      "sources" : [
        "ValidatedTests.swift"
      ],
      "target_dependencies" : [
        "Validated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Validated",
      "module_type" : "SwiftTarget",
      "name" : "Validated",
      "path" : "Sources/Validated",
      "product_dependencies" : [
        "NonEmpty"
      ],
      "product_memberships" : [
        "Validated"
      ],
      "sources" : [
        "Validated.swift",
        "Zips.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-nonempty.git
[1/1124] Fetching swift-nonempty
Fetched https://github.com/pointfreeco/swift-nonempty.git from cache (0.23s)
Computing version for https://github.com/pointfreeco/swift-nonempty.git
Computed https://github.com/pointfreeco/swift-nonempty.git at 0.5.0 (0.73s)
Creating working copy for https://github.com/pointfreeco/swift-nonempty.git
Working copy of https://github.com/pointfreeco/swift-nonempty.git resolved at 0.5.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling NonEmpty NonEmpty.swift
[5/11] Compiling NonEmpty NonEmpty+ExpressibleByArrayLiteral.swift
[6/11] Compiling NonEmpty NonEmpty+ExpressibleByDictionaryLiteral.swift
[7/11] Emitting module NonEmpty
[8/11] Compiling NonEmpty NonEmpty+Dictionary.swift
[9/11] Compiling NonEmpty NonEmpty+SetAlgebra.swift
[10/11] Compiling NonEmpty NonEmpty+RangeReplaceableCollection.swift
[11/11] Compiling NonEmpty NonEmpty+String.swift
[13/15] Compiling Validated Zips.swift
[14/15] Compiling Validated Validated.swift
[15/15] Emitting module Validated
Build complete! (6.85s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nonempty",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-nonempty.git"
    }
  ],
  "manifest_display_name" : "swift-validated",
  "name" : "swift-validated",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Validated",
      "targets" : [
        "Validated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidatedTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidatedTests",
      "path" : "Tests/ValidatedTests",
      "sources" : [
        "ValidatedTests.swift"
      ],
      "target_dependencies" : [
        "Validated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Validated",
      "module_type" : "SwiftTarget",
      "name" : "Validated",
      "path" : "Sources/Validated",
      "product_dependencies" : [
        "NonEmpty"
      ],
      "product_memberships" : [
        "Validated"
      ],
      "sources" : [
        "Validated.swift",
        "Zips.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.