Build Information
Successful build of FileUtils with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.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: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerzh/SwiftFileUtils
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
Fetching https://github.com/nerzh/swift-regular-expression.git from cache
Fetched https://github.com/nerzh/swift-regular-expression.git from cache (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.41s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftfileutils",
"name": "FileUtils",
"url": "https://github.com/nerzh/SwiftFileUtils.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFileUtils",
"dependencies": [
{
"identity": "swift-regular-expression",
"name": "SwiftRegularExpression",
"url": "https://github.com/nerzh/swift-regular-expression.git",
"version": "0.2.4",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-regular-expression",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/nerzh/SwiftFileUtils.git from cache
Fetched https://github.com/nerzh/SwiftFileUtils.git from cache (0.16s)
Fetching https://github.com/nerzh/swift-regular-expression.git from cache
Fetched https://github.com/nerzh/swift-regular-expression.git from cache (0.16s)
Computing version for https://github.com/nerzh/swift-regular-expression.git
Computed https://github.com/nerzh/swift-regular-expression.git at 0.2.4 (0.02s)
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/SwiftFileUtils-5b813781 is not valid git repository for 'https://github.com/nerzh/SwiftFileUtils.git', will fetch again.
Fetching https://github.com/nerzh/SwiftFileUtils.git from cache
Fetched https://github.com/nerzh/SwiftFileUtils.git from cache (0.02s)
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.4
warning: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/SwiftFileUtils-5b813781 is not valid git repository for 'https://github.com/nerzh/SwiftFileUtils.git', will fetch again.
Fetching https://github.com/nerzh/SwiftFileUtils.git from cache
Fetched https://github.com/nerzh/SwiftFileUtils.git from cache (0.02s)
Creating working copy for https://github.com/nerzh/SwiftFileUtils.git
Working copy of https://github.com/nerzh/SwiftFileUtils.git resolved at master (596947e)
warning: '.resolve-product-dependencies': dependency 'swiftfileutils' is not used by any target
Found 1 product dependencies
- SwiftRegularExpression
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/nerzh/SwiftFileUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6044DDE57671499D.txt
[4/5] Compiling SwiftRegularExpression String+Regexp.swift
[5/5] Emitting module SwiftRegularExpression
[6/11] Compiling FileUtils ReadFile.swift
[7/11] Compiling FileUtils WriteFile.swift
[8/11] Compiling FileUtils Mode.swift
[9/11] Compiling FileUtils FileUtils.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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") }
^
[10/11] Compiling FileUtils FileReader.swift
[11/11] Emitting module FileUtils
Build complete! (3.67s)
Build complete.
Done.