The Swift Package Index logo.Swift Package Index

Build Information

Successful build of xProcs, reference 1.1.0 (40a4a9), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 05:21:20 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/stefc/xprocs.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefc/xprocs
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 40a4a9e Added simple String encryption; percentage calculation and decimal rounding
Cloned https://github.com/stefc/xprocs.git
Revision (git rev-parse @):
40a4a9eb5e38c92b47dcc22a08c7c2732355fd1d
SUCCESS checkout https://github.com/stefc/xprocs.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stefc/xprocs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling xProcs StrFuncs.swift
[4/6] Emitting module xProcs
[5/6] Compiling xProcs IntFuncs.swift
[6/6] Compiling xProcs DecimalFuncs.swift
Build complete! (3.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "xProcs",
  "name" : "xProcs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "xProcs",
      "targets" : [
        "xProcs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xProcsTests",
      "module_type" : "SwiftTarget",
      "name" : "xProcsTests",
      "path" : "Tests/xProcsTests",
      "sources" : [
        "DecimalTests.swift",
        "IntTests.swift",
        "StrTests.swift"
      ],
      "target_dependencies" : [
        "xProcs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xProcs",
      "module_type" : "SwiftTarget",
      "name" : "xProcs",
      "path" : "Sources/xProcs",
      "product_memberships" : [
        "xProcs"
      ],
      "sources" : [
        "DecimalFuncs.swift",
        "IntFuncs.swift",
        "StrFuncs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.