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 SwiftlierCLI with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewag/SwiftlierCLI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/drewag/SwiftlierCLI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 94d7313 [BF] Use drewag version of SwiftDate to fix build in swift 5.1
Cloned https://github.com/drewag/SwiftlierCLI.git
Revision (git rev-parse @):
94d7313ecc4cbcd9143365daf228dd0dad4fdce1
SUCCESS checkout https://github.com/drewag/SwiftlierCLI.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/drewag/SwiftlierCLI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/95] Compiling Swiftlier AnySwiftlierError.swift
[6/95] Compiling Swiftlier GenericSwiftlierError.swift
[7/95] Compiling Swiftlier LimitedQueue.swift
[8/98] Compiling Swiftlier Data+Processing.swift
[9/98] Compiling Swiftlier Date+Helpers.swift
[10/98] Compiling Swiftlier DispatchQueue+Enhancements.swift
[11/98] Compiling Swiftlier String+Enhancements.swift
[12/98] Compiling Swiftlier URL+Enhancements.swift
[16/98] Compiling SwiftDate TimePeriod+Support.swift
[17/98] Compiling SwiftDate TimePeriod.swift
[18/98] Compiling SwiftDate TimePeriodProtocol.swift
[19/98] Compiling Swiftlier Syncable.swift
[20/98] Compiling Swiftlier WeakWrapper.swift
[21/104] Compiling Swiftlier Data+Base64.swift
[22/104] Compiling Swiftlier Date+Formatting.swift
[23/104] Compiling Swiftlier Double+Formatting.swift
[24/104] Compiling Swiftlier HeartRateFormatter.swift
[25/104] Compiling Swiftlier TimeInterval+Formatting.swift
[26/104] Compiling Swiftlier BinarySearchTree.swift
[27/104] Compiling Swiftlier FileSystem.swift
[31/104] Compiling Swiftlier SwiftlierError.swift
[32/104] Compiling Swiftlier SwiftlierResult.swift
[33/104] Compiling Swiftlier FileSystem+iOSDirectories.swift
[34/104] Compiling Swiftlier Angle.swift
[35/104] Compiling Swiftlier Day.swift
[36/104] Compiling Swiftlier EmailAddress.swift
[37/104] Compiling Swiftlier HTML.swift
[38/104] Compiling Swiftlier Mass.swift
[39/104] Compiling Swiftlier Price.swift
[40/104] Emitting module Swiftlier
[41/104] Compiling Swiftlier Path+Coding.swift
[42/104] Compiling Swiftlier Path.swift
[43/104] Compiling Swiftlier PersistenceService.swift
[44/104] Compiling Swiftlier ReferenceTypePersistenceService.swift
[45/104] Compiling Swiftlier ValueTypePersistenceService.swift
[46/104] Compiling Swiftlier Bool+Formatting.swift
[47/104] Compiling Swiftlier Coding+Helpers.swift
[48/104] Compiling Swiftlier CodingKeys.swift
[49/104] Compiling Swiftlier NativeTypesDecoder.swift
[50/104] Compiling Swiftlier NativeTypesEncoder.swift
[51/104] Compiling Swiftlier PercentEncodable.swift
[52/104] Compiling Swiftlier SpecDecoder.swift
[53/104] Compiling Swiftlier Collection+Enhancments.swift
[54/104] Compiling Swiftlier OperationBasedError.swift
[55/104] Compiling Swiftlier OtherSwiftlierError.swift
[60/104] Compiling Swiftlier EventCenter.swift
[61/104] Compiling Swiftlier MultiCallback.swift
[62/104] Compiling Swiftlier Observable.swift
[63/104] Compiling Swiftlier ObservableArray.swift
[64/104] Compiling Swiftlier ObservableDictionary.swift
[65/104] Compiling Swiftlier ObservableReference.swift
[66/104] Compiling Swiftlier JSON.swift
[67/104] Compiling Swiftlier NativeTypesStructured.swift
[68/104] Compiling Swiftlier Structured.swift
[69/104] Compiling Swiftlier XML.swift
[70/104] Compiling Swiftlier Age.swift
[71/104] Compiling Swiftlier AlwaysEqual.swift
[88/104] Emitting module SwiftDate
[99/104] Compiling Swiftlier UniquelyIdentifiable.swift
[100/104] Compiling Swiftlier CSVStreamReader.swift
[101/104] Compiling Swiftlier DelimiterStreamReader.swift
[102/104] Compiling Swiftlier StreamReader.swift
[103/104] Compiling Swiftlier Date+Testable.swift
[104/104] Compiling Swiftlier URLSession+Testing.swift
[105/108] Compiling SwiftlierCLI ZipFilePath.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/FileSystem/FileSystem.swift:17:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FileSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 14 | }
 15 |
 16 | public struct FileSystem {
    |               `- note: consider making struct 'FileSystem' conform to the 'Sendable' protocol
 17 |     public static let `default` = FileSystem()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FileSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     public var workingDirectory: DirectoryPath {
[106/108] Compiling SwiftlierCLI ShellCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierCLI/ShellCommand.swift:113:13: warning: var 'commandsToKill' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
111 | }
112 |
113 | private var commandsToKill = [ShellCommand]()
    |             |- warning: var 'commandsToKill' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'commandsToKill' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'commandsToKill' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |
115 | private extension ShellCommand {
[107/108] Emitting module SwiftlierCLI
/Users/admin/builder/spi-builder-workspace/Sources/SwiftlierCLI/ShellCommand.swift:113:13: warning: var 'commandsToKill' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
111 | }
112 |
113 | private var commandsToKill = [ShellCommand]()
    |             |- warning: var 'commandsToKill' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'commandsToKill' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'commandsToKill' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |
115 | private extension ShellCommand {
[108/108] Compiling SwiftlierCLI CommandLineDecoder.swift
Build complete! (42.14s)
Fetching https://github.com/drewag/SwiftDate.git
Fetching https://github.com/drewag/Swiftlier.git
[1/8436] Fetching swiftdate
[2/13004] Fetching swiftdate, swiftlier
Fetched https://github.com/drewag/Swiftlier.git from cache (2.42s)
Fetched https://github.com/drewag/SwiftDate.git from cache (2.42s)
Computing version for https://github.com/drewag/Swiftlier.git
Computed https://github.com/drewag/Swiftlier.git at 6.1.3 (0.66s)
Computing version for https://github.com/drewag/SwiftDate.git
Computed https://github.com/drewag/SwiftDate.git at 6.1.1 (2.75s)
Creating working copy for https://github.com/drewag/Swiftlier.git
Working copy of https://github.com/drewag/Swiftlier.git resolved at 6.1.3
Creating working copy for https://github.com/drewag/SwiftDate.git
Working copy of https://github.com/drewag/SwiftDate.git resolved at 6.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlier",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drewag/Swiftlier.git"
    },
    {
      "identity" : "swiftdate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drewag/SwiftDate.git"
    }
  ],
  "manifest_display_name" : "SwiftlierCLI",
  "name" : "SwiftlierCLI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "SwiftlierCLI",
      "targets" : [
        "SwiftlierCLI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftlierCLITests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlierCLITests",
      "path" : "Tests/SwiftlierCLITests",
      "sources" : [
        "EmptyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftlierCLI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftlierCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlierCLI",
      "path" : "Sources/SwiftlierCLI",
      "product_dependencies" : [
        "Swiftlier",
        "SwiftDate"
      ],
      "product_memberships" : [
        "SwiftlierCLI"
      ],
      "sources" : [
        "CommandLineDecoder.swift",
        "ShellCommand.swift",
        "ZipFilePath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.