Build Information
Successful build of ServerSecurity 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.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/security.git
Reference: 0.0.7
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/swift-server/security
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at ef892d5 Add constant structure
Cloned https://github.com/swift-server/security.git
Revision (git rev-parse @):
ef892d595ea2776c2742ef8ec7b5455c7ad373cd
SUCCESS checkout https://github.com/swift-server/security.git at 0.0.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "security",
"name": "ServerSecurity",
"url": "https://github.com/swift-server/security.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/security",
"dependencies": [
]
}
]
}
Fetching https://github.com/swift-server/security.git
[1/135] Fetching security
Fetched https://github.com/swift-server/security.git from cache (0.23s)
Creating working copy for https://github.com/swift-server/security.git
Working copy of https://github.com/swift-server/security.git resolved at 0.0.7 (ef892d5)
warning: '.resolve-product-dependencies': dependency 'security' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/swift-server/security.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/7] Compiling ServerSecurity TLSService-Protocol.swift
[4/7] Compiling ServerSecurity Connection-Protocol.swift
[5/7] Compiling ServerSecurity TLSError.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ServerSecurity/TLSError.swift:37:24: warning: enum case 'fail' has 2 associated values
case .fail(let (code, _)):
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ServerSecurity/TLSError.swift:24:10: note: 'fail' declared here
case fail(Int, String)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ServerSecurity/TLSError.swift:53:24: warning: enum case 'fail' has 2 associated values
case .fail(let (_, reason)):
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ServerSecurity/TLSError.swift:24:10: note: 'fail' declared here
case fail(Int, String)
^
[6/7] Emitting module ServerSecurity
[7/7] Compiling ServerSecurity TLSConfiguration.swift
Build complete! (2.99s)
Build complete.
Done.