This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PersonalityKit with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/btfranklin/PersonalityKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
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.52s)
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] Compiling ControlledChaos ProbabilityGroup.swift
[6/9] Compiling ControlledChaos RandomItemBag.swift
[7/9] Emitting module ControlledChaos
[8/9] Compiling ControlledChaos Bool+randomProbability.swift
[9/9] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[11/24] Compiling PersonalityKit PriorityLevel.swift
[12/25] Compiling PersonalityKit BinaryGender.swift
[13/25] Compiling PersonalityKit LifeStage.swift
[14/25] Compiling PersonalityKit BigFiveOpenness.swift
[15/25] Compiling PersonalityKit Scorable.swift
[16/25] Compiling PersonalityKit UnitRange.swift
[17/25] Compiling PersonalityKit BigFiveAgreeableness.swift
[18/25] Compiling PersonalityKit BigFiveConscientiousness.swift
[19/25] Compiling PersonalityKit BigFivePersonality.swift
[20/25] Compiling PersonalityKit BigFiveTraitConfiguration.swift
[21/25] Compiling PersonalityKit BigFiveExtraversion.swift
[22/25] Compiling PersonalityKit BigFiveNeuroticism.swift
[23/25] Emitting module PersonalityKit
[24/25] Compiling PersonalityKit BigFiveConflictResolutionConfiguration.swift
[25/25] Compiling PersonalityKit BigFiveConflictResolutionStyle.swift
Build complete! (15.01s)
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"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.