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 0.5.1 (8ddcb7), with Swift 6.2 (beta) for Linux on 19 Jun 2025 23:31:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/PersonalityKit.git
Reference: 0.5.1
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
 * tag               0.5.1      -> FETCH_HEAD
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 0.5.1
========================================
Build
========================================
Selected platform:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/btfranklin/ControlledChaos
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.23s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.66s)
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-24593BA9C3E375BF.txt
[4/9] Compiling ControlledChaos Double+randomGaussian.swift
[5/9] Emitting module ControlledChaos
[6/9] Compiling ControlledChaos Bool+randomProbability.swift
[7/9] Compiling ControlledChaos RandomItemBag.swift
[8/9] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[9/9] Compiling ControlledChaos ProbabilityGroup.swift
[11/24] Compiling PersonalityKit PriorityLevel.swift
[12/25] Compiling PersonalityKit BinaryGender.swift
[13/25] Compiling PersonalityKit LifeStage.swift
[14/25] Compiling PersonalityKit BigFivePersonality.swift
[15/25] Compiling PersonalityKit BigFiveTraitConfiguration.swift
[16/25] Compiling PersonalityKit BigFiveOpenness.swift
[17/25] Compiling PersonalityKit Scorable.swift
[18/25] Compiling PersonalityKit UnitRange.swift
[19/25] Compiling PersonalityKit BigFiveConflictResolutionConfiguration.swift
[20/25] Compiling PersonalityKit BigFiveConflictResolutionStyle.swift
[21/25] Emitting module PersonalityKit
[22/25] Compiling PersonalityKit BigFiveExtraversion.swift
[23/25] Compiling PersonalityKit BigFiveNeuroticism.swift
[24/25] Compiling PersonalityKit BigFiveAgreeableness.swift
[25/25] Compiling PersonalityKit BigFiveConscientiousness.swift
Build complete! (16.90s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.