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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidskrundz/regex.git
Reference: 0.3.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/davidskrundz/regex
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 69946aa Update to Swift 4.1
Cloned https://github.com/davidskrundz/regex.git into spi-builder-workspace
69946aa32a1de7ac4663398e53b1017ddd2691e7
SUCCESS checkout https://github.com/davidskrundz/regex.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/DavidSkrundz/Collections.git from cache
Fetched https://github.com/DavidSkrundz/Collections.git (0.20s)
Computing version for https://github.com/DavidSkrundz/Collections.git
Computed https://github.com/DavidSkrundz/Collections.git at 1.1.2 (0.38s)
Creating working copy for https://github.com/DavidSkrundz/Collections.git
Working copy of https://github.com/DavidSkrundz/Collections.git resolved at 1.1.2
Building for debugging...
[1/11] Compiling Generator Generator+Peek.swift
[2/11] Compiling Generator Generator+Sequence.swift
[3/11] Compiling Generator Generator+Iterator.swift
[4/11] Emitting module Generator
[5/11] Compiling Generator Character.swift
[6/11] Compiling Generator Collection+Generator.swift
[7/11] Compiling Generator Generator+Previous.swift
[8/11] Compiling Generator Generator+String.swift
[9/11] Compiling Generator Generator+Move.swift
[10/12] Compiling Generator Generator.swift
[11/42] Emitting module Regex
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/VM/Thread.swift:25:6: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Thread' to 'Hashable' by implementing 'hash(into:)' instead
        var hashValue: Int {
            ^
[12/46] Compiling Regex Symbol.swift
[13/46] Compiling Regex Token+Parser.swift
[14/46] Compiling Regex Regex.swift
[15/46] Compiling Regex RegexError.swift
[16/46] Compiling Regex Compiler+GroupCorrection.swift
[17/46] Compiling Regex Compiler+Quantifier.swift
[18/46] Compiling Regex Compiler.swift
[19/46] Compiling Regex Instruction.swift
[20/46] Compiling Regex SaveSlot.swift
[21/46] Compiling Regex Character+Regex.swift
[22/46] Compiling Regex Collection.swift
[23/46] Compiling Regex Sequence.swift
[24/46] Compiling Regex String+Regex.swift
[25/46] Compiling Regex Parser+Group.swift
[26/46] Compiling Regex Parser+Quantifier.swift
[27/46] Compiling Regex Parser.swift
[28/46] Compiling Regex ParserState.swift
[29/46] Compiling Regex Lexer+Quantifier.swift
[30/46] Compiling Regex Lexer.swift
[31/46] Compiling Regex LexerState.swift
[32/46] Compiling Regex Token.swift
[33/46] Compiling Regex String.swift
[34/46] Compiling Regex Lexer+CharacterSet.swift
[35/46] Compiling Regex Lexer+Escaped.swift
[36/46] Compiling Regex Lexer+Flags.swift
[37/46] Compiling Regex Match.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/VM/Thread.swift:25:6: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Thread' to 'Hashable' by implementing 'hash(into:)' instead
        var hashValue: Int {
            ^
[38/46] Compiling Regex Thread.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/VM/Thread.swift:25:6: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Thread' to 'Hashable' by implementing 'hash(into:)' instead
        var hashValue: Int {
            ^
[39/46] Compiling Regex ThreadID.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/VM/Thread.swift:25:6: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Thread' to 'Hashable' by implementing 'hash(into:)' instead
        var hashValue: Int {
            ^
[40/46] Compiling Regex ThreadIDGenerator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/VM/Thread.swift:25:6: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Thread' to 'Hashable' by implementing 'hash(into:)' instead
        var hashValue: Int {
            ^
[41/46] Compiling Regex RegexMatch.swift
[42/46] Compiling Regex Engine+Execution.swift
[43/46] Compiling Regex Engine+Matching.swift
[44/46] Compiling Regex Engine.swift
[44/46] Archiving libsRegex.a
[45/46] Linking libdRegex.dylib
Build complete! (2.90s)
Build complete.
Done.