The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-quiz, reference 0.1.0 (0dd29d), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 16:56:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rwbutler/swift-quiz.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rwbutler/swift-quiz
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 0dd29d1 Allow scoring rules for all question types
Cloned https://github.com/rwbutler/swift-quiz.git
Revision (git rev-parse @):
0dd29d1ffa56d7c63470a9bd1d8dd01328ec7655
SUCCESS checkout https://github.com/rwbutler/swift-quiz.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rwbutler/swift-quiz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/24] Compiling Hash HMAC.swift
[7/25] Compiling Hash Hash.swift
[8/25] Compiling LetterCase KeyDecodingStrategyAdditions.swift
[9/25] Compiling Hash DataAdditions.swift
[10/25] Compiling LetterCase StringAdditions.swift
[11/25] Compiling Hash StringAdditions.swift
[12/25] Compiling LetterCase LetterCase.swift
[13/25] Compiling Hash HashAlgorithm.swift
[14/25] Emitting module LetterCase
[15/25] Compiling LetterCase LetterCaseOptions.swift
[16/25] Compiling Hash EncryptedData.swift
[17/25] Compiling Hash DecryptedData.swift
[18/25] Emitting module Hash
[19/25] Compiling Hash Cryptable.swift
[20/25] Compiling Hash EncryptionAlgorithm.swift
[21/25] Compiling Fuse Fuse.swift
[22/25] Compiling Fuse String+Fuse.swift
[23/25] Compiling Fuse FuseUtilities.swift
[24/25] Emitting module Fuse
[25/25] Compiling Hash StringRepresentable.swift
[26/60] Compiling SwiftQuiz MessagingService.swift
[27/60] Compiling SwiftQuiz SlackMessagingService.swift
[28/60] Compiling SwiftQuiz ParsingService.swift
[29/63] Compiling SwiftQuiz CodableParsingService.swift
[30/63] Compiling SwiftQuiz QuestionModel.swift
[31/63] Compiling SwiftQuiz QuizModel.swift
[32/63] Compiling SwiftQuiz Quiz.swift
[33/63] Compiling SwiftQuiz QuizConfiguration.swift
[34/63] Compiling SwiftQuiz QuizError.swift
[35/63] Compiling SwiftQuiz QuizEvent.swift
[36/63] Compiling SwiftQuiz MultipleChoice.swift
/Users/admin/builder/spi-builder-workspace/code/model/PackageQuizResult.swift:10:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension SwiftQuiz.PackageQuizResult: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var description: String {
12 |         switch self {
[37/63] Compiling SwiftQuiz PackageQuizResult.swift
/Users/admin/builder/spi-builder-workspace/code/model/PackageQuizResult.swift:10:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension SwiftQuiz.PackageQuizResult: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var description: String {
12 |         switch self {
[38/63] Compiling SwiftQuiz PackagingError.swift
/Users/admin/builder/spi-builder-workspace/code/model/PackageQuizResult.swift:10:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension SwiftQuiz.PackageQuizResult: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var description: String {
12 |         switch self {
[39/63] Compiling SwiftQuiz Question.swift
/Users/admin/builder/spi-builder-workspace/code/model/PackageQuizResult.swift:10:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension SwiftQuiz.PackageQuizResult: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var description: String {
12 |         switch self {
[40/63] Compiling SwiftQuiz ArrayAdditions.swift
[41/63] Compiling SwiftQuiz StringAdditions.swift
[42/63] Compiling SwiftQuiz CodableError.swift
[43/63] Compiling SwiftQuiz MultipleAnswer.swift
[44/63] Compiling SwiftQuiz QuizType.swift
[45/63] Compiling SwiftQuiz Round.swift
[46/63] Compiling SwiftQuiz ShortAnswer.swift
[47/63] Compiling SwiftQuiz QuizServices.swift
[48/63] Compiling SwiftQuiz AccessControlService.swift
[49/63] Compiling SwiftQuiz DefaultAccessControlService.swift
[50/63] Compiling SwiftQuiz Flagpole.swift
[51/63] Compiling SwiftQuiz ImagesService.swift
[52/63] Emitting module SwiftQuiz
/Users/admin/builder/spi-builder-workspace/code/model/PackageQuizResult.swift:10:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension SwiftQuiz.PackageQuizResult: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var description: String {
12 |         switch self {
[53/63] Compiling SwiftQuiz SwiftQuiz.swift
[54/63] Compiling SwiftQuiz Publishers.swift
[55/63] Compiling SwiftQuiz QuizPublisher.swift
[56/63] Compiling SwiftQuiz QuizSubscription.swift
[57/63] Compiling SwiftQuiz MarkingService.swift
[58/63] Compiling SwiftQuiz DefaultMarkingService.swift
[59/63] Compiling SwiftQuiz MarkingFrequency.swift
[60/63] Compiling SwiftQuiz MarkingSubmission.swift
[61/63] Compiling SwiftQuiz RoundModel.swift
[62/63] Compiling SwiftQuiz Command.swift
[63/63] Compiling SwiftQuiz QuizFactory.swift
Build complete! (12.38s)
Fetching https://github.com/rwbutler/Hash
Fetching https://github.com/krisk/fuse-swift
Fetching https://github.com/rwbutler/LetterCase
[1/285] Fetching hash
[10/976] Fetching hash, fuse-swift
[66/1293] Fetching hash, fuse-swift, lettercase
Fetched https://github.com/krisk/fuse-swift from cache (0.86s)
Fetched https://github.com/rwbutler/LetterCase from cache (0.86s)
Fetched https://github.com/rwbutler/Hash from cache (0.86s)
Computing version for https://github.com/krisk/fuse-swift
Computed https://github.com/krisk/fuse-swift at 1.4.0 (1.42s)
Computing version for https://github.com/rwbutler/Hash
Computed https://github.com/rwbutler/Hash at 1.5.0 (2.00s)
Computing version for https://github.com/rwbutler/LetterCase
Computed https://github.com/rwbutler/LetterCase at 1.6.1 (0.50s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rwbutler/Hash"
    },
    {
      "identity" : "lettercase",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rwbutler/LetterCase"
    },
    {
      "identity" : "fuse-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krisk/fuse-swift"
    }
  ],
  "manifest_display_name" : "swift-quiz",
  "name" : "swift-quiz",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftQuiz",
      "targets" : [
        "SwiftQuiz"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftQuiz",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQuiz",
      "path" : "code",
      "product_dependencies" : [
        "Hash",
        "LetterCase",
        "Fuse"
      ],
      "product_memberships" : [
        "SwiftQuiz"
      ],
      "sources" : [
        "SwiftQuiz.swift",
        "combine/Publishers.swift",
        "combine/QuizPublisher.swift",
        "combine/QuizSubscription.swift",
        "extensions/ArrayAdditions.swift",
        "extensions/StringAdditions.swift",
        "model/CodableError.swift",
        "model/MultipleAnswer.swift",
        "model/MultipleChoice.swift",
        "model/PackageQuizResult.swift",
        "model/PackagingError.swift",
        "model/Question.swift",
        "model/Quiz.swift",
        "model/QuizConfiguration.swift",
        "model/QuizError.swift",
        "model/QuizEvent.swift",
        "model/QuizType.swift",
        "model/Round.swift",
        "model/ShortAnswer.swift",
        "services/QuizServices.swift",
        "services/access-control/definition/AccessControlService.swift",
        "services/access-control/implementation/DefaultAccessControlService.swift",
        "services/access-control/model/Flagpole.swift",
        "services/images/definition/ImagesService.swift",
        "services/marking/definition/MarkingService.swift",
        "services/marking/implementation/DefaultMarkingService.swift",
        "services/marking/model/MarkingFrequency.swift",
        "services/marking/model/MarkingSubmission.swift",
        "services/messaging/definition/MessagingService.swift",
        "services/messaging/implementation/SlackMessagingService.swift",
        "services/parsing/definition/ParsingService.swift",
        "services/parsing/implementation/CodableParsingService.swift",
        "services/parsing/model/QuestionModel.swift",
        "services/parsing/model/QuizModel.swift",
        "services/parsing/model/RoundModel.swift",
        "shell/Command.swift",
        "shell/QuizFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.