The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCSnippets, reference master (32f56c), with Swift 6.2 for macOS (SPM) on 19 Mar 2026 08:22:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dtaylor1701/xcsnippets.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dtaylor1701/xcsnippets
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 32f56c2 chore: ignore build folder and remove any tracked build artifacts
Cloned https://github.com/dtaylor1701/xcsnippets.git
Revision (git rev-parse @):
32f56c21723500493c1a0efb3b350601c20d2c1f
SUCCESS checkout https://github.com/dtaylor1701/xcsnippets.git at master
========================================
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",
  "dependencies": [
    {
      "identity": "xcsnippets",
      "name": "XCSnippets",
      "url": "https://github.com/dtaylor1701/xcsnippets.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xcsnippets",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dtaylor1701/xcsnippets.git
[1/152] Fetching xcsnippets
Fetched https://github.com/dtaylor1701/xcsnippets.git from cache (0.67s)
Creating working copy for https://github.com/dtaylor1701/xcsnippets.git
Working copy of https://github.com/dtaylor1701/xcsnippets.git resolved at master (32f56c2)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dtaylor1701/xcsnippets.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write xcsnippets-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version-49B95AFC49DCD68C.txt
[5/12] Compiling XCSnippetsCore Shell.swift
[6/12] Emitting module XCSnippetsCore
[7/12] Compiling XCSnippetsCore SnippetManager.swift
[8/12] Compiling XCSnippetsCore SnippetRepository.swift
[9/12] Compiling XCSnippetsCore SnippetParser.swift
[10/14] Compiling XCSnippets main.swift
[11/14] Emitting module XCSnippets
[11/14] Write Objects.LinkFileList
[12/14] Linking xcsnippets
[13/14] Applying xcsnippets
Build complete! (4.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCSnippets",
  "name" : "XCSnippets",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "xcsnippets",
      "targets" : [
        "XCSnippets"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCSnippetsTests",
      "module_type" : "SwiftTarget",
      "name" : "XCSnippetsTests",
      "path" : "Tests/XCSnippetsTests",
      "sources" : [
        "XCSnippetsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCSnippets",
        "XCSnippetsCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCSnippetsCore",
      "module_type" : "SwiftTarget",
      "name" : "XCSnippetsCore",
      "path" : "Sources/XCSnippetsCore",
      "product_memberships" : [
        "xcsnippets"
      ],
      "sources" : [
        "Shell.swift",
        "SnippetManager.swift",
        "SnippetParser.swift",
        "SnippetRepository.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCSnippets",
      "module_type" : "SwiftTarget",
      "name" : "XCSnippets",
      "path" : "Sources/XCSnippets",
      "product_memberships" : [
        "xcsnippets"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XCSnippetsCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.