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 Diligence, reference 1.12.0 (2b2cf0), with Swift 6.1 for macOS (SPM) on 12 Oct 2025 05:00:51 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/inseven/diligence.git
Reference: 1.12.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/inseven/diligence
 * tag               1.12.0     -> FETCH_HEAD
HEAD is now at 2b2cf0c feat: Expose `View.prefersTextualRepresentation` (#59)
Submodule path 'scripts/changes': checked out 'd179936a07f3601c01113865c15aeac3cf7b8634'
Submodule 'scripts/changes' (https://github.com/jbmorley/changes.git) registered for path 'scripts/changes'
Cloning into '/Users/admin/builder/spi-builder-workspace/scripts/changes'...
Cloned https://github.com/inseven/diligence.git
Revision (git rev-parse @):
2b2cf0c1b6fb9b42dee2f72fa656162db2610890
SUCCESS checkout https://github.com/inseven/diligence.git at 1.12.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/inseven/diligence.git
https://github.com/inseven/diligence.git
{
  "dependencies" : [
    {
      "identity" : "licensable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.10",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/inseven/licensable"
    }
  ],
  "manifest_display_name" : "Diligence",
  "name" : "Diligence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Diligence",
      "targets" : [
        "Diligence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DiligenceTests",
      "module_type" : "SwiftTarget",
      "name" : "DiligenceTests",
      "path" : "Tests/DiligenceTests",
      "sources" : [
        "DiligenceTests.swift",
        "Equivalence.swift"
      ],
      "target_dependencies" : [
        "Diligence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Diligence",
      "module_type" : "SwiftTarget",
      "name" : "Diligence",
      "path" : "Sources/Diligence",
      "product_dependencies" : [
        "Licensable"
      ],
      "product_memberships" : [
        "Diligence"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Resources/LICENSE",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Builders/AcknowledgementsBuilder.swift",
        "Builders/ActionsBuilder.swift",
        "Builders/CreditsBuilder.swift",
        "Builders/LicenseGroupsBuilder.swift",
        "Builders/LicensesBuilder.swift",
        "Commands/AboutCommands.swift",
        "Commands/ActionsCommands.swift",
        "Environment/PrefersTextualRepresentationEnvironmentKey.swift",
        "Extensions/Array.swift",
        "Extensions/Bundle.swift",
        "Extensions/Color.swift",
        "Extensions/Licensable.swift",
        "Extensions/NSWindow.swift",
        "Extensions/String.swift",
        "Extensions/UIView.swift",
        "Extensions/URL.swift",
        "Extensions/View.swift",
        "Model/Acknowledgements.swift",
        "Model/Action.swift",
        "Model/Contents.swift",
        "Model/Credit.swift",
        "Model/License.swift",
        "Model/LicenseGroup.swift",
        "Model/NamedURL.swift",
        "Scenes/AboutWindowGroup.swift",
        "Scenes/MacAboutWindow.swift",
        "Scenes/MacLicenseWindowGroup.swift",
        "Styles/AttributeLabeledContentStyle.swift",
        "Styles/TableViewRow.swift",
        "Utilities/NativeFont.swift",
        "View Modifiers/HookView.swift",
        "View Modifiers/HorizontalSpace.swift",
        "View Modifiers/Hyperlink.swift",
        "View Modifiers/IsVisibleInScrollView.swift",
        "View Modifiers/PaddingWithMultiplier.swift",
        "View Modifiers/UnderlinesForDifferentiation.swift",
        "Views/AboutButton.swift",
        "Views/AboutLink.swift",
        "Views/AboutView.swift",
        "Views/ActionSection.swift",
        "Views/ApplicationNameTitle.swift",
        "Views/BuildSection.swift",
        "Views/CreditSection.swift",
        "Views/DefaultAboutLinkLabel.swift",
        "Views/HeaderSection.swift",
        "Views/Icon.swift",
        "Views/LabeledContent.swift",
        "Views/LicenseRow.swift",
        "Views/LicenseSection.swift",
        "Views/LicenseView.swift",
        "Views/Link.swift",
        "Views/MacAboutSection.swift",
        "Views/MacAboutView.swift",
        "Views/MacIcon.swift",
        "Views/MacLicenseView.swift",
        "Views/NonWrappingText.swift",
        "Views/PhoneAboutView.swift",
        "Views/TextOrImage.swift",
        "Windows/NSLicenseWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/5] Copying LICENSE
[2/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/12] Compiling Licensable resource_bundle_accessor.swift
[7/12] Compiling Licensable License.swift
[8/12] Compiling Licensable Array.swift
[9/12] Compiling Licensable Attribute.swift
[10/12] Compiling Licensable AnyLicensable.swift
[11/12] Emitting module Licensable
[12/12] Compiling Licensable Licensable.swift
[13/67] Emitting module Diligence
/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Environment/PrefersTextualRepresentationEnvironmentKey.swift:26:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | #if os(macOS)
26 |     public static var defaultValue: Bool = true
   |                       |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | #else
28 |     public static var defaultValue: Bool = false
[14/73] Compiling Diligence AcknowledgementsBuilder.swift
[15/73] Compiling Diligence ActionsBuilder.swift
[16/73] Compiling Diligence CreditsBuilder.swift
[17/73] Compiling Diligence LicenseGroupsBuilder.swift
[18/73] Compiling Diligence LicensesBuilder.swift
[19/73] Compiling Diligence AboutCommands.swift
[20/73] Compiling Diligence AboutWindowGroup.swift
[21/73] Compiling Diligence MacAboutWindow.swift
[22/73] Compiling Diligence MacLicenseWindowGroup.swift
[23/73] Compiling Diligence AttributeLabeledContentStyle.swift
[24/73] Compiling Diligence TableViewRow.swift
[25/73] Compiling Diligence NativeFont.swift
[26/73] Compiling Diligence ActionsCommands.swift
/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Environment/PrefersTextualRepresentationEnvironmentKey.swift:26:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | #if os(macOS)
26 |     public static var defaultValue: Bool = true
   |                       |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | #else
28 |     public static var defaultValue: Bool = false
[27/73] Compiling Diligence PrefersTextualRepresentationEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Environment/PrefersTextualRepresentationEnvironmentKey.swift:26:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | #if os(macOS)
26 |     public static var defaultValue: Bool = true
   |                       |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | #else
28 |     public static var defaultValue: Bool = false
[28/73] Compiling Diligence Array.swift
/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Environment/PrefersTextualRepresentationEnvironmentKey.swift:26:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | #if os(macOS)
26 |     public static var defaultValue: Bool = true
   |                       |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | #else
28 |     public static var defaultValue: Bool = false
[29/73] Compiling Diligence Bundle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Environment/PrefersTextualRepresentationEnvironmentKey.swift:26:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | #if os(macOS)
26 |     public static var defaultValue: Bool = true
   |                       |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | #else
28 |     public static var defaultValue: Bool = false
[30/73] Compiling Diligence Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Environment/PrefersTextualRepresentationEnvironmentKey.swift:26:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | #if os(macOS)
26 |     public static var defaultValue: Bool = true
   |                       |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | #else
28 |     public static var defaultValue: Bool = false
[31/73] Compiling Diligence Licensable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Environment/PrefersTextualRepresentationEnvironmentKey.swift:26:23: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | #if os(macOS)
26 |     public static var defaultValue: Bool = true
   |                       |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | #else
28 |     public static var defaultValue: Bool = false
[32/73] Compiling Diligence HookView.swift
[33/73] Compiling Diligence HorizontalSpace.swift
[34/73] Compiling Diligence Hyperlink.swift
[35/73] Compiling Diligence IsVisibleInScrollView.swift
[36/73] Compiling Diligence PaddingWithMultiplier.swift
[37/73] Compiling Diligence UnderlinesForDifferentiation.swift
[38/73] Compiling Diligence MacLicenseView.swift
[39/73] Compiling Diligence NonWrappingText.swift
[40/73] Compiling Diligence PhoneAboutView.swift
[41/73] Compiling Diligence TextOrImage.swift
[42/73] Compiling Diligence NSLicenseWindow.swift
[43/73] Compiling Diligence resource_bundle_accessor.swift
[44/73] Compiling Diligence CreditSection.swift
[45/73] Compiling Diligence DefaultAboutLinkLabel.swift
[46/73] Compiling Diligence HeaderSection.swift
[47/73] Compiling Diligence Icon.swift
[48/73] Compiling Diligence LabeledContent.swift
[49/73] Compiling Diligence LicenseRow.swift
[50/73] Compiling Diligence LicenseSection.swift
[51/73] Compiling Diligence LicenseView.swift
[52/73] Compiling Diligence Link.swift
[53/73] Compiling Diligence MacAboutSection.swift
[54/73] Compiling Diligence MacAboutView.swift
[55/73] Compiling Diligence MacIcon.swift
[56/73] Compiling Diligence Action.swift
[57/73] Compiling Diligence Contents.swift
[58/73] Compiling Diligence Credit.swift
[59/73] Compiling Diligence License.swift
[60/73] Compiling Diligence LicenseGroup.swift
[61/73] Compiling Diligence NamedURL.swift
[62/73] Compiling Diligence NSWindow.swift
[63/73] Compiling Diligence String.swift
[64/73] Compiling Diligence UIView.swift
[65/73] Compiling Diligence URL.swift
[66/73] Compiling Diligence View.swift
[67/73] Compiling Diligence Acknowledgements.swift
[68/73] Compiling Diligence AboutButton.swift
[69/73] Compiling Diligence AboutLink.swift
[70/73] Compiling Diligence AboutView.swift
[71/73] Compiling Diligence ActionSection.swift
[72/73] Compiling Diligence ApplicationNameTitle.swift
[73/73] Compiling Diligence BuildSection.swift
Build complete! (13.01s)
Fetching https://github.com/inseven/licensable
[1/119] Fetching licensable
Fetched https://github.com/inseven/licensable from cache (0.68s)
Computing version for https://github.com/inseven/licensable
Computed https://github.com/inseven/licensable at 0.0.13 (1.15s)
Creating working copy for https://github.com/inseven/licensable
Working copy of https://github.com/inseven/licensable resolved at 0.0.13
Build complete.
{
  "dependencies" : [
    {
      "identity" : "licensable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.10",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/inseven/licensable"
    }
  ],
  "manifest_display_name" : "Diligence",
  "name" : "Diligence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Diligence",
      "targets" : [
        "Diligence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DiligenceTests",
      "module_type" : "SwiftTarget",
      "name" : "DiligenceTests",
      "path" : "Tests/DiligenceTests",
      "sources" : [
        "DiligenceTests.swift",
        "Equivalence.swift"
      ],
      "target_dependencies" : [
        "Diligence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Diligence",
      "module_type" : "SwiftTarget",
      "name" : "Diligence",
      "path" : "Sources/Diligence",
      "product_dependencies" : [
        "Licensable"
      ],
      "product_memberships" : [
        "Diligence"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Diligence/Resources/LICENSE",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Builders/AcknowledgementsBuilder.swift",
        "Builders/ActionsBuilder.swift",
        "Builders/CreditsBuilder.swift",
        "Builders/LicenseGroupsBuilder.swift",
        "Builders/LicensesBuilder.swift",
        "Commands/AboutCommands.swift",
        "Commands/ActionsCommands.swift",
        "Environment/PrefersTextualRepresentationEnvironmentKey.swift",
        "Extensions/Array.swift",
        "Extensions/Bundle.swift",
        "Extensions/Color.swift",
        "Extensions/Licensable.swift",
        "Extensions/NSWindow.swift",
        "Extensions/String.swift",
        "Extensions/UIView.swift",
        "Extensions/URL.swift",
        "Extensions/View.swift",
        "Model/Acknowledgements.swift",
        "Model/Action.swift",
        "Model/Contents.swift",
        "Model/Credit.swift",
        "Model/License.swift",
        "Model/LicenseGroup.swift",
        "Model/NamedURL.swift",
        "Scenes/AboutWindowGroup.swift",
        "Scenes/MacAboutWindow.swift",
        "Scenes/MacLicenseWindowGroup.swift",
        "Styles/AttributeLabeledContentStyle.swift",
        "Styles/TableViewRow.swift",
        "Utilities/NativeFont.swift",
        "View Modifiers/HookView.swift",
        "View Modifiers/HorizontalSpace.swift",
        "View Modifiers/Hyperlink.swift",
        "View Modifiers/IsVisibleInScrollView.swift",
        "View Modifiers/PaddingWithMultiplier.swift",
        "View Modifiers/UnderlinesForDifferentiation.swift",
        "Views/AboutButton.swift",
        "Views/AboutLink.swift",
        "Views/AboutView.swift",
        "Views/ActionSection.swift",
        "Views/ApplicationNameTitle.swift",
        "Views/BuildSection.swift",
        "Views/CreditSection.swift",
        "Views/DefaultAboutLinkLabel.swift",
        "Views/HeaderSection.swift",
        "Views/Icon.swift",
        "Views/LabeledContent.swift",
        "Views/LicenseRow.swift",
        "Views/LicenseSection.swift",
        "Views/LicenseView.swift",
        "Views/Link.swift",
        "Views/MacAboutSection.swift",
        "Views/MacAboutView.swift",
        "Views/MacIcon.swift",
        "Views/MacLicenseView.swift",
        "Views/NonWrappingText.swift",
        "Views/PhoneAboutView.swift",
        "Views/TextOrImage.swift",
        "Windows/NSLicenseWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.