The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-secrecy with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
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/2/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 into spi-builder-workspace
54570e445a100bffc239ef351fa4217e53f4b6f6
SUCCESS checkout https://github.com/mattia/swift-secrecy.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/6] Compiling Secrecy Secret.swift
/Users/builder/builds/TDmZkXJm/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Secrecy/Secret.swift:3:22: note: 'Wrapped' previously declared here
public struct Secret<Wrapped> {
                     ^
[2/6] Compiling Secrecy Secret+Encodable.swift
[3/6] Compiling Secrecy Secret+Decodable.swift
[4/6] Emitting module Secrecy
/Users/builder/builds/TDmZkXJm/2/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/2/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 Redactor.swift
[6/6] Compiling Secrecy Secret+Literal.swift
Build complete! (1.03s)
Build complete.
Done.