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 LGV_Cleantime, reference 1.4.3 (d585ee), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 09:28:54 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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LittleGreenViper/LGV_Cleantime.git
Reference: 1.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LittleGreenViper/LGV_Cleantime
 * tag               1.4.3      -> FETCH_HEAD
HEAD is now at d585eea - Re-introduced SwiftLint - Reduced the cyclomatic complexity of a couple of functions.
Cloned https://github.com/LittleGreenViper/LGV_Cleantime.git
Revision (git rev-parse @):
d585eea06ca268f10376602a1ae2ef3c1e639cd1
SUCCESS checkout https://github.com/LittleGreenViper/LGV_Cleantime.git at 1.4.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LittleGreenViper/LGV_Cleantime.git
https://github.com/LittleGreenViper/LGV_Cleantime.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LGV_Cleantime",
  "name" : "LGV_Cleantime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "LGV_Cleantime",
      "targets" : [
        "LGV_Cleantime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LGV_CleantimeTests",
      "module_type" : "SwiftTarget",
      "name" : "LGV_CleantimeTests",
      "path" : "Tests/LGV_CleantimeTests",
      "sources" : [
        "LGV_CleantimeCalculationTests.swift",
        "LGV_CleantimeKeytagBuilderTests.swift"
      ],
      "target_dependencies" : [
        "LGV_Cleantime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LGV_Cleantime",
      "module_type" : "SwiftTarget",
      "name" : "LGV_Cleantime",
      "path" : "Sources/LGV_Cleantime",
      "product_memberships" : [
        "LGV_Cleantime"
      ],
      "sources" : [
        "LGV_CleantimeDateCalc.swift",
        "LGV_CleantimeKeytagDescription.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling LGV_Cleantime LGV_CleantimeKeytagDescription.swift
/Users/admin/builder/spi-builder-workspace/Sources/LGV_Cleantime/LGV_CleantimeKeytagDescription.swift:591:23: warning: static property 'keytags' is not concurrency-safe because non-'Sendable' type '[LGV_CleantimeKeytagDescription]' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |  This struct is really only a namespace for a functional and static enum implementation.
 32 |  */
 33 | public struct LGV_CleantimeKeytagDescription {
    |               `- note: consider making struct 'LGV_CleantimeKeytagDescription' conform to the 'Sendable' protocol
 34 |     /* ################################################################################################################################## */
 35 |     // MARK: Private Cyclomatic Complexity Overflow Handler Static Functions.
    :
589 |      This is a preset collection of all the keytags.
590 |      */
591 |     public static let keytags: [LGV_CleantimeKeytagDescription] = [LGV_CleantimeKeytagDescription(totalDays: 0, totalMonths: 0, bodyImage: .body_HotPink, textImage: .text_WelcomeBack),
    |                       |- warning: static property 'keytags' is not concurrency-safe because non-'Sendable' type '[LGV_CleantimeKeytagDescription]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'keytags' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
592 |                                                                    LGV_CleantimeKeytagDescription(totalDays: 1, totalMonths: 0, bodyImage: .body_White, textImage: .text_OneDay),
593 |                                                                    LGV_CleantimeKeytagDescription(totalDays: 30, totalMonths: 0, bodyImage: .body_DaygloOrange, textImage: .text_ThirtyDays),
[4/5] Compiling LGV_Cleantime LGV_CleantimeDateCalc.swift
[5/5] Emitting module LGV_Cleantime
/Users/admin/builder/spi-builder-workspace/Sources/LGV_Cleantime/LGV_CleantimeKeytagDescription.swift:591:23: warning: static property 'keytags' is not concurrency-safe because non-'Sendable' type '[LGV_CleantimeKeytagDescription]' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |  This struct is really only a namespace for a functional and static enum implementation.
 32 |  */
 33 | public struct LGV_CleantimeKeytagDescription {
    |               `- note: consider making struct 'LGV_CleantimeKeytagDescription' conform to the 'Sendable' protocol
 34 |     /* ################################################################################################################################## */
 35 |     // MARK: Private Cyclomatic Complexity Overflow Handler Static Functions.
    :
589 |      This is a preset collection of all the keytags.
590 |      */
591 |     public static let keytags: [LGV_CleantimeKeytagDescription] = [LGV_CleantimeKeytagDescription(totalDays: 0, totalMonths: 0, bodyImage: .body_HotPink, textImage: .text_WelcomeBack),
    |                       |- warning: static property 'keytags' is not concurrency-safe because non-'Sendable' type '[LGV_CleantimeKeytagDescription]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'keytags' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
592 |                                                                    LGV_CleantimeKeytagDescription(totalDays: 1, totalMonths: 0, bodyImage: .body_White, textImage: .text_OneDay),
593 |                                                                    LGV_CleantimeKeytagDescription(totalDays: 30, totalMonths: 0, bodyImage: .body_DaygloOrange, textImage: .text_ThirtyDays),
Build complete! (4.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LGV_Cleantime",
  "name" : "LGV_Cleantime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "LGV_Cleantime",
      "targets" : [
        "LGV_Cleantime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LGV_CleantimeTests",
      "module_type" : "SwiftTarget",
      "name" : "LGV_CleantimeTests",
      "path" : "Tests/LGV_CleantimeTests",
      "sources" : [
        "LGV_CleantimeCalculationTests.swift",
        "LGV_CleantimeKeytagBuilderTests.swift"
      ],
      "target_dependencies" : [
        "LGV_Cleantime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LGV_Cleantime",
      "module_type" : "SwiftTarget",
      "name" : "LGV_Cleantime",
      "path" : "Sources/LGV_Cleantime",
      "product_memberships" : [
        "LGV_Cleantime"
      ],
      "sources" : [
        "LGV_CleantimeDateCalc.swift",
        "LGV_CleantimeKeytagDescription.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.