The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SketchKit, reference develop (b320b6), with Swift 5.9 for macOS (SPM) on 26 Mar 2025 18:36:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dogo/SketchKit.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dogo/SketchKit
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at b320b66 Update PublishDocumentation.yml
Cloned https://github.com/dogo/SketchKit.git
Revision (git rev-parse @):
b320b66ee324c6911b3dbaba90a13184cb0bb5b9
SUCCESS checkout https://github.com/dogo/SketchKit.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/dogo/SketchKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling SketchKit SketchKitDSL.swift
[2/6] Compiling SketchKit KeyboardLayoutGuide.swift
[3/6] Emitting module SketchKit
[4/6] Compiling SketchKit Constrainable.swift
[5/6] Compiling SketchKit Anchors+SafeArea.swift
[6/6] Compiling SketchKit Constrainable+Anchors.swift
Build complete! (9.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SketchKit",
  "name" : "SketchKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "SketchKit",
      "targets" : [
        "SketchKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SketchKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SketchKitTests",
      "path" : "Tests/SketchKitTests",
      "sources" : [
        "Addons/Anchor+AddonsTests.swift",
        "Addons/UILayoutGuide+AddonsTests.swift",
        "Helpers/Mirror/KeyboardLayoutGuide+Mirror.swift",
        "Helpers/TestExtensions/Mirror+Testable.swift",
        "KeyboardLayoutGuideTests.swift",
        "UILayoutGuide/UILayoutGuide+BottomAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+CenterAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+HeightAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+LeadingAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+LeftAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+RightAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+TopAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+TrailingAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+WidthAnchorTests.swift",
        "UIView/LayoutGuide/BottomAnchorTests.swift",
        "UIView/LayoutGuide/CenterAnchorTests.swift",
        "UIView/LayoutGuide/HeightAnchorTests.swift",
        "UIView/LayoutGuide/LeadingAnchorTests.swift",
        "UIView/LayoutGuide/LeftAnchorTests.swift",
        "UIView/LayoutGuide/RightAnchorTests.swift",
        "UIView/LayoutGuide/TopAnchorTests.swift",
        "UIView/LayoutGuide/TrailingAnchorTests.swift",
        "UIView/LayoutGuide/WidthAnchorTests.swift",
        "UIView/SafeArea/SafeBottomAnchorTests.swift",
        "UIView/SafeArea/SafeCenterAnchorTests.swift",
        "UIView/SafeArea/SafeHeightAnchorTests.swift",
        "UIView/SafeArea/SafeLeadingAnchorTests.swift",
        "UIView/SafeArea/SafeLeftAnchorTests.swift",
        "UIView/SafeArea/SafeRightAnchorTests.swift",
        "UIView/SafeArea/SafeTopAnchorTests.swift",
        "UIView/SafeArea/SafeTrailingAnchorTests.swift",
        "UIView/SafeArea/SafeWidthAnchorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SketchKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SketchKit",
      "module_type" : "SwiftTarget",
      "name" : "SketchKit",
      "path" : "Sources",
      "product_memberships" : [
        "SketchKit"
      ],
      "sources" : [
        "SketchKit/Constrainable.swift",
        "SketchKit/Extensions/Anchors+SafeArea.swift",
        "SketchKit/Extensions/Constrainable+Anchors.swift",
        "SketchKit/KeyboardLayoutGuide.swift",
        "SketchKit/SketchKitDSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.