The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SkeletonUI with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CSolanaM/SkeletonUI.git
Reference: 2.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CSolanaM/SkeletonUI
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at d5c8a4f Merge pull request #50 from CSolanaM/develop
Cloned https://github.com/CSolanaM/SkeletonUI.git
Revision (git rev-parse @):
d5c8a4f62be6a631bd4fe1922505eb34e82e5b4e
SUCCESS checkout https://github.com/CSolanaM/SkeletonUI.git at 2.0.1
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing (0.51s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.11.1 (0.46s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.11.1
========================================
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": "skeletonui",
      "name": "SkeletonUI",
      "url": "https://github.com/CSolanaM/SkeletonUI.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SkeletonUI",
      "dependencies": [
        {
          "identity": "swift-snapshot-testing",
          "name": "swift-snapshot-testing",
          "url": "https://github.com/pointfreeco/swift-snapshot-testing",
          "version": "1.15.2",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-snapshot-testing",
          "dependencies": [
            {
              "identity": "swift-syntax",
              "name": "swift-syntax",
              "url": "https://github.com/apple/swift-syntax.git",
              "version": "509.1.0",
              "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CSolanaM/SkeletonUI.git
[1/1149] Fetching skeletonui
Fetched https://github.com/CSolanaM/SkeletonUI.git (0.32s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing (0.56s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.15.2 (0.47s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git (2.60s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.0 (0.72s)
Creating working copy for https://github.com/CSolanaM/SkeletonUI.git
Working copy of https://github.com/CSolanaM/SkeletonUI.git resolved at 2.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.15.2
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.0
warning: '.resolve-product-dependencies': dependency 'skeletonui' is not used by any target
Found 1 product dependencies
  - swift-snapshot-testing
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/CSolanaM/SkeletonUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling SkeletonUI OptionalType.swift
[2/15] Compiling SkeletonUI SkeletonForEach.swift
[3/17] Compiling SkeletonUI Text+OptionalType.swift
[4/17] Compiling SkeletonUI TextField+OptionalType.swift
[5/17] Compiling SkeletonUI ShapeType.swift
[6/17] Compiling SkeletonUI Image+OptionalType.swift
[7/17] Compiling SkeletonUI SkeletonAnimatableModifier.swift
[8/17] Compiling SkeletonUI SkeletonModifier.swift
[9/17] Compiling SkeletonUI Optional+OptionalType.swift
[10/17] Compiling SkeletonUI SecureField+OptionalType.swift
[11/17] Compiling SkeletonUI AnimationType.swift
[12/17] Compiling SkeletonUI AppearanceType.swift
[13/17] Emitting module SkeletonUI
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SkeletonUI/Skeleton/SkeletonShape.swift:4:9: warning: stored property 'shape' of 'Sendable'-conforming struct 'SkeletonShape' has non-sendable type 'ShapeType'
    let shape: ShapeType
        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SkeletonUI/Enumerations/ShapeType.swift:8:13: note: consider making enum 'ShapeType' conform to the 'Sendable' protocol
public enum ShapeType: Equatable {
            ^
                                , Sendable
[14/17] Compiling SkeletonUI Toggle+OptionalType.swift
[15/17] Compiling SkeletonUI View+SkeletonModifier.swift
[16/17] Compiling SkeletonUI SkeletonList.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SkeletonUI/Skeleton/SkeletonShape.swift:4:9: warning: stored property 'shape' of 'Sendable'-conforming struct 'SkeletonShape' has non-sendable type 'ShapeType'
    let shape: ShapeType
        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SkeletonUI/Enumerations/ShapeType.swift:8:13: note: consider making enum 'ShapeType' conform to the 'Sendable' protocol
public enum ShapeType: Equatable {
            ^
                                , Sendable
[17/17] Compiling SkeletonUI SkeletonShape.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SkeletonUI/Skeleton/SkeletonShape.swift:4:9: warning: stored property 'shape' of 'Sendable'-conforming struct 'SkeletonShape' has non-sendable type 'ShapeType'
    let shape: ShapeType
        ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SkeletonUI/Enumerations/ShapeType.swift:8:13: note: consider making enum 'ShapeType' conform to the 'Sendable' protocol
public enum ShapeType: Equatable {
            ^
                                , Sendable
Build complete! (9.69s)
Build complete.
Done.