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 Skribent, reference master (e70f01), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:30:31 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/merkle-open/swift-skribent.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/merkle-open/swift-skribent
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e70f014 Pump version
Cloned https://github.com/merkle-open/swift-skribent.git
Revision (git rev-parse @):
e70f0144dc00b1301eb1267790c9478e672e8302
SUCCESS checkout https://github.com/merkle-open/swift-skribent.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/merkle-open/swift-skribent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write Example-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling Skribent Loggable.swift
[6/15] Compiling Skribent LogLevel.swift
[7/15] Compiling Skribent Tag.swift
[8/15] Compiling Skribent Plugin.swift
[9/15] Compiling Skribent Skribent+StaticProxy.swift
[10/15] Compiling Skribent String+lastPathComponent.swift
[11/15] Emitting module Skribent
[12/15] Compiling Skribent Skribent.swift
[13/17] Emitting module Example
[14/17] Compiling Example main.swift
[14/17] Write Objects.LinkFileList
[15/17] Linking Example
[16/17] Applying Example
Build complete! (4.22s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Skribent",
  "name" : "Skribent",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Skribent",
      "targets" : [
        "Skribent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SkribentTests",
      "module_type" : "SwiftTarget",
      "name" : "SkribentTests",
      "path" : "Tests/SkribentTests",
      "sources" : [
        "SkribentTests.swift"
      ],
      "target_dependencies" : [
        "Skribent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Skribent",
      "module_type" : "SwiftTarget",
      "name" : "Skribent",
      "path" : "Sources/Skribent",
      "product_memberships" : [
        "Skribent",
        "Example"
      ],
      "sources" : [
        "Extensions/Skribent+StaticProxy.swift",
        "Extensions/String+lastPathComponent.swift",
        "LogLevel.swift",
        "Loggable.swift",
        "Plugin.swift",
        "Skribent.swift",
        "Tag.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Skribent"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Done.