The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HighlightSwift, reference v1.1.0 (784ca3), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 17:47:07 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/appstefan/HighlightSwift.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appstefan/HighlightSwift
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 784ca3c update README
Cloned https://github.com/appstefan/HighlightSwift.git
Revision (git rev-parse @):
784ca3ccfc8a2cf724fbb2f06cb6ec3329424da3
SUCCESS checkout https://github.com/appstefan/HighlightSwift.git at v1.1.0
========================================
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": "highlightswift",
      "name": "HighlightSwift",
      "url": "https://github.com/appstefan/HighlightSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HighlightSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/appstefan/HighlightSwift.git
[1/481] Fetching highlightswift
Fetched https://github.com/appstefan/HighlightSwift.git from cache (1.09s)
Creating working copy for https://github.com/appstefan/HighlightSwift.git
Working copy of https://github.com/appstefan/HighlightSwift.git resolved at v1.1.0 (784ca3c)
warning: '.resolve-product-dependencies': dependency 'highlightswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/appstefan/HighlightSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying highlight.min.js
[1/4] Write sources
[2/4] Copying LICENSE.md
[3/4] Write swift-version--6988338F2F200930.txt
[5/23] Compiling HighlightSwift HLJSResult.swift
[6/23] Compiling HighlightSwift Highlight.swift
[7/23] Compiling HighlightSwift CodeTextStyle.swift
[8/23] Compiling HighlightSwift CodeTextView.swift
[9/23] Emitting module HighlightSwift
[10/23] Compiling HighlightSwift CodeText.swift
[11/23] Compiling HighlightSwift CodeTextCardView.swift
[12/23] Compiling HighlightSwift HighlightResult.swift
[13/23] Compiling HighlightSwift HighlightTheme.swift
[14/23] Compiling HighlightSwift HighlightBackground.swift
[15/23] Compiling HighlightSwift HighlightCSS.swift
[16/23] Compiling HighlightSwift CodeTextColors.swift
[17/23] Compiling HighlightSwift CodeTextModifiers.swift
[18/23] Compiling HighlightSwift HLJS.swift
[19/23] Compiling HighlightSwift HLJSError.swift
[20/23] Compiling HighlightSwift HighlightColors.swift
[21/23] Compiling HighlightSwift HighlightEntry.swift
[22/23] Compiling HighlightSwift HighlightLanguage.swift
[23/23] Compiling HighlightSwift HighlightMode.swift
[24/24] Compiling HighlightSwift resource_bundle_accessor.swift
Build complete! (8.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HighlightSwift",
  "name" : "HighlightSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HighlightSwift",
      "targets" : [
        "HighlightSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HighlightSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "HighlightSwiftTests",
      "path" : "Tests/HighlightSwiftTests",
      "sources" : [
        "HighlightSwiftTests.swift"
      ],
      "target_dependencies" : [
        "HighlightSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HighlightSwift",
      "module_type" : "SwiftTarget",
      "name" : "HighlightSwift",
      "path" : "Sources/HighlightSwift",
      "product_memberships" : [
        "HighlightSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HighlightSwift/HighlightJS/LICENSE.md",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HighlightSwift/HighlightJS/highlight.min.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CodeText/CodeText.swift",
        "CodeText/CodeTextCardView.swift",
        "CodeText/CodeTextColors.swift",
        "CodeText/CodeTextModifiers.swift",
        "CodeText/CodeTextStyle.swift",
        "CodeText/CodeTextView.swift",
        "HLJS/HLJS.swift",
        "HLJS/HLJSError.swift",
        "HLJS/HLJSResult.swift",
        "Highlight/Highlight.swift",
        "Highlight/HighlightBackground.swift",
        "Highlight/HighlightCSS.swift",
        "Highlight/HighlightColors.swift",
        "Highlight/HighlightEntry.swift",
        "Highlight/HighlightLanguage.swift",
        "Highlight/HighlightMode.swift",
        "Highlight/HighlightResult.swift",
        "Highlight/HighlightTheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.