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 CSCodeSignature, reference master (3fbf50), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 10:25:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CharlesJS/CSCodeSignature.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSCodeSignature
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3fbf502 Bump CSErrors
Cloned https://github.com/CharlesJS/CSCodeSignature.git
Revision (git rev-parse @):
3fbf5024fad4d83bdd67d90162aaaf292060a81b
SUCCESS checkout https://github.com/CharlesJS/CSCodeSignature.git at master
Fetching https://github.com/CharlesJS/CSErrors
[1/342] Fetching cserrors
Fetched https://github.com/CharlesJS/CSErrors from cache (0.75s)
Computing version for https://github.com/CharlesJS/CSErrors
Computed https://github.com/CharlesJS/CSErrors at 0.4.1 (1.35s)
Creating working copy for https://github.com/CharlesJS/CSErrors
Working copy of https://github.com/CharlesJS/CSErrors resolved at 0.4.1
========================================
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": "cscodesignature",
      "name": "CSCodeSignature",
      "url": "https://github.com/CharlesJS/CSCodeSignature.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSCodeSignature",
      "dependencies": [
        {
          "identity": "cserrors",
          "name": "CSErrors",
          "url": "https://github.com/CharlesJS/CSErrors",
          "version": "0.4.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSErrors",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CharlesJS/CSCodeSignature.git
[1/49] Fetching cscodesignature
Fetched https://github.com/CharlesJS/CSCodeSignature.git from cache (0.60s)
Fetching https://github.com/CharlesJS/CSErrors from cache
Fetched https://github.com/CharlesJS/CSErrors from cache (0.43s)
Computing version for https://github.com/CharlesJS/CSErrors
Computed https://github.com/CharlesJS/CSErrors at 0.4.1 (0.48s)
Creating working copy for https://github.com/CharlesJS/CSCodeSignature.git
Working copy of https://github.com/CharlesJS/CSCodeSignature.git resolved at master (3fbf502)
Creating working copy for https://github.com/CharlesJS/CSErrors
Working copy of https://github.com/CharlesJS/CSErrors resolved at 0.4.1
warning: '.resolve-product-dependencies': dependency 'cscodesignature' is not used by any target
Found 1 product dependencies
  - CSErrors
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CharlesJS/CSCodeSignature.git
https://github.com/CharlesJS/CSCodeSignature.git
{
  "dependencies" : [
    {
      "identity" : "cserrors",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CharlesJS/CSErrors"
    }
  ],
  "manifest_display_name" : "CSCodeSignature",
  "name" : "CSCodeSignature",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "CSCodeSignature",
      "targets" : [
        "CSCodeSignature"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CSCodeSignature",
      "module_type" : "SwiftTarget",
      "name" : "CSCodeSignature",
      "path" : "Sources/CSCodeSignature",
      "product_dependencies" : [
        "CSErrors"
      ],
      "product_memberships" : [
        "CSCodeSignature"
      ],
      "sources" : [
        "CSCodeSignature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling CSErrors CocoaError+CSErrors.swift
[5/9] Compiling CSErrors Error+CSErrors.swift
[6/9] Compiling CSErrors URLError+CSErrors.swift
[7/9] Compiling CSErrors HTTPError.swift
[8/9] Emitting module CSErrors
[9/9] Compiling CSErrors Utils.swift
[10/11] Emitting module CSCodeSignature
[11/11] Compiling CSCodeSignature CSCodeSignature.swift
Build complete! (5.59s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cserrors",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CharlesJS/CSErrors"
    }
  ],
  "manifest_display_name" : "CSCodeSignature",
  "name" : "CSCodeSignature",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "CSCodeSignature",
      "targets" : [
        "CSCodeSignature"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CSCodeSignature",
      "module_type" : "SwiftTarget",
      "name" : "CSCodeSignature",
      "path" : "Sources/CSCodeSignature",
      "product_dependencies" : [
        "CSErrors"
      ],
      "product_memberships" : [
        "CSCodeSignature"
      ],
      "sources" : [
        "CSCodeSignature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.