The Swift Package Index logo.Swift Package Index

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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ServerDriven/ScreenData-swift.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ServerDriven/ScreenData-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScreenData-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ServerDriven/ScreenData-swift.git from cache
Fetched https://github.com/ServerDriven/ScreenData-swift.git (0.17s)
Creating working copy for https://github.com/ServerDriven/ScreenData-swift.git
Working copy of https://github.com/ServerDriven/ScreenData-swift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'screendata-swift' 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/17] Compiling ScreenData DestinationType.swift
[2/17] Compiling ScreenData FontType.swift
[3/19] Compiling ScreenData SomeImage.swift
[4/19] Compiling ScreenData SomeLabel.swift
[5/19] Compiling ScreenData ViewType.swift
[6/19] Compiling ScreenData SomeButton.swift
[7/19] Compiling ScreenData Destination.swift
[8/19] Compiling ScreenData SomeColor.swift
[9/19] Compiling ScreenData SomeStyle.swift
[10/19] Emitting module ScreenData
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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
[11/19] Compiling ScreenData SomeContainerView.swift
[12/19] Compiling ScreenData SomeCustomView.swift
[13/19] Compiling ScreenData SomeView+.swift
[14/19] Compiling ScreenData SomeView.swift
[15/19] Compiling ScreenData SomeScreen.swift
[16/19] Compiling ScreenData ImageAspectScale.swift
[17/19] Compiling ScreenData ViewDirectionAxis.swift
[18/19] Compiling ScreenData SomeSpacer.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/3/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/3/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! (8.08s)
Build complete.
Done.