Build Information
Successful build of ScreenData 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.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ServerDriven/ScreenData-swift.git
Reference: 0.4.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ServerDriven/ScreenData-swift
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at 20e1b73 Merge pull request #17 from ServerDriven/develop
Cloned https://github.com/ServerDriven/ScreenData-swift.git
Revision (git rev-parse @):
20e1b73ec66076494135b041a29d43ca0870fd45
SUCCESS checkout https://github.com/ServerDriven/ScreenData-swift.git at 0.4.2
========================================
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/17] Emitting module ScreenData
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let id: UUID = UUID()
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
public let id: UUID = UUID()
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: make the property mutable instead
public let id: UUID = UUID()
~~~ ^
var
[2/19] Compiling ScreenData SomeImage.swift
[3/19] Compiling ScreenData SomeLabel.swift
[4/19] Compiling ScreenData ViewType.swift
[5/19] Compiling ScreenData SomeButton.swift
[6/19] Compiling ScreenData SomeContainerView.swift
[7/19] Compiling ScreenData SomeCustomView.swift
[8/19] Compiling ScreenData ImageAspectScale.swift
[9/19] Compiling ScreenData ViewDirectionAxis.swift
[10/19] Compiling ScreenData SomeView+.swift
[11/19] Compiling ScreenData SomeView.swift
[12/19] Compiling ScreenData SomeScreen.swift
[13/19] Compiling ScreenData DestinationType.swift
[14/19] Compiling ScreenData FontType.swift
[15/19] Compiling ScreenData Destination.swift
[16/19] Compiling ScreenData SomeColor.swift
[17/19] Compiling ScreenData SomeStyle.swift
[18/19] Compiling ScreenData SomeSpacer.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let id: UUID = UUID()
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
public let id: UUID = UUID()
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: make the property mutable instead
public let id: UUID = UUID()
~~~ ^
var
[19/19] Compiling ScreenData SomeText.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
public let id: UUID = UUID()
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
public let id: UUID = UUID()
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: make the property mutable instead
public let id: UUID = UUID()
~~~ ^
var
Build complete! (9.71s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "screendata-swift",
"name": "ScreenData",
"url": "https://github.com/ServerDriven/ScreenData-swift.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScreenData-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/ServerDriven/ScreenData-swift.git
[1/330] Fetching screendata-swift
Fetched https://github.com/ServerDriven/ScreenData-swift.git (0.27s)
Creating working copy for https://github.com/ServerDriven/ScreenData-swift.git
Working copy of https://github.com/ServerDriven/ScreenData-swift.git resolved at 0.4.2
warning: '.resolve-product-dependencies': dependency 'screendata-swift' is not used by any target
Found 0 product dependencies
Done.