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

Failed to build swift-graphics, reference v4.0.3 (d761f1), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 12:46:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-graphics-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fwcd/swift-graphics.git
Reference: v4.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fwcd/swift-graphics
 * tag               v4.0.3     -> FETCH_HEAD
HEAD is now at d761f18 Fix weird errors about missing initializers
Cloned https://github.com/fwcd/swift-graphics.git
Revision (git rev-parse @):
d761f1856b3e6f9472d4d06db9bce9106f0650ca
SUCCESS checkout https://github.com/fwcd/swift-graphics.git at v4.0.3
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fwcd/swift-graphics.git
https://github.com/fwcd/swift-graphics.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-utils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fwcd/swift-utils.git"
    },
    {
      "identity" : "swift-cairo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fwcd/swift-cairo.git"
    }
  ],
  "manifest_display_name" : "swift-graphics",
  "name" : "swift-graphics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Graphics",
      "targets" : [
        "Graphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PlatformGraphics",
      "targets" : [
        "PlatformGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CairoGraphics",
      "targets" : [
        "CairoGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreGraphicsGraphics",
      "targets" : [
        "CoreGraphicsGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DrawShapes",
      "targets" : [
        "DrawShapes"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlatformGraphics",
      "module_type" : "SwiftTarget",
      "name" : "PlatformGraphics",
      "path" : "Sources/PlatformGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "PlatformGraphics.swift"
      ],
      "target_dependencies" : [
        "CairoGraphics",
        "CoreGraphicsGraphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphicsTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphicsTests",
      "path" : "Tests/GraphicsTests",
      "sources" : [
        "ColorTests.swift",
        "ShapeTests.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graphics",
      "module_type" : "SwiftTarget",
      "name" : "Graphics",
      "path" : "Sources/Graphics",
      "product_dependencies" : [
        "Logging",
        "Utils",
        "Cairo"
      ],
      "product_memberships" : [
        "Graphics",
        "PlatformGraphics",
        "CairoGraphics",
        "CoreGraphicsGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Color/Color.swift",
        "Color/Colors.swift",
        "Context/GraphicsContext.swift",
        "Context/GraphicsContextError.swift",
        "Context/PixelFormat.swift",
        "Image/BufferedImage.swift",
        "Image/CollectionImageUtils.swift",
        "Image/Image.swift",
        "Image/ImageError.swift",
        "Image/NoImage.swift",
        "Image/Sized.swift",
        "Shape/Ellipse.swift",
        "Shape/LineSegment.swift",
        "Shape/Polygon.swift",
        "Shape/Rectangle.swift",
        "Shape/ShapeDefaults.swift",
        "Shape/Text.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreGraphicsGraphics",
      "module_type" : "SwiftTarget",
      "name" : "CoreGraphicsGraphics",
      "path" : "Sources/CoreGraphicsGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "CoreGraphicsGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Context/CoreGraphicsContext.swift",
        "Context/DefaultGraphicsContext.swift",
        "Exports.swift",
        "Image/CoreGraphicsImage.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CairoGraphics",
      "module_type" : "SwiftTarget",
      "name" : "CairoGraphics",
      "path" : "Sources/CairoGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils",
        "Cairo"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "CairoGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Context/CairoContext.swift",
        "Context/DefaultGraphicsContext.swift",
        "Exports.swift",
        "Image/CairoImage.swift",
        "Image/CairoSVG.swift",
        "Image/HTTPImageUtils.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DrawShapes",
      "module_type" : "SwiftTarget",
      "name" : "DrawShapes",
      "path" : "Snippets",
      "product_memberships" : [
        "DrawShapes"
      ],
      "sources" : [
        "DrawShapes.swift"
      ],
      "target_dependencies" : [
        "PlatformGraphics",
        "Graphics",
        "CoreGraphicsGraphics",
        "CairoGraphics"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/fwcd/swift-cairo.git
Fetching from https://github.com/fwcd/swift-utils.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/scinfu/SwiftSoup.git
Fetching from https://github.com/MaxDesiatov/XMLCoder.git (cached)
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘SwiftSoup’
Checking out 2.8.7 of package ‘SwiftSoup’
Creating working copy of package ‘swift-cairo’
Checking out 1.3.4 of package ‘swift-cairo’
Creating working copy of package ‘swift-utils’
Checking out 4.6.2 of package ‘swift-utils’
Creating working copy of package ‘XMLCoder’
Checking out 0.17.1 of package ‘XMLCoder’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
you may be able to install freetype2 using your system-packager:
    brew install freetype2
Resolve Package Graph
you may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
you may be able to install freetype2 using your system-packager:
    brew install freetype2
Resolved source packages:
  swift-graphics: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
  swift-utils: https://github.com/fwcd/swift-utils.git @ 4.6.2
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  swift-cairo: https://github.com/fwcd/swift-cairo.git @ 1.3.4
resolved source packages: swift-graphics, swift-log, SwiftSoup, swift-utils, XMLCoder, swift-cairo
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-utils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fwcd/swift-utils.git"
    },
    {
      "identity" : "swift-cairo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fwcd/swift-cairo.git"
    }
  ],
  "manifest_display_name" : "swift-graphics",
  "name" : "swift-graphics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Graphics",
      "targets" : [
        "Graphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PlatformGraphics",
      "targets" : [
        "PlatformGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CairoGraphics",
      "targets" : [
        "CairoGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreGraphicsGraphics",
      "targets" : [
        "CoreGraphicsGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DrawShapes",
      "targets" : [
        "DrawShapes"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlatformGraphics",
      "module_type" : "SwiftTarget",
      "name" : "PlatformGraphics",
      "path" : "Sources/PlatformGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "PlatformGraphics.swift"
      ],
      "target_dependencies" : [
        "CairoGraphics",
        "CoreGraphicsGraphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphicsTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphicsTests",
      "path" : "Tests/GraphicsTests",
      "sources" : [
        "ColorTests.swift",
        "ShapeTests.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graphics",
      "module_type" : "SwiftTarget",
      "name" : "Graphics",
      "path" : "Sources/Graphics",
      "product_dependencies" : [
        "Logging",
        "Utils",
        "Cairo"
      ],
      "product_memberships" : [
        "Graphics",
        "PlatformGraphics",
        "CairoGraphics",
        "CoreGraphicsGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Color/Color.swift",
        "Color/Colors.swift",
        "Context/GraphicsContext.swift",
        "Context/GraphicsContextError.swift",
        "Context/PixelFormat.swift",
        "Image/BufferedImage.swift",
        "Image/CollectionImageUtils.swift",
        "Image/Image.swift",
        "Image/ImageError.swift",
        "Image/NoImage.swift",
        "Image/Sized.swift",
        "Shape/Ellipse.swift",
        "Shape/LineSegment.swift",
        "Shape/Polygon.swift",
        "Shape/Rectangle.swift",
        "Shape/ShapeDefaults.swift",
        "Shape/Text.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreGraphicsGraphics",
      "module_type" : "SwiftTarget",
      "name" : "CoreGraphicsGraphics",
      "path" : "Sources/CoreGraphicsGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "CoreGraphicsGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Context/CoreGraphicsContext.swift",
        "Context/DefaultGraphicsContext.swift",
        "Exports.swift",
        "Image/CoreGraphicsImage.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CairoGraphics",
      "module_type" : "SwiftTarget",
      "name" : "CairoGraphics",
      "path" : "Sources/CairoGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils",
        "Cairo"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "CairoGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Context/CairoContext.swift",
        "Context/DefaultGraphicsContext.swift",
        "Exports.swift",
        "Image/CairoImage.swift",
        "Image/CairoSVG.swift",
        "Image/HTTPImageUtils.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DrawShapes",
      "module_type" : "SwiftTarget",
      "name" : "DrawShapes",
      "path" : "Snippets",
      "product_memberships" : [
        "DrawShapes"
      ],
      "sources" : [
        "DrawShapes.swift"
      ],
      "target_dependencies" : [
        "PlatformGraphics",
        "Graphics",
        "CoreGraphicsGraphics",
        "CairoGraphics"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CairoGraphics",
      "CoreGraphicsGraphics",
      "Graphics",
      "PlatformGraphics",
      "swift-graphics-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-graphics-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-graphics-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
you may be able to install freetype2 using your system-packager:
    brew install freetype2
Resolve Package Graph
you may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
you may be able to install freetype2 using your system-packager:
    brew install freetype2
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
  swift-cairo: https://github.com/fwcd/swift-cairo.git @ 1.3.4
  swift-utils: https://github.com/fwcd/swift-utils.git @ 4.6.2
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  swift-graphics: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (21 targets)
    Target 'PlatformGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'PlatformGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'PlatformGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CairoGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CairoGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CairoGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Cairo' in project 'swift-cairo'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Cairo' in project 'swift-cairo'
        ➜ Explicit dependency on target 'SCCCairo' in project 'swift-cairo'
        ➜ Explicit dependency on target 'SCCFontConfig' in project 'swift-cairo'
        ➜ Explicit dependency on target 'SCCFreeType' in project 'swift-cairo'
    Target 'SCCFreeType' in project 'swift-cairo' (no dependencies)
    Target 'SCCFontConfig' in project 'swift-cairo' (no dependencies)
    Target 'SCCCairo' in project 'swift-cairo' (no dependencies)
    Target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder' (no dependencies)
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: acd2b2ceb36deee0984dc24c1824e401
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/acd2b2ceb36deee0984dc24c1824e401.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Utils' from project 'swift-utils')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-graphics-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
you may be able to install freetype2 using your system-packager:
    brew install freetype2
Resolved source packages:
  swift-graphics: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  swift-cairo: https://github.com/fwcd/swift-cairo.git @ 1.3.4
  swift-utils: https://github.com/fwcd/swift-utils.git @ 4.6.2
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
resolved source packages: swift-graphics, swift-log, swift-cairo, swift-utils, XMLCoder, SwiftSoup
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-utils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fwcd/swift-utils.git"
    },
    {
      "identity" : "swift-cairo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fwcd/swift-cairo.git"
    }
  ],
  "manifest_display_name" : "swift-graphics",
  "name" : "swift-graphics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Graphics",
      "targets" : [
        "Graphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PlatformGraphics",
      "targets" : [
        "PlatformGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CairoGraphics",
      "targets" : [
        "CairoGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreGraphicsGraphics",
      "targets" : [
        "CoreGraphicsGraphics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DrawShapes",
      "targets" : [
        "DrawShapes"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlatformGraphics",
      "module_type" : "SwiftTarget",
      "name" : "PlatformGraphics",
      "path" : "Sources/PlatformGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "PlatformGraphics.swift"
      ],
      "target_dependencies" : [
        "CairoGraphics",
        "CoreGraphicsGraphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphicsTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphicsTests",
      "path" : "Tests/GraphicsTests",
      "sources" : [
        "ColorTests.swift",
        "ShapeTests.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graphics",
      "module_type" : "SwiftTarget",
      "name" : "Graphics",
      "path" : "Sources/Graphics",
      "product_dependencies" : [
        "Logging",
        "Utils",
        "Cairo"
      ],
      "product_memberships" : [
        "Graphics",
        "PlatformGraphics",
        "CairoGraphics",
        "CoreGraphicsGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Color/Color.swift",
        "Color/Colors.swift",
        "Context/GraphicsContext.swift",
        "Context/GraphicsContextError.swift",
        "Context/PixelFormat.swift",
        "Image/BufferedImage.swift",
        "Image/CollectionImageUtils.swift",
        "Image/Image.swift",
        "Image/ImageError.swift",
        "Image/NoImage.swift",
        "Image/Sized.swift",
        "Shape/Ellipse.swift",
        "Shape/LineSegment.swift",
        "Shape/Polygon.swift",
        "Shape/Rectangle.swift",
        "Shape/ShapeDefaults.swift",
        "Shape/Text.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreGraphicsGraphics",
      "module_type" : "SwiftTarget",
      "name" : "CoreGraphicsGraphics",
      "path" : "Sources/CoreGraphicsGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "CoreGraphicsGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Context/CoreGraphicsContext.swift",
        "Context/DefaultGraphicsContext.swift",
        "Exports.swift",
        "Image/CoreGraphicsImage.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CairoGraphics",
      "module_type" : "SwiftTarget",
      "name" : "CairoGraphics",
      "path" : "Sources/CairoGraphics",
      "product_dependencies" : [
        "Logging",
        "Utils",
        "Cairo"
      ],
      "product_memberships" : [
        "PlatformGraphics",
        "CairoGraphics",
        "DrawShapes"
      ],
      "sources" : [
        "Context/CairoContext.swift",
        "Context/DefaultGraphicsContext.swift",
        "Exports.swift",
        "Image/CairoImage.swift",
        "Image/CairoSVG.swift",
        "Image/HTTPImageUtils.swift"
      ],
      "target_dependencies" : [
        "Graphics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DrawShapes",
      "module_type" : "SwiftTarget",
      "name" : "DrawShapes",
      "path" : "Snippets",
      "product_memberships" : [
        "DrawShapes"
      ],
      "sources" : [
        "DrawShapes.swift"
      ],
      "target_dependencies" : [
        "PlatformGraphics",
        "Graphics",
        "CoreGraphicsGraphics",
        "CairoGraphics"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CairoGraphics",
      "CoreGraphicsGraphics",
      "Graphics",
      "PlatformGraphics",
      "swift-graphics-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-graphics-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-graphics-Package -destination generic/platform=watchOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
you may be able to install freetype2 using your system-packager:
    brew install freetype2
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.8.7
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  swift-graphics: /Users/admin/builder/spi-builder-workspace
  swift-utils: https://github.com/fwcd/swift-utils.git @ 4.6.2
  swift-cairo: https://github.com/fwcd/swift-cairo.git @ 1.3.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (21 targets)
    Target 'PlatformGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'PlatformGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'PlatformGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CoreGraphicsGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CairoGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'CairoGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'CairoGraphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Graphics' in project 'swift-graphics'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Cairo' in project 'swift-cairo'
        ➜ Explicit dependency on target 'Cairo' in project 'swift-cairo'
    Target 'Cairo' in project 'swift-cairo'
        ➜ Explicit dependency on target 'SCCCairo' in project 'swift-cairo'
        ➜ Explicit dependency on target 'SCCFontConfig' in project 'swift-cairo'
        ➜ Explicit dependency on target 'SCCFreeType' in project 'swift-cairo'
    Target 'SCCFreeType' in project 'swift-cairo' (no dependencies)
    Target 'SCCFontConfig' in project 'swift-cairo' (no dependencies)
    Target 'SCCCairo' in project 'swift-cairo' (no dependencies)
    Target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'Utils' in project 'swift-utils'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder' (no dependencies)
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: cf2d0f91bc39eb1cd65087f21a9a6ccb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cf2d0f91bc39eb1cd65087f21a9a6ccb.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Utils' from project 'swift-utils')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-graphics-Package
(1 failure)
BUILD FAILURE 6.1 watchOS