Build Information
Successful build of BetterCodable with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marksands/BetterCodable.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marksands/BetterCodable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2b4a27f Adds nested property wrapper example test
Cloned https://github.com/marksands/BetterCodable.git
Revision (git rev-parse @):
2b4a27f03c8fe80f195ac2b6ac1764213406ee89
SUCCESS checkout https://github.com/marksands/BetterCodable.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/marksands/BetterCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/20] Compiling BetterCodable LosslessValue.swift
[4/20] Compiling BetterCodable LossyArray.swift
[5/22] Compiling BetterCodable DefaultFalse.swift
[6/22] Compiling BetterCodable DefaultTrue.swift
[7/22] Compiling BetterCodable ISO8601Strategy.swift
[8/22] Compiling BetterCodable DefaultCodable.swift
[9/22] Compiling BetterCodable DefaultEmptyArray.swift
[10/22] Compiling BetterCodable DefaultEmptyDictionary.swift
[11/22] Emitting module BetterCodable
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
^
[12/22] Compiling BetterCodable Base64Strategy.swift
[13/22] Compiling BetterCodable DataValue.swift
[14/22] Compiling BetterCodable DateValue.swift
[15/22] Compiling BetterCodable RFC2822Strategy.swift
[16/22] Compiling BetterCodable RFC3339Strategy.swift
[17/22] Compiling BetterCodable LossyDictionary.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
^
[18/22] Compiling BetterCodable LossyOptional.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
^
[19/22] Compiling BetterCodable ISO8601WithFractionalSecondsStrategy.swift
[20/22] Compiling BetterCodable LosslessArray.swift
[21/22] Compiling BetterCodable TimestampStrategy.swift
[22/22] Compiling BetterCodable YearMonthDayStrategy.swift
Build complete! (2.91s)
Build complete.
Done.