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 swift-secrecy with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.8
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattia/swift-secrecy.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mattia/swift-secrecy
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 54570e4 Fortify `Secret.Wrapped` value protection (#9)
Cloned https://github.com/mattia/swift-secrecy.git
Revision (git rev-parse @):
54570e445a100bffc239ef351fa4217e53f4b6f6
SUCCESS checkout https://github.com/mattia/swift-secrecy.git at 0.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-secrecy",
      "name": "swift-secrecy",
      "url": "https://github.com/mattia/swift-secrecy.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-secrecy",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattia/swift-secrecy.git from cache
Fetched https://github.com/mattia/swift-secrecy.git (0.16s)
Creating working copy for https://github.com/mattia/swift-secrecy.git
Working copy of https://github.com/mattia/swift-secrecy.git resolved at 0.2.0
warning: '.resolve-product-dependencies': dependency 'swift-secrecy' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/mattia/swift-secrecy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Secrecy Secret+Literal.swift
[2/6] Compiling Secrecy Secret+Encodable.swift
[3/6] Compiling Secrecy Redactor.swift
[4/6] Emitting module Secrecy
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Secrecy/Secret.swift:27:33: warning: generic parameter 'Wrapped' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public struct UnwrappedSecret<Wrapped> {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Secrecy/Secret.swift:3:22: note: 'Wrapped' previously declared here
public struct Secret<Wrapped> {
                     ^
[5/6] Compiling Secrecy Secret+Decodable.swift
[6/6] Compiling Secrecy Secret.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Secrecy/Secret.swift:27:33: warning: generic parameter 'Wrapped' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public struct UnwrappedSecret<Wrapped> {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Secrecy/Secret.swift:3:22: note: 'Wrapped' previously declared here
public struct Secret<Wrapped> {
                     ^
Build complete! (1.27s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.