The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CoreGraphicsExtensions, reference 2.0.1 (a64b26), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 12:38:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/CoreGraphicsExtensions.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/CoreGraphicsExtensions
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at a64b26e Estimated Pixels per Point
Cloned https://github.com/heestand-xyz/CoreGraphicsExtensions.git
Revision (git rev-parse @):
a64b26e06b6f95fd0bc04cdd97d1466d6167634a
SUCCESS checkout https://github.com/heestand-xyz/CoreGraphicsExtensions.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/heestand-xyz/CoreGraphicsExtensions.git
https://github.com/heestand-xyz/CoreGraphicsExtensions.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreGraphicsExtensions",
  "name" : "CoreGraphicsExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreGraphicsExtensions",
      "targets" : [
        "CoreGraphicsExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreGraphicsExtensions",
      "module_type" : "SwiftTarget",
      "name" : "CoreGraphicsExtensions",
      "path" : "Sources/CoreGraphicsExtensions",
      "product_memberships" : [
        "CoreGraphicsExtensions"
      ],
      "sources" : [
        "CGFloat+Scale.swift",
        "CGPoint.swift",
        "CGRect.swift",
        "CGSize+Place.swift",
        "CGSize+Resolution.swift",
        "CGSize.swift",
        "CGVector.swift",
        "Geometry/FrameReader.swift",
        "Geometry/OriginReader.swift",
        "Geometry/SafeAreaReader.swift",
        "Geometry/SizeReader.swift",
        "Geometry/Timing/ReaderTiming.swift",
        "Lerp/CGFloat+Lerp.swift",
        "Lerp/CGPoint+Lerp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling CoreGraphicsExtensions CGFloat+Scale.swift
[4/16] Compiling CoreGraphicsExtensions CGPoint.swift
[5/16] Compiling CoreGraphicsExtensions CGSize+Resolution.swift
[6/16] Compiling CoreGraphicsExtensions CGSize.swift
[7/16] Compiling CoreGraphicsExtensions CGVector.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsExtensions/Geometry/FrameReader.swift:72:32: warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
 70 |     ) -> some View {
 71 |         self.onGeometryChange(for: CGRect.self) { geometry in
 72 |             geometry.frame(in: coordinateSpace)
    |                                `- warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
 73 |         } action: { newFrame in
 74 |             frame.wrappedValue = newFrame
SwiftUICore.CoordinateSpace:2:13: note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | public enum CoordinateSpace {
  |             `- note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
3 |     case global
4 |     case local
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsExtensions/Geometry/FrameReader.swift:119:32: warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
117 |     ) -> some View {
118 |         self.onGeometryChange(for: CGPoint.self) { geometry in
119 |             geometry.frame(in: coordinateSpace).center
    |                                `- warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
120 |         } action: { newCenter in
121 |             center.wrappedValue = newCenter
SwiftUICore.CoordinateSpace:2:13: note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | public enum CoordinateSpace {
  |             `- note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
3 |     case global
4 |     case local
[8/16] Compiling CoreGraphicsExtensions FrameReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsExtensions/Geometry/FrameReader.swift:72:32: warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
 70 |     ) -> some View {
 71 |         self.onGeometryChange(for: CGRect.self) { geometry in
 72 |             geometry.frame(in: coordinateSpace)
    |                                `- warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
 73 |         } action: { newFrame in
 74 |             frame.wrappedValue = newFrame
SwiftUICore.CoordinateSpace:2:13: note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | public enum CoordinateSpace {
  |             `- note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
3 |     case global
4 |     case local
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsExtensions/Geometry/FrameReader.swift:119:32: warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
117 |     ) -> some View {
118 |         self.onGeometryChange(for: CGPoint.self) { geometry in
119 |             geometry.frame(in: coordinateSpace).center
    |                                `- warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
120 |         } action: { newCenter in
121 |             center.wrappedValue = newCenter
SwiftUICore.CoordinateSpace:2:13: note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | public enum CoordinateSpace {
  |             `- note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
3 |     case global
4 |     case local
[9/16] Emitting module CoreGraphicsExtensions
[10/16] Compiling CoreGraphicsExtensions SafeAreaReader.swift
[11/16] Compiling CoreGraphicsExtensions CGRect.swift
[12/16] Compiling CoreGraphicsExtensions CGSize+Place.swift
[13/16] Compiling CoreGraphicsExtensions OriginReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsExtensions/Geometry/OriginReader.swift:72:32: warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
 70 |     ) -> some View {
 71 |         self.onGeometryChange(for: CGPoint.self) { geometry in
 72 |             geometry.frame(in: coordinateSpace).origin
    |                                `- warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
 73 |         } action: { newOrigin in
 74 |             origin.wrappedValue = newOrigin
SwiftUICore.CoordinateSpace:2:13: note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | public enum CoordinateSpace {
  |             `- note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
3 |     case global
4 |     case local
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsExtensions/Geometry/OriginReader.swift:121:32: warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
119 |     ) -> some View {
120 |         self.onGeometryChange(for: CGFloat.self) { geometry in
121 |             geometry.frame(in: coordinateSpace).origin.x
    |                                `- warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
122 |         } action: { newX in
123 |             x.wrappedValue = newX
SwiftUICore.CoordinateSpace:2:13: note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | public enum CoordinateSpace {
  |             `- note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
3 |     case global
4 |     case local
/Users/admin/builder/spi-builder-workspace/Sources/CoreGraphicsExtensions/Geometry/OriginReader.swift:170:32: warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
168 |     ) -> some View {
169 |         self.onGeometryChange(for: CGFloat.self) { geometry in
170 |             geometry.frame(in: coordinateSpace).origin.y
    |                                `- warning: capture of 'coordinateSpace' with non-sendable type 'CoordinateSpace' in a '@Sendable' closure
171 |         } action: { newY in
172 |             y.wrappedValue = newY
SwiftUICore.CoordinateSpace:2:13: note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | public enum CoordinateSpace {
  |             `- note: enum 'CoordinateSpace' does not conform to the 'Sendable' protocol
3 |     case global
4 |     case local
[14/16] Compiling CoreGraphicsExtensions ReaderTiming.swift
[15/16] Compiling CoreGraphicsExtensions CGFloat+Lerp.swift
[16/16] Compiling CoreGraphicsExtensions SizeReader.swift
[17/17] Compiling CoreGraphicsExtensions CGPoint+Lerp.swift
Build complete! (9.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreGraphicsExtensions",
  "name" : "CoreGraphicsExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreGraphicsExtensions",
      "targets" : [
        "CoreGraphicsExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreGraphicsExtensions",
      "module_type" : "SwiftTarget",
      "name" : "CoreGraphicsExtensions",
      "path" : "Sources/CoreGraphicsExtensions",
      "product_memberships" : [
        "CoreGraphicsExtensions"
      ],
      "sources" : [
        "CGFloat+Scale.swift",
        "CGPoint.swift",
        "CGRect.swift",
        "CGSize+Place.swift",
        "CGSize+Resolution.swift",
        "CGSize.swift",
        "CGVector.swift",
        "Geometry/FrameReader.swift",
        "Geometry/OriginReader.swift",
        "Geometry/SafeAreaReader.swift",
        "Geometry/SizeReader.swift",
        "Geometry/Timing/ReaderTiming.swift",
        "Lerp/CGFloat+Lerp.swift",
        "Lerp/CGPoint+Lerp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.