Build Information
Successful build of deep-codable 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/MPLew-is/deep-codable.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/MPLew-is/deep-codable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 079afbc Merge pull request #1 from MPLew-is/flattened-intermediate-keys
Cloned https://github.com/MPLew-is/deep-codable.git
Revision (git rev-parse @):
079afbc0f7667299d58eae076224abbc7f677a4f
SUCCESS checkout https://github.com/MPLew-is/deep-codable.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "deep-codable",
"name": "deep-codable",
"url": "https://github.com/MPLew-is/deep-codable.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/deep-codable",
"dependencies": [
]
}
]
}
Fetching https://github.com/MPLew-is/deep-codable.git
[1/83] Fetching deep-codable
Fetched https://github.com/MPLew-is/deep-codable.git (0.24s)
Creating working copy for https://github.com/MPLew-is/deep-codable.git
Working copy of https://github.com/MPLew-is/deep-codable.git resolved at main
warning: '.resolve-product-dependencies': dependency 'deep-codable' 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/7] Compiling DeepCodable Value.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:16:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate class Storage<Value> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:18:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate enum Wrapped<Value> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
[2/7] Compiling DeepCodable Node.swift
[3/7] Compiling DeepCodable Tree.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Tree.swift:20:28: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct TreeBuilder<Root> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Tree.swift:17:30: note: 'Root' previously declared here
public struct DeepCodingTree<Root> {
^
[4/7] Compiling DeepCodable Encodable.swift
[5/7] Compiling DeepCodable Codable.swift
[6/7] Compiling DeepCodable Decodable.swift
[7/7] Emitting module DeepCodable
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Tree.swift:20:28: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct TreeBuilder<Root> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Tree.swift:17:30: note: 'Root' previously declared here
public struct DeepCodingTree<Root> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:16:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate class Storage<Value> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:18:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate enum Wrapped<Value> {
^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
Build complete! (4.16s)
Build complete.
Done.