Build Information
Successful build of swift-package-directory, reference master (cdc4af
), with Swift 5.10 for macOS (SPM) on 31 Aug 2024 21:05:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bitwit/swift-package-directory.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bitwit/swift-package-directory
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cdc4af4 Update README.md
Cloned https://github.com/bitwit/swift-package-directory.git
Revision (git rev-parse @):
cdc4af47a55d992cfed378d88fac6d3416f2b332
SUCCESS checkout https://github.com/bitwit/swift-package-directory.git at master
Fetching https://github.com/mxcl/PromiseKit.git
[1/17034] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (2.70s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (1.96s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-package-directory",
"name": "swift-package-directory",
"url": "https://github.com/bitwit/swift-package-directory.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-package-directory",
"dependencies": [
{
"identity": "promisekit",
"name": "PromiseKit",
"url": "https://github.com/mxcl/PromiseKit.git",
"version": "6.22.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PromiseKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/bitwit/swift-package-directory.git
[1/1000] Fetching swift-package-directory
Fetched https://github.com/bitwit/swift-package-directory.git from cache (1.26s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git from cache (0.60s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.04s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/bitwit/swift-package-directory.git
Working copy of https://github.com/bitwit/swift-package-directory.git resolved at master (cdc4af4)
warning: '.resolve-product-dependencies': dependency 'swift-package-directory' is not used by any target
Found 1 product dependencies
- PromiseKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/bitwit/swift-package-directory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write SPDCorePlayground-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/25] Compiling PromiseKit Catchable.swift
[7/25] Compiling PromiseKit Combine.swift
[8/25] Emitting module PromiseKit
[9/25] Compiling PromiseKit Configuration.swift
[10/25] Compiling PromiseKit CustomStringConvertible.swift
[11/25] Compiling PromiseKit LogEvent.swift
[12/25] Compiling PromiseKit Promise.swift
[13/26] Compiling PromiseKit race.swift
[14/26] Compiling PromiseKit Error.swift
[15/26] Compiling PromiseKit Guarantee.swift
[16/26] Compiling PromiseKit after.swift
[17/26] Compiling PromiseKit firstly.swift
[18/26] Compiling PromiseKit Resolver.swift
[19/26] Compiling PromiseKit Thenable.swift
[20/26] Compiling PromiseKit Async.swift
[21/26] Compiling PromiseKit Box.swift
[22/26] Compiling PromiseKit hang.swift
[23/26] Compiling PromiseKit when.swift
[24/36] Emitting module SPDCore
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Functions/URLRequest+Curl.swift:12:5: warning: 'public' modifier is redundant for property declared in a public extension
public var cURL: String {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
let limit: Int = 10
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'limit' case to silence this warning
let limit: Int = 10
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: make the property mutable instead
let limit: Int = 10
~~~ ^
var
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
let sort = [["stargazers_count": "desc"]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'sort' case to silence this warning
let sort = [["stargazers_count": "desc"]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: make the property mutable instead
let sort = [["stargazers_count": "desc"]]
~~~ ^
var
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
let selector = ["stargazers_count": ["$gte": 100]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'selector' case to silence this warning
let selector = ["stargazers_count": ["$gte": 100]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: make the property mutable instead
let selector = ["stargazers_count": ["$gte": 100]]
~~~ ^
var
[25/36] Compiling SPDCore WhiskWrap.swift
[26/36] Compiling SPDCore DataStructures.swift
[27/36] Compiling SPDCore URLRequest+Curl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Functions/URLRequest+Curl.swift:12:5: warning: 'public' modifier is redundant for property declared in a public extension
public var cURL: String {
^~~~~~~
[28/36] Compiling SPDCore PackageCrawler.swift
[29/36] Compiling SPDCore PackageManager.swift
[30/36] Compiling SPDCore Cloudant.swift
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
let limit: Int = 10
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'limit' case to silence this warning
let limit: Int = 10
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: make the property mutable instead
let limit: Int = 10
~~~ ^
var
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
let sort = [["stargazers_count": "desc"]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'sort' case to silence this warning
let sort = [["stargazers_count": "desc"]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: make the property mutable instead
let sort = [["stargazers_count": "desc"]]
~~~ ^
var
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
let selector = ["stargazers_count": ["$gte": 100]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'selector' case to silence this warning
let selector = ["stargazers_count": ["$gte": 100]]
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: make the property mutable instead
let selector = ["stargazers_count": ["$gte": 100]]
~~~ ^
var
[31/36] Compiling SPDCore Package.swift
[32/36] Compiling SPDCore performRequest.swift
[33/36] Compiling SPDCore GitHub.swift
[34/38] Emitting module SPDCorePlayground
[35/38] Compiling SPDCorePlayground main.swift
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: warning: expression implicitly coerced from 'AnyOutput<[Package]>?' to 'Any'
print(o, e)
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: note: provide a default value to avoid this warning
print(o, e)
^
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: note: force-unwrap the value to avoid this warning
print(o, e)
^
!
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: note: explicitly cast to 'Any' with 'as Any' to silence this warning
print(o, e)
^
as Any
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: warning: expression implicitly coerced from '(any Error)?' to 'Any'
print(o, e)
^
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: note: provide a default value to avoid this warning
print(o, e)
^
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: note: force-unwrap the value to avoid this warning
print(o, e)
^
!
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: note: explicitly cast to 'Any' with 'as Any' to silence this warning
print(o, e)
^
as Any
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:36:9: warning: initialization of immutable value 'startTime' was never used; consider replacing with assignment to '_' or removing it
let startTime = Date()
~~~~^~~~~~~~~
_
/Users/admin/builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:42:9: warning: initialization of immutable value 'packageCrawler' was never used; consider replacing with assignment to '_' or removing it
let packageCrawler = PackageCrawler(packageManager: packageManager)
~~~~^~~~~~~~~~~~~~
_
[35/38] Write Objects.LinkFileList
[36/38] Linking SPDCorePlayground
[37/38] Applying SPDCorePlayground
Build complete! (7.03s)
Build complete.
Done.