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 iOverlay, reference 1.22.0 (6a505d), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 13:51:52 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/iShape-Swift/iOverlay.git
Reference: 1.22.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iShape-Swift/iOverlay
 * tag               1.22.0     -> FETCH_HEAD
HEAD is now at 6a505d5 shape api for decompose
Cloned https://github.com/iShape-Swift/iOverlay.git
Revision (git rev-parse @):
6a505d514485f7c0d059492e0386d668123441af
SUCCESS checkout https://github.com/iShape-Swift/iOverlay.git at 1.22.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/iShape-Swift/iOverlay.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/20] Compiling iTree Array.swift
[7/20] Emitting module iTree
[8/20] Compiling iTree RedBlackTree.swift
[9/20] Compiling iTree NodeStore.swift
[10/20] Compiling iTree TreeNode.swift
[11/20] Compiling iFixFloat Triangle.swift
[12/20] Compiling iFixFloat UInt128.swift
[13/21] Compiling iFixFloat BitPack.swift
[14/21] Emitting module iFixFloat
[15/21] Compiling iFixFloat Rect.swift
[16/21] Compiling iFixFloat Vec.swift
[17/21] Compiling iFixFloat FixVec.swift
[18/21] Compiling iFixFloat FixSin.swift
[19/21] Compiling iFixFloat FixAngle.swift
[20/21] Compiling iFixFloat Point.swift
[21/21] Compiling iFixFloat FixFloat.swift
[22/31] Compiling iShape Path.swift
[23/32] Compiling iShape Shape.swift
[24/32] Compiling iShape FixShapes.swift
[25/32] Compiling iShape CGPoint.swift
[26/32] Compiling iShape CGFloat.swift
[27/32] Compiling iShape FixPaths.swift
[28/32] Compiling iShape FixShape.swift
[29/32] Compiling iShape FixPath.swift
[30/32] Compiling iShape FixBnd.swift
[31/32] Emitting module iShape
[32/32] Compiling iShape Adapter.swift
[33/69] Emitting module iOverlay
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Point.swift:10:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import iFixFloat
 9 |
10 | extension Point: Comparable {
   | |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func < (lhs: SIMD2<Scalar>, rhs: SIMD2<Scalar>) -> Bool {
12 |         lhs.x < rhs.x || lhs.x == rhs.x && lhs.y < rhs.y
[34/73] Compiling iOverlay Array.swift
[35/73] Compiling iOverlay IdSegment.swift
[36/73] Compiling iOverlay ScanBindList.swift
[37/73] Compiling iOverlay ScanBindTree.swift
[38/73] Compiling iOverlay ShapeBinder.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[39/73] Compiling iOverlay CGOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[40/73] Compiling iOverlay CGOverlayGraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[41/73] Compiling iOverlay Divide.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[42/73] Compiling iOverlay ScanFillTree.swift
[43/73] Compiling iOverlay Segment+Fill.swift
[44/73] Compiling iOverlay IdPoint.swift
[45/73] Compiling iOverlay Int.swift
[46/73] Compiling iOverlay LineRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Point.swift:10:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import iFixFloat
 9 |
10 | extension Point: Comparable {
   | |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func < (lhs: SIMD2<Scalar>, rhs: SIMD2<Scalar>) -> Bool {
12 |         lhs.x < rhs.x || lhs.x == rhs.x && lhs.y < rhs.y
[47/73] Compiling iOverlay Point.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Point.swift:10:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import iFixFloat
 9 |
10 | extension Point: Comparable {
   | |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func < (lhs: SIMD2<Scalar>, rhs: SIMD2<Scalar>) -> Bool {
12 |         lhs.x < rhs.x || lhs.x == rhs.x && lhs.y < rhs.y
[48/73] Compiling iOverlay End.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Point.swift:10:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import iFixFloat
 9 |
10 | extension Point: Comparable {
   | |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func < (lhs: SIMD2<Scalar>, rhs: SIMD2<Scalar>) -> Bool {
12 |         lhs.x < rhs.x || lhs.x == rhs.x && lhs.y < rhs.y
[49/73] Compiling iOverlay Segment.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Point.swift:10:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import iFixFloat
 9 |
10 | extension Point: Comparable {
   | |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func < (lhs: SIMD2<Scalar>, rhs: SIMD2<Scalar>) -> Bool {
12 |         lhs.x < rhs.x || lhs.x == rhs.x && lhs.y < rhs.y
[50/73] Compiling iOverlay OverlayGraph.swift
[51/73] Compiling iOverlay OverlayLink.swift
[52/73] Compiling iOverlay OverlayNode.swift
[53/73] Compiling iOverlay OverlayRule.swift
[54/73] Compiling iOverlay SplitSolver+Tree.swift
[55/73] Compiling iOverlay SplitSolver.swift
[56/73] Compiling iOverlay OverlayGraph+ExtractVector.swift
[57/73] Compiling iOverlay VectorEdge.swift
[58/73] Compiling iOverlay FillRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[59/73] Compiling iOverlay Filter.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[60/73] Compiling iOverlay Overlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[61/73] Compiling iOverlay OverlayGraph+Extract.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[62/73] Compiling iOverlay ShapeCount.swift
[63/73] Compiling iOverlay XSegment.swift
[64/73] Compiling iOverlay CrossSolver.swift
[65/73] Compiling iOverlay Fragment.swift
[66/73] Compiling iOverlay LineMark.swift
[67/73] Compiling iOverlay SegmentTree.swift
[68/73] Compiling iOverlay SpaceLayout.swift
[69/73] Compiling iOverlay SplitSolver+List.swift
[70/73] Compiling iOverlay Simplify.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[71/73] Compiling iOverlay Solver.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[72/73] Compiling iOverlay CountSegment.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
[73/73] Compiling iOverlay ScanFillList.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOverlay/Core/Overlay.swift:30:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 28 | public struct Overlay {
 29 |
 30 |     public internal (set) var edges: [Segment]
    |                    `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |
Build complete! (11.77s)
Fetching https://github.com/iShape-Swift/iFixFloat
Fetching https://github.com/iShape-Swift/iShape
Fetching https://github.com/iShape-Swift/iTree
[1/437] Fetching ishape
[277/632] Fetching ishape, ifixfloat
[471/836] Fetching ishape, ifixfloat, itree
Fetched https://github.com/iShape-Swift/iTree from cache (0.71s)
Fetched https://github.com/iShape-Swift/iFixFloat from cache (0.71s)
Fetched https://github.com/iShape-Swift/iShape from cache (0.71s)
Computing version for https://github.com/iShape-Swift/iTree
Computed https://github.com/iShape-Swift/iTree at 0.5.0 (1.12s)
Computing version for https://github.com/iShape-Swift/iShape
Computed https://github.com/iShape-Swift/iShape at 1.13.0 (2.61s)
Computing version for https://github.com/iShape-Swift/iFixFloat
Computed https://github.com/iShape-Swift/iFixFloat at 1.9.0 (0.38s)
Creating working copy for https://github.com/iShape-Swift/iTree
Working copy of https://github.com/iShape-Swift/iTree resolved at 0.5.0
Creating working copy for https://github.com/iShape-Swift/iFixFloat
Working copy of https://github.com/iShape-Swift/iFixFloat resolved at 1.9.0
Creating working copy for https://github.com/iShape-Swift/iShape
Working copy of https://github.com/iShape-Swift/iShape resolved at 1.13.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ifixfloat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iShape-Swift/iFixFloat"
    },
    {
      "identity" : "ishape",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iShape-Swift/iShape"
    },
    {
      "identity" : "itree",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iShape-Swift/iTree"
    }
  ],
  "manifest_display_name" : "iOverlay",
  "name" : "iOverlay",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "iOverlay",
      "targets" : [
        "iOverlay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iOverlayTests",
      "module_type" : "SwiftTarget",
      "name" : "iOverlayTests",
      "path" : "Tests/iOverlayTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_0.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_10.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_100.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_101.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_102.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_103.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_104.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_105.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_106.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_107.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_108.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_109.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_11.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_110.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_111.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_112.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_113.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_114.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_115.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_116.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_117.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_118.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_119.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_12.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_120.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_121.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_122.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_123.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_124.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_125.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_126.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_127.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_128.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_129.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_13.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_130.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_131.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_132.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_133.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_134.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_135.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_14.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_15.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_16.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_17.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_18.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_19.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_2.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_20.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_21.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_22.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_23.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_24.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_25.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_26.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_27.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_28.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_29.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_3.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_30.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_31.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_32.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_33.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_34.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_35.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_36.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_37.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_38.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_39.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_4.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_40.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_41.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_42.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_43.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_44.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_45.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_46.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_47.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_48.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_49.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_5.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_50.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_51.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_52.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_53.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_54.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_55.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_56.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_57.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_58.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_59.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_6.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_60.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_61.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_62.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_63.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_64.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_65.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_66.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_67.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_68.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_69.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_7.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_70.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_71.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_72.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_73.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_74.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_75.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_76.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_77.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_78.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_79.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_8.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_80.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_81.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_82.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_83.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_84.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_85.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_86.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_87.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_88.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_89.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_9.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_90.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_91.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_92.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_93.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_94.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_95.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_96.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_97.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_98.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/iOverlayTests/Overlay/test_99.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CheckboardTests.swift",
        "ClockwiseTests.swift",
        "DinamycTests.swift",
        "DivideTests.swift",
        "FillRuleTests.swift",
        "FixRun.swift",
        "FloatOverlayTests.swift",
        "IntervalTreeTests.swift",
        "OverlayTestBank.swift",
        "OverlayTests.swift",
        "ReadmeTests.swift",
        "SimplifyTests.swift",
        "SpaceLayoutTests.swift",
        "Tree/CrossSolver.swift",
        "Tree/Fill/FillSolver.swift",
        "Tree/Fill/FillTests.swift",
        "TreeTests.swift",
        "VectorTests.swift"
      ],
      "target_dependencies" : [
        "iOverlay"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iOverlay",
      "module_type" : "SwiftTarget",
      "name" : "iOverlay",
      "path" : "Sources/iOverlay",
      "product_dependencies" : [
        "iFixFloat",
        "iShape",
        "iTree"
      ],
      "product_memberships" : [
        "iOverlay"
      ],
      "sources" : [
        "Array.swift",
        "Bind/IdSegment.swift",
        "Bind/ScanBindList.swift",
        "Bind/ScanBindTree.swift",
        "Bind/ShapeBinder.swift",
        "Core/CGOverlay.swift",
        "Core/CGOverlayGraph.swift",
        "Core/Divide.swift",
        "Core/FillRule.swift",
        "Core/Filter.swift",
        "Core/Overlay.swift",
        "Core/OverlayGraph+Extract.swift",
        "Core/OverlayGraph.swift",
        "Core/OverlayLink.swift",
        "Core/OverlayNode.swift",
        "Core/OverlayRule.swift",
        "Core/Simplify.swift",
        "Core/Solver.swift",
        "Fill/CountSegment.swift",
        "Fill/ScanFillList.swift",
        "Fill/ScanFillTree.swift",
        "Fill/Segment+Fill.swift",
        "IdPoint.swift",
        "Int.swift",
        "LineRange.swift",
        "Point.swift",
        "Segment/End.swift",
        "Segment/Segment.swift",
        "Segment/ShapeCount.swift",
        "Segment/XSegment.swift",
        "Split/CrossSolver.swift",
        "Split/Fragment.swift",
        "Split/LineMark.swift",
        "Split/SegmentTree.swift",
        "Split/SpaceLayout.swift",
        "Split/SplitSolver+List.swift",
        "Split/SplitSolver+Tree.swift",
        "Split/SplitSolver.swift",
        "Vector/OverlayGraph+ExtractVector.swift",
        "Vector/VectorEdge.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.