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 CoreGraphicsExtensions, reference main (bf30d5), with Swift 6.2 for macOS (SPM) on 4 Nov 2025 19:25:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/CoreGraphicsExtensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/CoreGraphicsExtensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bf30d59 Safe Area Move
Cloned https://github.com/heestand-xyz/CoreGraphicsExtensions.git
Revision (git rev-parse @):
bf30d59893a67cfc3555db39a8228f205533fd16
SUCCESS checkout https://github.com/heestand-xyz/CoreGraphicsExtensions.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "coregraphicsextensions",
      "name": "CoreGraphicsExtensions",
      "url": "https://github.com/heestand-xyz/CoreGraphicsExtensions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreGraphicsExtensions",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/heestand-xyz/CoreGraphicsExtensions.git
[1/406] Fetching coregraphicsextensions
Fetched https://github.com/heestand-xyz/CoreGraphicsExtensions.git from cache (0.73s)
Creating working copy for https://github.com/heestand-xyz/CoreGraphicsExtensions.git
Working copy of https://github.com/heestand-xyz/CoreGraphicsExtensions.git resolved at main (bf30d59)
warning: '.resolve-product-dependencies': dependency 'coregraphicsextensions' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/heestand-xyz/CoreGraphicsExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/17] Compiling CoreGraphicsExtensions CGFloat+Lerp.swift
[4/18] Compiling CoreGraphicsExtensions CGPoint+Lerp.swift
[5/18] Compiling CoreGraphicsExtensions ReaderTiming.swift
[6/18] Compiling CoreGraphicsExtensions SafeAreaReader.swift
[7/18] 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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
 73 |         } action: { newFrame in
 74 |             if frame.wrappedValue != newFrame {
SwiftUI.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:121:32: warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
119 |     ) -> some View {
120 |         self.onGeometryChange(for: CGPoint.self) { geometry in
121 |             geometry.frame(in: coordinateSpace).center
    |                                `- warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
122 |         } action: { newCenter in
123 |             if center.wrappedValue != newCenter {
SwiftUI.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
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[8/18] 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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
 73 |         } action: { newFrame in
 74 |             if frame.wrappedValue != newFrame {
SwiftUI.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:121:32: warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
119 |     ) -> some View {
120 |         self.onGeometryChange(for: CGPoint.self) { geometry in
121 |             geometry.frame(in: coordinateSpace).center
    |                                `- warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
122 |         } action: { newCenter in
123 |             if center.wrappedValue != newCenter {
SwiftUI.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
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[9/18] 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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
 73 |         } action: { newOrigin in
 74 |             if origin.wrappedValue != newOrigin {
SwiftUI.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:123:32: warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
121 |     ) -> some View {
122 |         self.onGeometryChange(for: CGFloat.self) { geometry in
123 |             geometry.frame(in: coordinateSpace).origin.x
    |                                `- warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
124 |         } action: { newX in
125 |             if x.wrappedValue != newX {
SwiftUI.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:174:32: warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
172 |     ) -> some View {
173 |         self.onGeometryChange(for: CGFloat.self) { geometry in
174 |             geometry.frame(in: coordinateSpace).origin.y
    |                                `- warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
175 |         } action: { newY in
176 |             if y.wrappedValue != newY {
SwiftUI.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
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[10/18] Compiling CoreGraphicsExtensions SafeArea.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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
 73 |         } action: { newOrigin in
 74 |             if origin.wrappedValue != newOrigin {
SwiftUI.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:123:32: warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
121 |     ) -> some View {
122 |         self.onGeometryChange(for: CGFloat.self) { geometry in
123 |             geometry.frame(in: coordinateSpace).origin.x
    |                                `- warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
124 |         } action: { newX in
125 |             if x.wrappedValue != newX {
SwiftUI.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:174:32: warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
172 |     ) -> some View {
173 |         self.onGeometryChange(for: CGFloat.self) { geometry in
174 |             geometry.frame(in: coordinateSpace).origin.y
    |                                `- warning: capture of 'coordinateSpace' with non-Sendable type 'CoordinateSpace' in a '@Sendable' closure [#SendableClosureCaptures]
175 |         } action: { newY in
176 |             if y.wrappedValue != newY {
SwiftUI.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
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[11/18] Compiling CoreGraphicsExtensions CGSize+Resolution.swift
[12/18] Compiling CoreGraphicsExtensions CGSize.swift
[13/18] Compiling CoreGraphicsExtensions CGFloat+Scale.swift
[14/18] Compiling CoreGraphicsExtensions CGPoint.swift
[15/18] Compiling CoreGraphicsExtensions CGRect.swift
[16/18] Compiling CoreGraphicsExtensions CGSize+Place.swift
[17/18] Emitting module CoreGraphicsExtensions
[18/18] Compiling CoreGraphicsExtensions SizeReader.swift
Build complete! (8.62s)
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/SafeArea.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.