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 PersonalityKit, reference main (8ddcb7), with Swift 6.2 (beta) for Android on 19 Jun 2025 23:31:40 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.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/btfranklin/PersonalityKit.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/btfranklin/PersonalityKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ddcb75 Updated to latest dependency versions.
Cloned https://github.com/btfranklin/PersonalityKit.git
Revision (git rev-parse @):
8ddcb757741d38a0eaebcb1b69a73c074094107a
SUCCESS checkout https://github.com/btfranklin/PersonalityKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/btfranklin/PersonalityKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/btfranklin/ControlledChaos
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.22s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.63s)
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/9] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[5/9] Compiling ControlledChaos ProbabilityGroup.swift
[6/9] Compiling ControlledChaos Bool+randomProbability.swift
[7/9] Compiling ControlledChaos Double+randomGaussian.swift
[8/9] Compiling ControlledChaos RandomItemBag.swift
[9/9] Emitting module ControlledChaos
[11/24] Compiling PersonalityKit PriorityLevel.swift
[12/25] Compiling PersonalityKit BigFivePersonality.swift
[13/25] Compiling PersonalityKit BigFiveTraitConfiguration.swift
[14/25] Compiling PersonalityKit BinaryGender.swift
[15/25] Compiling PersonalityKit LifeStage.swift
[16/25] Compiling PersonalityKit UnitRange.swift
[17/25] Emitting module PersonalityKit
[18/25] Compiling PersonalityKit BigFiveOpenness.swift
[19/25] Compiling PersonalityKit Scorable.swift
[20/25] Compiling PersonalityKit BigFiveExtraversion.swift
[21/25] Compiling PersonalityKit BigFiveNeuroticism.swift
[22/25] Compiling PersonalityKit BigFiveConflictResolutionConfiguration.swift
[23/25] Compiling PersonalityKit BigFiveConflictResolutionStyle.swift
[24/25] Compiling PersonalityKit BigFiveAgreeableness.swift
[25/25] Compiling PersonalityKit BigFiveConscientiousness.swift
Build complete! (20.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "controlledchaos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/btfranklin/ControlledChaos"
    }
  ],
  "manifest_display_name" : "PersonalityKit",
  "name" : "PersonalityKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "PersonalityKit",
      "targets" : [
        "PersonalityKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PersonalityKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PersonalityKitTests",
      "path" : "Tests/PersonalityKitTests",
      "sources" : [
        "Big Five/BigFiveConflictResolutionStyleTests.swift",
        "Big Five/BigFiveTraitConfigurationTests.swift",
        "Big Five/traits/BigFiveAgreeablenessTests.swift",
        "Big Five/traits/BigFiveConcientiousnessTests.swift",
        "Big Five/traits/BigFiveExtraversionTests.swift",
        "Big Five/traits/BigFiveNeuroticismTests.swift",
        "Big Five/traits/BigFiveOpennessTests.swift"
      ],
      "target_dependencies" : [
        "PersonalityKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersonalityKit",
      "module_type" : "SwiftTarget",
      "name" : "PersonalityKit",
      "path" : "Sources/PersonalityKit",
      "product_dependencies" : [
        "ControlledChaos"
      ],
      "product_memberships" : [
        "PersonalityKit"
      ],
      "sources" : [
        "Big Five/BigFiveConflictResolutionConfiguration.swift",
        "Big Five/BigFiveConflictResolutionStyle.swift",
        "Big Five/BigFivePersonality.swift",
        "Big Five/BigFiveTraitConfiguration.swift",
        "Big Five/traits/BigFiveAgreeableness.swift",
        "Big Five/traits/BigFiveConscientiousness.swift",
        "Big Five/traits/BigFiveExtraversion.swift",
        "Big Five/traits/BigFiveNeuroticism.swift",
        "Big Five/traits/BigFiveOpenness.swift",
        "Big Five/traits/Scorable.swift",
        "BinaryGender.swift",
        "LifeStage.swift",
        "PriorityLevel.swift",
        "UnitRange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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.