The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-package-directory with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bitwit/swift-package-directory.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bitwit/swift-package-directory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write SPDCorePlayground-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--423B1241ED78D482.txt
[6/24] Emitting module PromiseKit
[7/26] Compiling PromiseKit race.swift
[8/26] Compiling PromiseKit when.swift
[9/26] Compiling PromiseKit Promise.swift
[10/26] Compiling PromiseKit Resolver.swift
[11/26] Compiling PromiseKit Async.swift
[12/26] Compiling PromiseKit Box.swift
[13/26] Compiling PromiseKit Catchable.swift
[14/26] Compiling PromiseKit Thenable.swift
[15/26] Compiling PromiseKit after.swift
[16/26] Compiling PromiseKit firstly.swift
[17/26] Compiling PromiseKit hang.swift
[18/26] Compiling PromiseKit CustomStringConvertible.swift
[19/26] Compiling PromiseKit Error.swift
[20/26] Compiling PromiseKit Guarantee.swift
[21/26] Compiling PromiseKit LogEvent.swift
[22/26] Compiling PromiseKit Combine.swift
[23/26] Compiling PromiseKit Configuration.swift
[24/35] Compiling SPDCore GitHub.swift
[25/35] Compiling SPDCore PackageCrawler.swift
[26/35] Compiling SPDCore WhiskWrap.swift
[27/35] Compiling SPDCore Cloudant.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: make the property mutable instead
    let limit: Int = 10
    ~~~ ^
    var
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: make the property mutable instead
    let sort = [["stargazers_count": "desc"]]
    ~~~ ^
    var
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:12:9: note: make the property mutable instead
    let selector = ["stargazers_count": ["$gte": 100]]
    ~~~ ^
    var
[28/36] Compiling SPDCore URLRequest+Curl.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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 {
    ^~~~~~~

[29/36] Compiling SPDCore performRequest.swift
[30/36] Emitting module SPDCore
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:10:9: note: make the property mutable instead
    let limit: Int = 10
    ~~~ ^
    var
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCore/Services/Cloudant.swift:11:9: note: make the property mutable instead
    let sort = [["stargazers_count": "desc"]]
    ~~~ ^
    var
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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 DataStructures.swift
[32/36] Compiling SPDCore Package.swift
[33/36] Compiling SPDCore PackageManager.swift
[34/38] Compiling SPDCorePlayground main.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: warning: expression implicitly coerced from 'AnyOutput<[Package]>?' to 'Any'
        print(o, e)
              ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:15: note: force-unwrap the value to avoid this warning
        print(o, e)
              ^
               !
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: warning: expression implicitly coerced from '(any Error)?' to 'Any'
        print(o, e)
                 ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SPDCorePlayground/main.swift:58:18: note: force-unwrap the value to avoid this warning
        print(o, e)
                 ^
                  !
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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] Emitting module SPDCorePlayground
[35/38] Write Objects.LinkFileList
[36/38] Linking SPDCorePlayground
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SPDCorePlayground: replacing existing signature
[37/38] Applying SPDCorePlayground
Build complete! (13.48s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git from cache (0.19s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.02s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Build complete.
Done.

Build Machine: Mac 7