Build Information
Successful build of Regex with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/Regex.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/Regex
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 6b16b03 Merge pull request #2 from getGuaka/swift-4
Cloned https://github.com/getGuaka/Regex.git
Revision (git rev-parse @):
6b16b0384b8d34d93ee3a81d4031996771c8c062
SUCCESS checkout https://github.com/getGuaka/Regex.git at 0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $workDir
https://github.com/getGuaka/Regex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling Regex Regex.swift
[2/6] Compiling Regex Types.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: warning: static property 'basic' produces an empty option set
public static let basic = RegexOptions(rawValue: 0)
^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: use [] to silence this warning
public static let basic = RegexOptions(rawValue: 0)
^ ~~~~~~~~~~~~~
([])
[3/6] Emitting module Regex
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: warning: static property 'basic' produces an empty option set
public static let basic = RegexOptions(rawValue: 0)
^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: use [] to silence this warning
public static let basic = RegexOptions(rawValue: 0)
^ ~~~~~~~~~~~~~
([])
[4/6] Compiling Regex StringExtensions.swift
[5/6] Compiling Regex CaptureResult.swift
[6/6] Compiling Regex InternalRegex.swift
Build complete! (2.81s)
Build complete.
Done.