Build Information
Successful build of Regex with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.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/builder/builds/TDmZkXJm/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "regex",
"name": "Regex",
"url": "https://github.com/getGuaka/Regex.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Regex",
"dependencies": [
]
}
]
}
Fetching https://github.com/getGuaka/Regex.git
[1/60] Fetching regex
Fetched https://github.com/getGuaka/Regex.git (0.21s)
Creating working copy for https://github.com/getGuaka/Regex.git
Working copy of https://github.com/getGuaka/Regex.git resolved at 0.2.0
warning: '.resolve-product-dependencies': dependency 'regex' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/getGuaka/Regex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Regex Types.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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)
^ ~~~~~~~~~~~~~
([])
[2/6] Compiling Regex StringExtensions.swift
[3/6] Emitting module Regex
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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 CaptureResult.swift
[5/6] Compiling Regex Regex.swift
[6/6] Compiling Regex InternalRegex.swift
Build complete! (1.43s)
Build complete.
Done.