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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marksands/BetterCodable.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bettercodable",
      "name": "BetterCodable",
      "url": "https://github.com/marksands/BetterCodable.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BetterCodable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/marksands/BetterCodable.git from cache
Fetched https://github.com/marksands/BetterCodable.git (0.26s)
Creating working copy for https://github.com/marksands/BetterCodable.git
Working copy of https://github.com/marksands/BetterCodable.git resolved at master
warning: '.resolve-product-dependencies': dependency 'bettercodable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/18] Compiling BetterCodable RFC2822Strategy.swift
[2/18] Compiling BetterCodable RFC3339Strategy.swift
[3/18] Compiling BetterCodable LossyDictionary.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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 LossyOptional.swift
/Users/builder/builds/TDmZkXJm/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[5/18] Compiling BetterCodable LosslessValue.swift
[6/18] Compiling BetterCodable LossyArray.swift
[7/18] Compiling BetterCodable DefaultFalse.swift
[8/18] Compiling BetterCodable DefaultTrue.swift
[9/18] Compiling BetterCodable ISO8601Strategy.swift
[10/20] Compiling BetterCodable DefaultCodable.swift
[11/20] Compiling BetterCodable DefaultEmptyArray.swift
[12/20] Compiling BetterCodable DefaultEmptyDictionary.swift
[13/20] Emitting module BetterCodable
/Users/builder/builds/TDmZkXJm/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BetterCodable/LossyDictionary.swift:7:46: note: 'Value' previously declared here
public struct LossyDictionary<Key: Hashable, Value> {
                                             ^
[14/20] Compiling BetterCodable ISO8601WithFractionalSecondsStrategy.swift
[15/20] Compiling BetterCodable LosslessArray.swift
[16/20] Compiling BetterCodable Base64Strategy.swift
[17/20] Compiling BetterCodable DataValue.swift
[18/20] Compiling BetterCodable DateValue.swift
[19/20] Compiling BetterCodable TimestampStrategy.swift
[20/20] Compiling BetterCodable YearMonthDayStrategy.swift
Build complete! (9.03s)
Build complete.
Done.