The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Shapes, reference 0.2.1 (4f4425), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 16:27:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/c-villain/Shapes.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/c-villain/Shapes
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 4f44259 Merge pull request #7 from c-villain/fix-Bubble-initializer
Cloned https://github.com/c-villain/Shapes.git
Revision (git rev-parse @):
4f44259a55f74087b6aac3d0baae056ccdd531c0
SUCCESS checkout https://github.com/c-villain/Shapes.git at 0.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "shapes",
      "name": "Shapes",
      "url": "https://github.com/c-villain/Shapes.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Shapes",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/c-villain/Shapes.git
[1/149] Fetching shapes
Fetched https://github.com/c-villain/Shapes.git from cache (1.24s)
Creating working copy for https://github.com/c-villain/Shapes.git
Working copy of https://github.com/c-villain/Shapes.git resolved at 0.2.1 (4f44259)
warning: '.resolve-product-dependencies': dependency 'shapes' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/c-villain/Shapes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling Shapes CornerRadius.swift
[4/13] Compiling Shapes Diamonded.swift
[5/13] Compiling Shapes Wave.swift
[6/13] Compiling Shapes ShapeStyle.swift
[7/13] Compiling Shapes Bubbled.swift
[8/13] Compiling Shapes RoundedRectangle.swift
[9/13] Compiling Shapes Diamond.swift
[10/13] Compiling Shapes BottomRight.swift
/Users/admin/builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:15:9: warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'MessageType'; this is an error in the Swift 6 language mode
 1 | import SwiftUI
 2 |
 3 | public enum MessageType {
   |             `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
 4 |     case send
 5 |     case received
   :
13 | public struct Bubble: Shape {
14 |
15 |     var type: MessageType
   |         `- warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'MessageType'; this is an error in the Swift 6 language mode
16 |     var cornerRadius: CGFloat
17 |
/Users/admin/builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:19:9: warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'TailPosition'; this is an error in the Swift 6 language mode
 6 | }
 7 |
 8 | public enum TailPosition {
   |             `- note: consider making enum 'TailPosition' conform to the 'Sendable' protocol
 9 |     case bottom
10 |     case top
   :
17 |
18 |     var tail: (width: CGFloat, height: CGFloat)
19 |     var tailPosition: TailPosition
   |         `- warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'TailPosition'; this is an error in the Swift 6 language mode
20 |
21 |     public init(
[11/13] Compiling Shapes Bubble.swift
/Users/admin/builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:15:9: warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'MessageType'; this is an error in the Swift 6 language mode
 1 | import SwiftUI
 2 |
 3 | public enum MessageType {
   |             `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
 4 |     case send
 5 |     case received
   :
13 | public struct Bubble: Shape {
14 |
15 |     var type: MessageType
   |         `- warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'MessageType'; this is an error in the Swift 6 language mode
16 |     var cornerRadius: CGFloat
17 |
/Users/admin/builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:19:9: warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'TailPosition'; this is an error in the Swift 6 language mode
 6 | }
 7 |
 8 | public enum TailPosition {
   |             `- note: consider making enum 'TailPosition' conform to the 'Sendable' protocol
 9 |     case bottom
10 |     case top
   :
17 |
18 |     var tail: (width: CGFloat, height: CGFloat)
19 |     var tailPosition: TailPosition
   |         `- warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'TailPosition'; this is an error in the Swift 6 language mode
20 |
21 |     public init(
[12/13] Emitting module Shapes
/Users/admin/builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:15:9: warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'MessageType'; this is an error in the Swift 6 language mode
 1 | import SwiftUI
 2 |
 3 | public enum MessageType {
   |             `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
 4 |     case send
 5 |     case received
   :
13 | public struct Bubble: Shape {
14 |
15 |     var type: MessageType
   |         `- warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'MessageType'; this is an error in the Swift 6 language mode
16 |     var cornerRadius: CGFloat
17 |
/Users/admin/builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:19:9: warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'TailPosition'; this is an error in the Swift 6 language mode
 6 | }
 7 |
 8 | public enum TailPosition {
   |             `- note: consider making enum 'TailPosition' conform to the 'Sendable' protocol
 9 |     case bottom
10 |     case top
   :
17 |
18 |     var tail: (width: CGFloat, height: CGFloat)
19 |     var tailPosition: TailPosition
   |         `- warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-Sendable type 'TailPosition'; this is an error in the Swift 6 language mode
20 |
21 |     public init(
[13/13] Compiling Shapes TopRight.swift
[14/14] Compiling Shapes Waved.swift
Build complete! (11.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Shapes",
  "name" : "Shapes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Shapes",
      "targets" : [
        "Shapes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Shapes",
      "module_type" : "SwiftTarget",
      "name" : "Shapes",
      "path" : "Sources/Shapes",
      "product_memberships" : [
        "Shapes"
      ],
      "sources" : [
        "CustomShapes/Bubbles/BottomRight.swift",
        "CustomShapes/Bubbles/Bubble.swift",
        "CustomShapes/Bubbles/TopRight.swift",
        "CustomShapes/Diamond.swift",
        "CustomShapes/RoundedRectangle.swift",
        "CustomShapes/Wave.swift",
        "ViewModifiers/Bubbled.swift",
        "ViewModifiers/CornerRadius.swift",
        "ViewModifiers/Diamonded.swift",
        "ViewModifiers/ShapeStyle.swift",
        "ViewModifiers/Waved.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.