Build Information
Successful build of FileUtils 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.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/SwiftFileUtils.git
Reference: 1.3.2
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerzh/SwiftFileUtils
* tag 1.3.2 -> FETCH_HEAD
HEAD is now at 596947e ref2
Cloned https://github.com/nerzh/SwiftFileUtils.git
Revision (git rev-parse @):
596947ed909050f61fa0d342df4b5959bf48342c
SUCCESS checkout https://github.com/nerzh/SwiftFileUtils.git at 1.3.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $workDir
https://github.com/nerzh/SwiftFileUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module SwiftRegularExpression
[2/2] Compiling SwiftRegularExpression String+Regexp.swift
[3/8] Compiling FileUtils Mode.swift
[4/8] Compiling FileUtils FileReader.swift
[5/8] Compiling FileUtils WriteFile.swift
[6/8] Compiling FileUtils FileUtils.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FileUtils/FileUtils.swift:133:16: warning: will never be executed
else { throw fatalError("unknown error for path: \(path)\nPlease, check your path.\n") }
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FileUtils/FileUtils.swift:133:22: note: a call to a never-returning function
else { throw fatalError("unknown error for path: \(path)\nPlease, check your path.\n") }
^
[7/8] Compiling FileUtils ReadFile.swift
[8/8] Emitting module FileUtils
Build complete! (5.22s)
Fetching https://github.com/nerzh/swift-regular-expression.git from cache
Fetched https://github.com/nerzh/swift-regular-expression.git (0.14s)
Computing version for https://github.com/nerzh/swift-regular-expression.git
Computed https://github.com/nerzh/swift-regular-expression.git at 0.2.2 (0.44s)
Creating working copy for https://github.com/nerzh/swift-regular-expression.git
Working copy of https://github.com/nerzh/swift-regular-expression.git resolved at 0.2.2
Build complete.
Done.