The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Regex with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidskrundz/regex.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/davidskrundz/regex
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6ceb24d Corrected spelling
Cloned https://github.com/davidskrundz/regex.git
Revision (git rev-parse @):
6ceb24d26dd1c8e4c0fc239ec779c13938c672f6
SUCCESS checkout https://github.com/davidskrundz/regex.git at master
Fetching https://github.com/DavidSkrundz/Collections.git from cache
Fetched https://github.com/DavidSkrundz/Collections.git (0.24s)
Computing version for https://github.com/DavidSkrundz/Collections.git
Computed https://github.com/DavidSkrundz/Collections.git at 1.1.2 (0.68s)
Creating working copy for https://github.com/DavidSkrundz/Collections.git
Working copy of https://github.com/DavidSkrundz/Collections.git resolved at 1.1.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "regex",
      "name": "Regex",
      "url": "https://github.com/davidskrundz/regex.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/regex",
      "dependencies": [
        {
          "identity": "collections",
          "name": "Collections",
          "url": "https://github.com/DavidSkrundz/Collections.git",
          "version": "1.1.2",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/davidskrundz/regex.git
[1/227] Fetching regex
Fetched https://github.com/davidskrundz/regex.git (0.32s)
Fetching https://github.com/DavidSkrundz/Collections.git from cache
Fetched https://github.com/DavidSkrundz/Collections.git (0.17s)
Computing version for https://github.com/DavidSkrundz/Collections.git
Computed https://github.com/DavidSkrundz/Collections.git at 1.1.2 (0.02s)
Creating working copy for https://github.com/davidskrundz/regex.git
Working copy of https://github.com/davidskrundz/regex.git resolved at master
Creating working copy for https://github.com/DavidSkrundz/Collections.git
Working copy of https://github.com/DavidSkrundz/Collections.git resolved at 1.1.2
warning: '.resolve-product-dependencies': dependency 'regex' is not used by any target
Found 1 product dependencies
  - Collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling Generator Generator+Previous.swift
[2/11] Compiling Generator Generator+Move.swift
[3/11] Compiling Generator Generator+Sequence.swift
[4/11] Compiling Generator Generator+Peek.swift
[5/11] Compiling Generator Generator+String.swift
[6/11] Compiling Generator Character.swift
[7/11] Compiling Generator Collection+Generator.swift
[8/11] Compiling Generator Generator+Iterator.swift
[9/11] Emitting module Generator
[10/12] Compiling Generator Generator.swift
[11/22] Compiling Regex RegexError.swift
[12/23] Compiling Regex Regex.swift
[13/23] Compiling Regex Symbol.swift
[14/23] Compiling Regex Optimizer.swift
[15/23] Compiling Regex Parser.swift
[16/23] Compiling Regex RegexMatch.swift
[17/23] Compiling Regex Lexer.swift
[18/23] Compiling Regex Token.swift
[19/23] Emitting module Regex
[20/23] Compiling Regex Automaton.swift
[21/23] Compiling Regex Compiler.swift
[21/23] Archiving libsRegex.a
[22/23] Linking libdRegex.dylib
Build complete! (5.85s)
Build complete.
Done.