The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SKClient, reference 4.1.0 (008e10), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:14:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvzig/SKClient.git
Reference: 4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pvzig/SKClient
 * tag               4.1.0      -> FETCH_HEAD
HEAD is now at 008e10a Merge branch 'swift4'
Cloned https://github.com/pvzig/SKClient.git
Revision (git rev-parse @):
008e10a402f17519750a5b94c4cf6b16310abf18
SUCCESS checkout https://github.com/pvzig/SKClient.git at 4.1.0
Fetching https://github.com/SlackKit/SKCore
[1/288] Fetching skcore
Fetched https://github.com/SlackKit/SKCore from cache (0.93s)
Computing version for https://github.com/SlackKit/SKCore
Computed https://github.com/SlackKit/SKCore at 4.1.3 (1.60s)
Creating working copy for https://github.com/SlackKit/SKCore
Working copy of https://github.com/SlackKit/SKCore resolved at 4.1.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "skclient",
      "name": "SKClient",
      "url": "https://github.com/pvzig/SKClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SKClient",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "skcore",
          "name": "SKCore",
          "url": "https://github.com/SlackKit/SKCore",
          "version": "4.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SKCore",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/pvzig/SKClient.git
[1/125] Fetching skclient
Fetched https://github.com/pvzig/SKClient.git from cache (0.67s)
Fetching https://github.com/SlackKit/SKCore from cache
Fetched https://github.com/SlackKit/SKCore from cache (0.45s)
Computing version for https://github.com/SlackKit/SKCore
Computed https://github.com/SlackKit/SKCore at 4.1.3 (0.51s)
Creating working copy for https://github.com/pvzig/SKClient.git
Working copy of https://github.com/pvzig/SKClient.git resolved at 4.1.0 (008e10a)
Creating working copy for https://github.com/SlackKit/SKCore
Working copy of https://github.com/SlackKit/SKCore resolved at 4.1.3
warning: '.resolve-product-dependencies': dependency 'skclient' is not used by any target
Found 1 product dependencies
  - SKCore
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/pvzig/SKClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/29] Compiling SKCore Action.swift
[5/29] Compiling SKCore Attachment.swift
[6/29] Compiling SKCore AttachmentField.swift
[7/31] Compiling SKCore Reaction.swift
[8/31] Compiling SKCore Reply.swift
[9/31] Compiling SKCore Scope.swift
[10/31] Emitting module SKCore
[11/31] Compiling SKCore CustomProfile.swift
[12/31] Compiling SKCore CustomProfileField.swift
[13/31] Compiling SKCore DoNotDisturbStatus.swift
[14/31] Compiling SKCore Bot.swift
[15/31] Compiling SKCore Channel.swift
[16/31] Compiling SKCore Comment.swift
[17/31] Compiling SKCore User.swift
[18/31] Compiling SKCore UserGroup.swift
[19/31] Compiling SKCore SlackError.swift
[20/31] Compiling SKCore Team.swift
[21/31] Compiling SKCore File.swift
[22/31] Compiling SKCore History.swift
[23/31] Compiling SKCore Item.swift
[24/31] Compiling SKCore Message.swift
[25/31] Compiling SKCore OAuthConfig.swift
[26/31] Compiling SKCore RTMOptions.swift
[27/31] Compiling SKCore TeamIcon.swift
[28/31] Compiling SKCore Topic.swift
[29/31] Compiling SKCore Edited.swift
[30/31] Compiling SKCore Event.swift
[31/31] Compiling SKCore Extensions.swift
[32/33] Compiling SKClient Client.swift
[33/33] Emitting module SKClient
Build complete! (5.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "skcore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "4.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SlackKit/SKCore"
    }
  ],
  "manifest_display_name" : "SKClient",
  "name" : "SKClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SKClient",
      "targets" : [
        "SKClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SKClient",
      "module_type" : "SwiftTarget",
      "name" : "SKClient",
      "path" : "Sources",
      "product_dependencies" : [
        "SKCore"
      ],
      "product_memberships" : [
        "SKClient"
      ],
      "sources" : [
        "Client.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.