The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Shapes, reference main (4f4425), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:12:57 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/c-villain/Shapes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/c-villain/Shapes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/c-villain/Shapes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling Shapes Bubbled.swift
[4/14] Compiling Shapes ShapeStyle.swift
[5/14] Compiling Shapes Diamonded.swift
[6/14] Compiling Shapes CornerRadius.swift
[7/14] Compiling Shapes Wave.swift
[8/14] Compiling Shapes Diamond.swift
[9/14] Compiling Shapes RoundedRectangle.swift
[10/14] 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(
[11/14] 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(
[12/14] 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(
[13/14] Compiling Shapes TopRight.swift
[14/14] Compiling Shapes Waved.swift
Build complete! (10.33s)
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.