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: 0.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bitwit/swift-package-directory
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 5467153 add crawlGithub action
Cloned https://github.com/bitwit/swift-package-directory.git
Revision (git rev-parse @):
54671535d371ed5ecead5dea42804da9b9f6b065
SUCCESS checkout https://github.com/bitwit/swift-package-directory.git at 0.1.0
========================================
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
[2/8] Write SPDCorePlayground-entitlement.plist
[4/8] Write swift-version--423B1241ED78D482.txt
[6/24] Compiling PromiseKit Combine.swift
[7/24] Compiling PromiseKit Configuration.swift
[8/24] Emitting module PromiseKit
[9/26] Compiling PromiseKit CustomStringConvertible.swift
[10/26] Compiling PromiseKit Error.swift
[11/26] Compiling PromiseKit firstly.swift
[12/26] Compiling PromiseKit hang.swift
[13/26] Compiling PromiseKit Thenable.swift
[14/26] Compiling PromiseKit after.swift
[15/26] Compiling PromiseKit Promise.swift
[16/26] Compiling PromiseKit Resolver.swift
[17/26] Compiling PromiseKit Async.swift
[18/26] Compiling PromiseKit Box.swift
[19/26] Compiling PromiseKit Catchable.swift
[20/26] Compiling PromiseKit Guarantee.swift
[21/26] Compiling PromiseKit LogEvent.swift
[22/26] Compiling PromiseKit race.swift
[23/26] Compiling PromiseKit when.swift
[24/34] Compiling SPDCore PackageCrawler.swift
[25/34] Compiling SPDCore performRequest.swift
[26/34] Compiling SPDCore Package.swift
[27/34] Compiling SPDCore Cloudant.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/34] Compiling SPDCore DataStructures.swift
[29/34] Compiling SPDCore URLRequest+Curl.swift
/Users/builder/builds/UKfvDsi8u/3/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 {
    ^~~~~~~

[30/34] Compiling SPDCore GitHub.swift
[31/34] Emitting module SPDCore
/Users/builder/builds/UKfvDsi8u/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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
[32/35] Compiling SPDCore PackageManager.swift
[33/37] Emitting module SPDCorePlayground
[34/37] Compiling SPDCorePlayground main.swift
[34/37] Write Objects.LinkFileList
[35/37] Linking SPDCorePlayground
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SPDCorePlayground: replacing existing signature
[36/37] Applying SPDCorePlayground
Build complete! (13.15s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git from cache (0.18s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.34s)
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