The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONSchema 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/kylef/JSONSchema.swift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kylef/JSONSchema.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c7ec15 feat: Add support for date-time format
Submodule path 'Tests/Cases': checked out 'fd0aa9f8e2497d9048e17f071abb8fa409f5cb52'
Submodule 'Tests/Cases' (https://github.com/json-schema/JSON-Schema-Test-Suite) registered for path 'Tests/Cases'
Cloning into '/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Cases'...
Cloned https://github.com/kylef/JSONSchema.swift.git
Revision (git rev-parse @):
8c7ec156dde09715d8d2ed83cc8fe6b1ba90648c
SUCCESS checkout https://github.com/kylef/JSONSchema.swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kylef/JSONSchema.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/41] Compiling JSONSchema prefixItems.swift
[4/41] Compiling JSONSchema properties.swift
[5/41] Compiling JSONSchema propertyNames.swift
[6/41] Compiling JSONSchema ref.swift
[7/41] Compiling JSONSchema Draft201909Validator.swift
[8/41] Compiling JSONSchema Draft202012Validator.swift
[9/41] Emitting module JSONSchema
[10/46] Compiling JSONSchema minMaxNumber.swift
[11/46] Compiling JSONSchema minMaxProperties.swift
[12/46] Compiling JSONSchema multipleOf.swift
[13/46] Compiling JSONSchema pattern.swift
[14/46] Compiling JSONSchema required.swift
[15/46] Compiling JSONSchema const.swift
[16/46] Compiling JSONSchema dependentRequired.swift
[17/46] Compiling JSONSchema enum.swift
[18/46] Compiling JSONSchema minMaxItems.swift
[19/46] Compiling JSONSchema minMaxLength.swift
[20/46] Compiling JSONSchema dependentSchemas.swift
[21/46] Compiling JSONSchema if.swift
[22/46] Compiling JSONSchema items.swift
[23/46] Compiling JSONSchema not.swift
[24/46] Compiling JSONSchema oneOf.swift
[25/46] Compiling JSONSchema patternProperties.swift
[26/46] Compiling JSONSchema Draft4Validator.swift
[27/46] Compiling JSONSchema Draft6Validator.swift
[28/46] Compiling JSONSchema Draft7Validator.swift
[29/46] Compiling JSONSchema date-time.swift
[30/46] Compiling JSONSchema date.swift
[31/46] Compiling JSONSchema additionalItems.swift
[32/46] Compiling JSONSchema additionalProperties.swift
[33/46] Compiling JSONSchema allOf.swift
[34/46] Compiling JSONSchema anyOf.swift
[35/46] Compiling JSONSchema contains.swift
[36/46] Compiling JSONSchema dependencies.swift
[37/46] Compiling JSONSchema duration.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[38/46] Compiling JSONSchema time.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[39/46] Compiling JSONSchema JSONPointer.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[40/46] Compiling JSONSchema JSONSchema.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[41/46] Compiling JSONSchema RefResolver.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
  guard let hashIndex = url.index(of: "#") else {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RefResolver.swift:4:29: note: use 'firstIndex(of:)' instead
  guard let hashIndex = url.index(of: "#") else {
                            ^~~~~
                            firstIndex
[42/46] Compiling JSONSchema uniqueItems.swift
[43/46] Compiling JSONSchema ValidationResult.swift
[44/46] Compiling JSONSchema Validator.swift
[45/46] Compiling JSONSchema Validators.swift
[46/46] Compiling JSONSchema format.swift
Build complete! (4.58s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.17s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.14s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.34s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at d02129a9af77729de049d328dd61e530b6f2bb2b
warning: /Users/builder/builds/UKfvDsi8u/2/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/2/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.00s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Build complete.
Done.

Build Machine: Mac 7