The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BetterCodable 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/marksands/BetterCodable.git
Reference: 0.4.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marksands/BetterCodable
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 6115317 Adds ISO8601WithFractionalSecondsStrategy
Cloned https://github.com/marksands/BetterCodable.git into spi-builder-workspace
61153170668db7a46a20a87e35e70f80b24d4eb5
SUCCESS checkout https://github.com/marksands/BetterCodable.git at 0.4.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/16] Compiling BetterCodable DefaultTrue.swift
[2/16] Compiling BetterCodable ISO8601Strategy.swift
[3/18] Emitting module BetterCodable
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:32:40: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct LossyDecodableValue<Value: Decodable>: Decodable {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[4/18] Compiling BetterCodable DefaultEmptyDictionary.swift
[5/18] Compiling BetterCodable DefaultFalse.swift
[6/18] Compiling BetterCodable ISO8601WithFractionalSecondsStrategy.swift
[7/18] Compiling BetterCodable LosslessArray.swift
[8/18] Compiling BetterCodable LossyDictionary.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:32:40: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct LossyDecodableValue<Value: Decodable>: Decodable {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[9/18] Compiling BetterCodable LossyOptional.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:32:40: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct LossyDecodableValue<Value: Decodable>: Decodable {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[10/18] Compiling BetterCodable RFC2822Strategy.swift
[11/18] Compiling BetterCodable RFC3339Strategy.swift
[12/18] Compiling BetterCodable DateValue.swift
[13/18] Compiling BetterCodable DefaultCodable.swift
[14/18] Compiling BetterCodable DefaultEmptyArray.swift
[15/18] Compiling BetterCodable LosslessValue.swift
[16/18] Compiling BetterCodable LossyArray.swift
[17/18] Compiling BetterCodable TimestampStrategy.swift
[18/18] Compiling BetterCodable YearMonthDayStrategy.swift
Build complete! (5.54s)
Build complete.
Done.