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 SketchKit, reference develop (b320b6), with Swift 5.10 for macOS (SPM) on 26 Mar 2025 18:36:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path:  $PWD
https://github.com/dogo/SketchKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling SketchKit KeyboardLayoutGuide.swift
[4/8] Compiling SketchKit SketchKitDSL.swift
[5/8] Compiling SketchKit Anchors+SafeArea.swift
[6/8] Compiling SketchKit Constrainable.swift
[7/8] Emitting module SketchKit
[8/8] Compiling SketchKit Constrainable+Anchors.swift
Build complete! (8.55s)
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.