The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-quiz with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rwbutler/swift-quiz.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/rwbutler/swift-quiz
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 447d0cf Updated .gitignore
Cloned https://github.com/rwbutler/swift-quiz.git
Revision (git rev-parse @):
447d0cf63d9920b3b8bdb062d71d0bc5aa849658
SUCCESS checkout https://github.com/rwbutler/swift-quiz.git at master
Fetching https://github.com/rwbutler/Hash from cache
Fetching https://github.com/krisk/fuse-swift from cache
Fetching https://github.com/rwbutler/LetterCase from cache
Fetched https://github.com/rwbutler/LetterCase (0.24s)
Fetched https://github.com/krisk/fuse-swift (0.26s)
Fetched https://github.com/rwbutler/Hash (0.27s)
Computing version for https://github.com/krisk/fuse-swift
Computed https://github.com/krisk/fuse-swift at 1.4.0 (0.68s)
Computing version for https://github.com/rwbutler/Hash
Computed https://github.com/rwbutler/Hash at 1.5.0 (0.66s)
Computing version for https://github.com/rwbutler/LetterCase
Computed https://github.com/rwbutler/LetterCase at 1.6.1 (0.62s)
Creating working copy for https://github.com/rwbutler/Hash
Working copy of https://github.com/rwbutler/Hash resolved at 1.5.0
Creating working copy for https://github.com/rwbutler/LetterCase
Working copy of https://github.com/rwbutler/LetterCase resolved at 1.6.1
Creating working copy for https://github.com/krisk/fuse-swift
Working copy of https://github.com/krisk/fuse-swift resolved at 1.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-quiz",
      "name": "swift-quiz",
      "url": "https://github.com/rwbutler/swift-quiz.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-quiz",
      "dependencies": [
        {
          "identity": "hash",
          "name": "Hash",
          "url": "https://github.com/rwbutler/Hash",
          "version": "1.5.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Hash",
          "dependencies": [
          ]
        },
        {
          "identity": "lettercase",
          "name": "LetterCase",
          "url": "https://github.com/rwbutler/LetterCase",
          "version": "1.6.1",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LetterCase",
          "dependencies": [
          ]
        },
        {
          "identity": "fuse-swift",
          "name": "Fuse",
          "url": "https://github.com/krisk/fuse-swift",
          "version": "1.4.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fuse-swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/rwbutler/swift-quiz.git
[1/256] Fetching swift-quiz
Fetched https://github.com/rwbutler/swift-quiz.git (0.38s)
Fetching https://github.com/rwbutler/Hash from cache
Fetching https://github.com/rwbutler/LetterCase from cache
Fetching https://github.com/krisk/fuse-swift from cache
Fetched https://github.com/krisk/fuse-swift (0.22s)
Fetched https://github.com/rwbutler/Hash (0.22s)
Fetched https://github.com/rwbutler/LetterCase (0.22s)
Computing version for https://github.com/krisk/fuse-swift
Computed https://github.com/krisk/fuse-swift at 1.4.0 (0.04s)
Computing version for https://github.com/rwbutler/Hash
Computed https://github.com/rwbutler/Hash at 1.5.0 (0.03s)
Computing version for https://github.com/rwbutler/LetterCase
Computed https://github.com/rwbutler/LetterCase at 1.6.1 (0.04s)
Creating working copy for https://github.com/rwbutler/LetterCase
Working copy of https://github.com/rwbutler/LetterCase resolved at 1.6.1
Creating working copy for https://github.com/krisk/fuse-swift
Working copy of https://github.com/krisk/fuse-swift resolved at 1.4.0
Creating working copy for https://github.com/rwbutler/Hash
Working copy of https://github.com/rwbutler/Hash resolved at 1.5.0
Creating working copy for https://github.com/rwbutler/swift-quiz.git
Working copy of https://github.com/rwbutler/swift-quiz.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-quiz' is not used by any target
Found 3 product dependencies
  - Hash
  - LetterCase
  - Fuse
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/19] Compiling LetterCase LetterCase.swift
[2/19] Compiling LetterCase LetterCaseOptions.swift
[3/19] Emitting module LetterCase
[4/19] Compiling LetterCase StringAdditions.swift
[5/19] Compiling Fuse String+Fuse.swift
[6/19] Emitting module Fuse
[7/19] Compiling Fuse Fuse.swift
[8/19] Compiling Fuse FuseUtilities.swift
[9/19] Compiling Hash HashAlgorithm.swift
[10/19] Compiling Hash Hash.swift
[11/19] Compiling Hash Cryptable.swift
[12/19] Compiling Hash DecryptedData.swift
[13/19] Compiling Hash EncryptedData.swift
[14/19] Compiling Hash EncryptionAlgorithm.swift
[15/19] Compiling Hash HMAC.swift
[16/19] Compiling Hash StringAdditions.swift
[17/19] Emitting module Hash
[18/19] Compiling Hash DataAdditions.swift
[19/20] Compiling LetterCase KeyDecodingStrategyAdditions.swift
[20/20] Compiling Hash StringRepresentable.swift
[21/54] Compiling SwiftQuiz SlackMessagingService.swift
[22/54] Compiling SwiftQuiz ParsingService.swift
[23/54] Compiling SwiftQuiz CodableParsingService.swift
[24/54] Compiling SwiftQuiz QuestionModel.swift
[25/58] Compiling SwiftQuiz PackagingError.swift
[26/58] Compiling SwiftQuiz Question.swift
[27/58] Compiling SwiftQuiz Quiz.swift
[28/58] Compiling SwiftQuiz QuizConfiguration.swift
[29/58] Compiling SwiftQuiz QuizError.swift
[30/58] Emitting module SwiftQuiz
[31/58] Compiling SwiftQuiz QuizEvent.swift
[32/58] Compiling SwiftQuiz QuizType.swift
[33/58] Compiling SwiftQuiz Round.swift
[34/58] Compiling SwiftQuiz ShortAnswer.swift
[35/58] Compiling SwiftQuiz QuizServices.swift
[36/58] Compiling SwiftQuiz SwiftQuiz.swift
[37/58] Compiling SwiftQuiz Publishers.swift
[38/58] Compiling SwiftQuiz QuizPublisher.swift
[39/58] Compiling SwiftQuiz QuizSubscription.swift
[40/58] Compiling SwiftQuiz ArrayAdditions.swift
[41/58] Compiling SwiftQuiz DefaultMarkingService.swift
[42/58] Compiling SwiftQuiz MarkingFrequency.swift
[43/58] Compiling SwiftQuiz MarkingSubmission.swift
[44/58] Compiling SwiftQuiz MessagingService.swift
[45/58] Compiling SwiftQuiz AccessControlService.swift
[46/58] Compiling SwiftQuiz DefaultAccessControlService.swift
[47/58] Compiling SwiftQuiz Flagpole.swift
[48/58] Compiling SwiftQuiz ImagesService.swift
[49/58] Compiling SwiftQuiz MarkingService.swift
[50/58] Compiling SwiftQuiz StringAdditions.swift
[51/58] Compiling SwiftQuiz CodableError.swift
[52/58] Compiling SwiftQuiz MultipleAnswer.swift
[53/58] Compiling SwiftQuiz MultipleChoice.swift
[54/58] Compiling SwiftQuiz PackageQuizResult.swift
[55/58] Compiling SwiftQuiz QuizModel.swift
[56/58] Compiling SwiftQuiz RoundModel.swift
[57/58] Compiling SwiftQuiz Command.swift
[58/58] Compiling SwiftQuiz QuizFactory.swift
Build complete! (11.94s)
Build complete.
Done.