The Swift Package Index logo.Swift Package Index

Build Information

Successful build of querykit 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/querykit/querykit-cli.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/querykit/querykit-cli
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5ccffca chore: deprecate cli
Cloned https://github.com/querykit/querykit-cli.git
Revision (git rev-parse @):
5ccffca37a90f502c74c8dcf56f37aead2f749a9
SUCCESS checkout https://github.com/querykit/querykit-cli.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/querykit/querykit-cli.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[3/9] Write querykit-entitlement.plist
[5/9] Write swift-version--423B1241ED78D482.txt
[7/20] Compiling Commander ArgumentParser.swift
[8/21] Compiling Commander Command.swift
[9/21] Compiling Commander Group.swift
[10/21] Compiling Commander CommandType.swift
[11/21] Compiling Commander Error.swift
[12/21] Compiling Commander CommandRunner.swift
[13/21] Compiling Commander ArgumentConvertible.swift
[14/21] Compiling Commander ArgumentDescription.swift
[15/21] Emitting module Commander
[16/21] Compiling Commander Commands.swift
[17/21] Emitting module PathKit
[18/21] Compiling PathKit PathKit.swift
[19/40] Compiling Stencil Lexer.swift
[20/40] Compiling Stencil Loader.swift
[21/40] Compiling Stencil Parser.swift
[22/40] Compiling Stencil Template.swift
[23/40] Compiling Stencil Node.swift
[24/40] Compiling Stencil NowTag.swift
[25/42] Compiling Stencil Include.swift
[26/42] Compiling Stencil Inheritence.swift
[27/42] Compiling Stencil KeyPath.swift
[28/42] Emitting module Stencil
[29/42] Compiling Stencil Expression.swift
[30/42] Compiling Stencil Extension.swift
[31/42] Compiling Stencil FilterTag.swift
[32/42] Compiling Stencil Context.swift
[33/42] Compiling Stencil Environment.swift
[34/42] Compiling Stencil Errors.swift
[35/42] Compiling Stencil Filters.swift
[36/42] Compiling Stencil ForTag.swift
[37/42] Compiling Stencil IfTag.swift
[38/42] Compiling Stencil Tokenizer.swift
[39/42] Compiling Stencil Variable.swift
[40/45] Compiling querykit_cli main.swift
[41/45] Emitting module querykit_cli
[42/45] Compiling querykit_cli QueryKit.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/querykit-cli/QueryKit.swift:96:37: warning: 'substring(from:)' is deprecated: Please use String slicing subscript with a 'partial range from' operator.
      return managedObjectClassName.substring(from: managedObjectClassName.index(after: managedObjectClassName.startIndex))
                                    ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/querykit-cli/QueryKit.swift:124:38: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
  let attributes = entity.properties.flatMap { property -> AttributeDescription? in
                                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/querykit-cli/QueryKit.swift:124:38: note: use 'compactMap(_:)' instead
  let attributes = entity.properties.flatMap { property -> AttributeDescription? in
                                     ^~~~~~~
                                     compactMap
[42/45] Write Objects.LinkFileList
[43/45] Linking querykit
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/querykit: replacing existing signature
[44/45] Applying querykit
Build complete! (7.64s)
Fetching https://github.com/stencilproject/Stencil.git from cache
Fetching https://github.com/kylef/PathKit.git from cache
Fetching https://github.com/kylef/Commander.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Commander.git from cache (0.21s)
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Fetched https://github.com/kylef/PathKit.git from cache (0.21s)
Fetched https://github.com/stencilproject/Stencil.git from cache (0.21s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.50s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.13.1 (0.04s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.04s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.04s)
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.13.1
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.01s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Commander-59fa4440 is not valid git repository for 'https://github.com/kylef/Commander.git', will fetch again.
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/kylef/Commander.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Commander-59fa4440 is not valid git repository for 'https://github.com/kylef/Commander.git', will fetch again.
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/kylef/Commander.git from cache (0.01s)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.1
Build complete.
Done.

Build Machine: Mac 7