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 Soft, reference 0.0.6 (3f76fb), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 19:30:26 UTC.

Swift 6 data race errors: 0

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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oliveroneill/soft.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oliveroneill/soft
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at 3f76fb2 Change isExpired to public
Cloned https://github.com/oliveroneill/soft.git
Revision (git rev-parse @):
3f76fb2ac43e1101b932575bd41fb8833b00a0cb
SUCCESS checkout https://github.com/oliveroneill/soft.git at 0.0.6
Fetching https://github.com/oliveroneill/WebBrowser.git
Fetching https://github.com/IBM-Swift/SwiftyRequest.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/IBM-Swift/CircuitBreaker.git
[1/58] Fetching webbrowser
[59/829] Fetching webbrowser, loggerapi
[75/1789] Fetching webbrowser, loggerapi, shellout
[248/3522] Fetching webbrowser, loggerapi, shellout, circuitbreaker
[535/5617] Fetching webbrowser, loggerapi, shellout, circuitbreaker, swiftyrequest
Fetched https://github.com/IBM-Swift/CircuitBreaker.git from cache (1.14s)
Fetched https://github.com/IBM-Swift/SwiftyRequest.git from cache (1.14s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.14s)
Fetched https://github.com/oliveroneill/WebBrowser.git from cache (1.14s)
Computing version for https://github.com/oliveroneill/WebBrowser.git
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (1.14s)
Computed https://github.com/oliveroneill/WebBrowser.git at 1.0.0 (1.71s)
Computing version for https://github.com/IBM-Swift/SwiftyRequest.git
Computed https://github.com/IBM-Swift/SwiftyRequest.git at 1.1.3 (0.55s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.1.0 (0.52s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/oliveroneill/soft.git
https://github.com/oliveroneill/soft.git
{
  "dependencies" : [
    {
      "identity" : "swiftyrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/SwiftyRequest.git"
    },
    {
      "identity" : "webbrowser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/oliveroneill/WebBrowser.git"
    }
  ],
  "manifest_display_name" : "Soft",
  "name" : "Soft",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Soft",
      "targets" : [
        "Soft"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SoftTests",
      "module_type" : "SwiftTarget",
      "name" : "SoftTests",
      "path" : "Tests/SoftTests",
      "sources" : [
        "AuthorizationTokenFetcherTests.swift",
        "SpotifyAuthorizedHTTPClientTests.swift",
        "SpotifyClientCredentialsTests.swift",
        "SpotifyClientTests.swift",
        "SpotifyOAuthTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Soft"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Soft",
      "module_type" : "SwiftTarget",
      "name" : "Soft",
      "path" : "Sources/Soft",
      "product_dependencies" : [
        "SwiftyRequest",
        "WebBrowser"
      ],
      "product_memberships" : [
        "Soft"
      ],
      "sources" : [
        "AuthorizationTokenFetcher.swift",
        "ClientCredentials.swift",
        "FileHandler.swift",
        "HTTPClient.swift",
        "Model.swift",
        "SpotifyAuthorizedHTTPClient.swift",
        "SpotifyClient.swift",
        "SpotifyClientCredentials.swift",
        "SpotifyOAuth.swift",
        "TokenInfo.swift",
        "TokenInfoCredentials.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
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/8] Write sources
[7/8] Write swift-version-2F0A5646E1D333AE.txt
[9/15] Emitting module Logging
[10/15] Compiling Logging Locks.swift
[11/15] Compiling Logging LogHandler.swift
[12/15] Compiling Logging MetadataProvider.swift
[13/15] Compiling Logging Logging.swift
[14/17] Compiling ShellOut ShellOut.swift
[15/17] Emitting module ShellOut
[16/17] Compiling LoggerAPI Logger.swift
[17/17] Emitting module LoggerAPI
[18/29] Compiling CircuitBreaker Bulkhead.swift
[19/29] Compiling CircuitBreaker BreakerError.swift
[20/30] Emitting module CircuitBreaker
[21/30] Compiling CircuitBreaker MonitorCollection.swift
[22/30] Compiling CircuitBreaker Snapshot.swift
[23/30] Compiling CircuitBreaker Stats.swift
[24/30] Compiling CircuitBreaker Collection.swift
[25/30] Compiling CircuitBreaker CircuitBreaker.swift
[26/30] Compiling CircuitBreaker Invocation.swift
[27/30] Compiling CircuitBreaker Monitor.swift
[28/30] Compiling CircuitBreaker Utils.swift
[29/40] Compiling WebBrowser WebBrowser.swift
[30/40] Emitting module WebBrowser
[31/40] Compiling SwiftyRequest JSONWrapper.swift
[32/40] Compiling SwiftyRequest StringExtensions.swift
[33/40] Compiling SwiftyRequest RestToken.swift
[34/40] Compiling SwiftyRequest HTTPMethod.swift
[35/40] Compiling SwiftyRequest JSON.swift
[36/40] Compiling SwiftyRequest CodableExtensions.swift
[37/40] Compiling SwiftyRequest MultipartFormData.swift
[38/40] Emitting module SwiftyRequest
[39/40] Compiling SwiftyRequest RestUtilities.swift
[40/40] Compiling SwiftyRequest RestRequest.swift
[41/52] Compiling Soft SpotifyAuthorizedHTTPClient.swift
[42/53] Compiling Soft FileHandler.swift
[43/53] Compiling Soft HTTPClient.swift
[44/53] Emitting module Soft
[45/53] Compiling Soft Util.swift
[46/53] Compiling Soft TokenInfoCredentials.swift
[47/53] Compiling Soft SpotifyClient.swift
[48/53] Compiling Soft SpotifyClientCredentials.swift
[49/53] Compiling Soft SpotifyOAuth.swift
[50/53] Compiling Soft AuthorizationTokenFetcher.swift
[51/53] Compiling Soft ClientCredentials.swift
[52/53] Compiling Soft Model.swift
[53/53] Compiling Soft TokenInfo.swift
Build complete! (19.55s)
Updating https://github.com/IBM-Swift/SwiftyRequest.git
Updating https://github.com/oliveroneill/WebBrowser.git
Updated https://github.com/IBM-Swift/SwiftyRequest.git (0.40s)
Updated https://github.com/oliveroneill/WebBrowser.git (0.40s)
Computing version for https://github.com/oliveroneill/WebBrowser.git
Computed https://github.com/oliveroneill/WebBrowser.git at 1.0.0 (0.97s)
Updating https://github.com/JohnSundell/ShellOut.git
Updated https://github.com/JohnSundell/ShellOut.git (0.50s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (3.23s)
Computing version for https://github.com/IBM-Swift/SwiftyRequest.git
Computed https://github.com/IBM-Swift/SwiftyRequest.git at 1.1.3 (0.53s)
Updating https://github.com/IBM-Swift/LoggerAPI.git
Updating https://github.com/IBM-Swift/CircuitBreaker.git
Updated https://github.com/IBM-Swift/LoggerAPI.git (0.48s)
Updated https://github.com/IBM-Swift/CircuitBreaker.git (0.48s)
Computing version for https://github.com/IBM-Swift/CircuitBreaker.git
Computed https://github.com/IBM-Swift/CircuitBreaker.git at 5.1.0 (1.14s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.9.200 (0.55s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.93s)
Creating working copy for https://github.com/IBM-Swift/LoggerAPI.git
Working copy of https://github.com/IBM-Swift/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/IBM-Swift/CircuitBreaker.git
Working copy of https://github.com/IBM-Swift/CircuitBreaker.git resolved at 5.1.0
Creating working copy for https://github.com/oliveroneill/WebBrowser.git
Working copy of https://github.com/oliveroneill/WebBrowser.git resolved at 1.0.0
Creating working copy for https://github.com/IBM-Swift/SwiftyRequest.git
Working copy of https://github.com/IBM-Swift/SwiftyRequest.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
warning: 'circuitbreaker': 'circuitbreaker' dependency on 'https://github.com/Kitura/LoggerAPI.git' conflicts with dependency on 'https://github.com/IBM-Swift/LoggerAPI.git' which has the same identity 'loggerapi'. this will be escalated to an error in future versions of SwiftPM.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftyrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/SwiftyRequest.git"
    },
    {
      "identity" : "webbrowser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/oliveroneill/WebBrowser.git"
    }
  ],
  "manifest_display_name" : "Soft",
  "name" : "Soft",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Soft",
      "targets" : [
        "Soft"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SoftTests",
      "module_type" : "SwiftTarget",
      "name" : "SoftTests",
      "path" : "Tests/SoftTests",
      "sources" : [
        "AuthorizationTokenFetcherTests.swift",
        "SpotifyAuthorizedHTTPClientTests.swift",
        "SpotifyClientCredentialsTests.swift",
        "SpotifyClientTests.swift",
        "SpotifyOAuthTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Soft"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Soft",
      "module_type" : "SwiftTarget",
      "name" : "Soft",
      "path" : "Sources/Soft",
      "product_dependencies" : [
        "SwiftyRequest",
        "WebBrowser"
      ],
      "product_memberships" : [
        "Soft"
      ],
      "sources" : [
        "AuthorizationTokenFetcher.swift",
        "ClientCredentials.swift",
        "FileHandler.swift",
        "HTTPClient.swift",
        "Model.swift",
        "SpotifyAuthorizedHTTPClient.swift",
        "SpotifyClient.swift",
        "SpotifyClientCredentials.swift",
        "SpotifyOAuth.swift",
        "TokenInfo.swift",
        "TokenInfoCredentials.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.