The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CUISeparator, reference main (0dfe34), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 17:04:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/robhasacamera/CUISeparator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robhasacamera/CUISeparator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0dfe344 Fixing display of vertical thin dotted separator.
Cloned https://github.com/robhasacamera/CUISeparator.git
Revision (git rev-parse @):
0dfe344d5bb9afb9dea1e0974995e693001cd569
SUCCESS checkout https://github.com/robhasacamera/CUISeparator.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/robhasacamera/CUISeparator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling CUIPreviewKit CUILoremIspum.swift
[5/7] Compiling CUIPreviewKit CUICaptionedView.swift
[6/7] Compiling CUIPreviewKit CUICenteredPreview.swift
[7/7] Emitting module CUIPreviewKit
[8/9] Compiling CUISeparator CUISeparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:151:9: warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
 64 |
 65 |     /// The orientation for the separator.
 66 |     public enum Orientation: Identifiable, CaseIterable {
    |                 `- note: consider making enum 'Orientation' conform to the 'Sendable' protocol
 67 |         /// Provides a leading to trailing separator.
 68 |         case horizontal
    :
149 |
150 | struct _CUISeparatorPath: Shape {
151 |     var orientation: CUISeparator.Orientation
    |         `- warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
152 |
153 |     func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:244:1: warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
242 | }
243 |
244 | extension ContentSizeCategory: Identifiable {
    | |- warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
245 |     public var id: ContentSizeCategory { self }
246 | }
[9/9] Emitting module CUISeparator
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:151:9: warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
 64 |
 65 |     /// The orientation for the separator.
 66 |     public enum Orientation: Identifiable, CaseIterable {
    |                 `- note: consider making enum 'Orientation' conform to the 'Sendable' protocol
 67 |         /// Provides a leading to trailing separator.
 68 |         case horizontal
    :
149 |
150 | struct _CUISeparatorPath: Shape {
151 |     var orientation: CUISeparator.Orientation
    |         `- warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
152 |
153 |     func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:244:1: warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
242 | }
243 |
244 | extension ContentSizeCategory: Identifiable {
    | |- warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
245 |     public var id: ContentSizeCategory { self }
246 | }
Build complete! (9.20s)
Fetching https://github.com/robhasacamera/CUIPreviewKit.git
[3/38] Fetching cuipreviewkit
Fetched https://github.com/robhasacamera/CUIPreviewKit.git from cache (0.58s)
Computing version for https://github.com/robhasacamera/CUIPreviewKit.git
Computed https://github.com/robhasacamera/CUIPreviewKit.git at 0.1.2 (1.10s)
Creating working copy for https://github.com/robhasacamera/CUIPreviewKit.git
Working copy of https://github.com/robhasacamera/CUIPreviewKit.git resolved at 0.1.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cuipreviewkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/robhasacamera/CUIPreviewKit.git"
    }
  ],
  "manifest_display_name" : "CUISeparator",
  "name" : "CUISeparator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CUISeparator",
      "targets" : [
        "CUISeparator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CUISeparatorTests",
      "module_type" : "SwiftTarget",
      "name" : "CUISeparatorTests",
      "path" : "Tests/CUISeparatorTests",
      "sources" : [
        "CUISeparatorTests.swift"
      ],
      "target_dependencies" : [
        "CUISeparator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CUISeparator",
      "module_type" : "SwiftTarget",
      "name" : "CUISeparator",
      "path" : "Sources/CUISeparator",
      "product_dependencies" : [
        "CUIPreviewKit"
      ],
      "product_memberships" : [
        "CUISeparator"
      ],
      "sources" : [
        "CUISeparator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.