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 EmealKit, reference master (26825e), with Swift 6.2 for macOS (SPM) on 7 Oct 2025 17:17:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/EmealKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/EmealKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 26825eb Merge pull request #22 from xiaoyuin/patch-1
Cloned https://github.com/kiliankoe/EmealKit.git
Revision (git rev-parse @):
26825eb8cc6f2e2a600bfb65293dd086585d4b99
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/EmealKit.git at master
Fetching https://github.com/alexaubry/HTMLString.git
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/nmdias/FeedKit.git
[1/1631] Fetching htmlstring
[18/2885] Fetching htmlstring, regex
[19/11793] Fetching htmlstring, regex, feedkit
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.29s)
[9811/10162] Fetching regex, feedkit
Fetched https://github.com/nmdias/FeedKit.git from cache (1.39s)
Fetched https://github.com/sharplet/Regex.git from cache (1.39s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (2.08s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.24s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.11s)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at 9.1.2
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "emealkit",
      "name": "EmealKit",
      "url": "https://github.com/kiliankoe/EmealKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EmealKit",
      "dependencies": [
        {
          "identity": "htmlstring",
          "name": "HTMLString",
          "url": "https://github.com/alexaubry/HTMLString.git",
          "version": "5.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTMLString",
          "dependencies": [
          ]
        },
        {
          "identity": "regex",
          "name": "Regex",
          "url": "https://github.com/sharplet/Regex.git",
          "version": "2.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Regex",
          "dependencies": [
          ]
        },
        {
          "identity": "feedkit",
          "name": "FeedKit",
          "url": "https://github.com/nmdias/FeedKit.git",
          "version": "9.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FeedKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kiliankoe/EmealKit.git
[1/1024] Fetching emealkit
Fetched https://github.com/kiliankoe/EmealKit.git from cache (0.85s)
Fetching https://github.com/alexaubry/HTMLString.git from cache
Fetching https://github.com/nmdias/FeedKit.git from cache
Fetching https://github.com/sharplet/Regex.git from cache
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.52s)
Fetched https://github.com/nmdias/FeedKit.git from cache (0.52s)
Fetched https://github.com/sharplet/Regex.git from cache (0.52s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (0.58s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (0.02s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (0.02s)
Creating working copy for https://github.com/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at 9.1.2
Creating working copy for https://github.com/kiliankoe/EmealKit.git
Working copy of https://github.com/kiliankoe/EmealKit.git resolved at master (26825eb)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
warning: '.resolve-product-dependencies': dependency 'emealkit' is not used by any target
Found 3 product dependencies
  - HTMLString
  - Regex
  - FeedKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kiliankoe/EmealKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/102] Compiling Regex ThreadLocal.swift
[7/102] Compiling HTMLString HTMLString.swift
[8/102] Compiling HTMLString Mappings.swift
[9/102] Compiling HTMLString NSString+HTMLString.swift
[10/102] Emitting module HTMLString
[11/102] Compiling Regex String+ReplaceMatching.swift
[12/102] Compiling Regex MatchResult.swift
[13/102] Compiling Regex Options.swift
[14/102] Compiling Regex Foundation+Ranges.swift
[15/102] Emitting module Regex
[16/102] Compiling Regex Regex.swift
[17/102] Compiling FeedKit AtomFeedEntryContributor.swift
[18/102] Compiling FeedKit AtomFeedEntryLink.swift
[19/102] Compiling FeedKit AtomFeedEntrySource.swift
[20/102] Compiling FeedKit AtomFeedEntrySummary.swift
[21/102] Compiling FeedKit AtomFeedGenerator.swift
[22/102] Compiling FeedKit AtomFeedLink.swift
[23/102] Compiling FeedKit AtomFeedSubtitle.swift
[24/102] Compiling FeedKit AtomPath.swift
[25/102] Compiling FeedKit JSONFeed.swift
[26/102] Compiling FeedKit JSONFeedAttachment.swift
[27/102] Compiling FeedKit MediaDescription.swift
[28/102] Compiling FeedKit MediaEmbed.swift
[29/102] Compiling FeedKit MediaGroup.swift
[30/102] Compiling FeedKit MediaHash.swift
[31/102] Compiling FeedKit MediaLicence.swift
[32/102] Compiling FeedKit MediaLocation.swift
[33/102] Compiling FeedKit MediaNamespace.swift
[34/102] Compiling FeedKit MediaParam.swift
[35/102] Compiling FeedKit MediaPeerLink.swift
[36/102] Compiling FeedKit DateSpec.swift
[37/102] Compiling FeedKit ISO8601DateFormatter.swift
[38/102] Compiling FeedKit RFC3339DateFormatter.swift
[39/102] Compiling FeedKit RFC822DateFormatter.swift
[40/102] Compiling FeedKit Array + Equatable.swift
[41/102] Compiling FeedKit Date + codingStrategy.swift
[42/102] Compiling FeedKit String + toBool.swift
[43/102] Compiling FeedKit String + toDate.swift
[44/102] Compiling FeedKit String + toDuration.swift
[45/102] Compiling FeedKit URL + replacingScheme.swift
[46/111] Compiling FeedKit RSSFeedImage.swift
[47/111] Compiling FeedKit RSSFeedItem.swift
[48/111] Compiling FeedKit RSSFeedItemCategory.swift
[49/111] Compiling FeedKit RSSFeedItemEnclosure.swift
[50/111] Compiling FeedKit RSSFeedItemGUID.swift
[51/111] Compiling FeedKit RSSFeedItemSource.swift
[52/111] Compiling FeedKit RSSFeedSkipDay.swift
[53/111] Compiling FeedKit RSSFeedSkipHour.swift
[54/111] Compiling FeedKit RSSFeedTextInput.swift
[55/111] Compiling FeedKit JSONFeedAuthor.swift
[56/111] Compiling FeedKit JSONFeedHub.swift
[57/111] Compiling FeedKit JSONFeedItem.swift
[58/111] Compiling FeedKit ContentNamespace.swift
[59/111] Compiling FeedKit DublinCoreNamespace.swift
[60/111] Compiling FeedKit MediaCategory.swift
[61/111] Compiling FeedKit MediaCommunity.swift
[62/111] Compiling FeedKit MediaContent.swift
[63/111] Compiling FeedKit MediaCopyright.swift
[64/111] Compiling FeedKit MediaCredit.swift
[65/111] Compiling FeedKit MediaSubTitle.swift
[66/111] Compiling FeedKit MediaTag.swift
[67/111] Compiling FeedKit MediaText.swift
[68/111] Compiling FeedKit MediaThumbnail.swift
[69/111] Compiling FeedKit MediaTitle.swift
[70/111] Compiling FeedKit SyndicationNamespace.swift
[71/111] Compiling FeedKit SyndicationUpdatePeriod.swift
[72/111] Compiling FeedKit iTunesCategory.swift
[73/111] Compiling FeedKit iTunesImage.swift
[74/111] Compiling FeedKit MediaPlayer.swift
[75/111] Compiling FeedKit MediaPrice.swift
[76/111] Compiling FeedKit MediaRating.swift
[77/111] Compiling FeedKit MediaRestriction.swift
[78/111] Compiling FeedKit MediaRights.swift
[79/111] Compiling FeedKit MediaScene.swift
[80/111] Compiling FeedKit MediaStarRating.swift
[81/111] Compiling FeedKit MediaStatistics.swift
[82/111] Compiling FeedKit MediaStatus.swift
[83/111] Compiling FeedKit iTunesNamespace.swift
[84/111] Compiling FeedKit iTunesOwner.swift
[85/111] Compiling FeedKit iTunesSubCategory.swift
[86/111] Compiling FeedKit RDFPath.swift
[87/111] Compiling FeedKit RSSFeed + mapAttributes.swift
[88/111] Compiling FeedKit RSSFeed + mapCharacters.swift
[89/111] Compiling FeedKit RSSFeed.swift
[90/111] Compiling FeedKit RSSFeedCategory.swift
[91/111] Compiling FeedKit RSSFeedCloud.swift
[92/111] Compiling FeedKit AtomFeed + mapAttributes.swift
[93/111] Compiling FeedKit AtomFeed + mapCharacters.swift
[94/111] Compiling FeedKit AtomFeed.swift
[95/111] Compiling FeedKit AtomFeedAuthor.swift
[96/111] Compiling FeedKit AtomFeedCategory.swift
[97/111] Compiling FeedKit AtomFeedContributor.swift
[98/111] Compiling FeedKit AtomFeedEntry.swift
[99/111] Compiling FeedKit AtomFeedEntryAuthor.swift
[100/111] Compiling FeedKit AtomFeedEntryCategory.swift
[101/111] Compiling FeedKit AtomFeedEntryContent.swift
[102/111] Emitting module FeedKit
[103/111] Compiling FeedKit RSSPath.swift
[104/111] Compiling FeedKit Feed.swift
[105/111] Compiling FeedKit FeedDataType.swift
[106/111] Compiling FeedKit FeedParser.swift
[107/111] Compiling FeedKit FeedParserProtocol.swift
[108/111] Compiling FeedKit JSONFeedParser.swift
[109/111] Compiling FeedKit ParserError.swift
[110/111] Compiling FeedKit XMLFeedParser.swift
[111/111] Compiling FeedKit XMLFeedType.swift
[112/130] Compiling EmealKit MealFeed.swift
[113/130] Compiling EmealKit MensaAPI.swift
[114/130] Compiling EmealKit CardData.swift
[115/130] Compiling EmealKit Cardservice.swift
[116/130] Compiling EmealKit Canteen.swift
[117/130] Compiling EmealKit Meal.swift
[118/130] Compiling EmealKit CardserviceAPI.swift
[119/130] Compiling EmealKit CardserviceError.swift
[120/130] Emitting module EmealKit
[121/130] Compiling EmealKit EmealError.swift
[122/130] Compiling EmealKit Logger.swift
[123/130] Compiling EmealKit LoginResponse.swift
[124/130] Compiling EmealKit Transaction.swift
[125/130] Compiling EmealKit LocalizedEmealStrings.swift
[126/130] Compiling EmealKit ObservableEmeal.swift
[127/130] Compiling EmealKit Emeal.swift
[128/130] Compiling EmealKit EmealDelegate.swift
[129/130] Compiling EmealKit Date+short.swift
[130/130] Compiling EmealKit Double+euroString.swift
[131/131] Compiling EmealKit URLSessionProtocol.swift
Build complete! (9.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "htmlstring",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexaubry/HTMLString.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex.git"
    },
    {
      "identity" : "feedkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.2",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nmdias/FeedKit.git"
    }
  ],
  "manifest_display_name" : "EmealKit",
  "name" : "EmealKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "EmealKit",
      "targets" : [
        "EmealKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmealKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EmealKitTests",
      "path" : "Tests/EmealKitTests",
      "sources" : [
        "CanteenTests.swift",
        "EmealTests.swift",
        "MealTests.swift",
        "MockData.swift",
        "MockURLSession.swift"
      ],
      "target_dependencies" : [
        "EmealKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmealKit",
      "module_type" : "SwiftTarget",
      "name" : "EmealKit",
      "path" : "Sources/EmealKit",
      "product_dependencies" : [
        "HTMLString",
        "Regex",
        "FeedKit"
      ],
      "product_memberships" : [
        "EmealKit"
      ],
      "sources" : [
        "Cardservice/CardData.swift",
        "Cardservice/Cardservice.swift",
        "Cardservice/CardserviceAPI.swift",
        "Cardservice/CardserviceError.swift",
        "Cardservice/LoginResponse.swift",
        "Cardservice/Transaction.swift",
        "Date+short.swift",
        "Double+euroString.swift",
        "Emeal/Emeal.swift",
        "Emeal/EmealDelegate.swift",
        "Emeal/LocalizedEmealStrings.swift",
        "Emeal/ObservableEmeal.swift",
        "EmealError.swift",
        "Logger.swift",
        "Mensa/Canteen.swift",
        "Mensa/Meal.swift",
        "Mensa/MealFeed.swift",
        "Mensa/MensaAPI.swift",
        "URLSessionProtocol.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APIValidationTests",
      "module_type" : "SwiftTarget",
      "name" : "APIValidationTests",
      "path" : "Tests/APIValidationTests",
      "sources" : [
        "CardserviceAPITests.swift",
        "MenuAPITests.swift"
      ],
      "target_dependencies" : [
        "EmealKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.5"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/kiliankoe/emealkit/master
Repository:               kiliankoe/EmealKit
Swift version used:       6.2
Target:                   EmealKit
Extracting symbol information for 'EmealKit'...
Finished extracting symbol information for 'EmealKit'. (1.87s)
Building documentation for 'EmealKit'...
Finished building documentation for 'EmealKit' (0.23s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/kiliankoe/emealkit/master
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/nmdias/FeedKit.git
Updated https://github.com/nmdias/FeedKit.git (0.46s)
[1/2133] Fetching swift-docc-plugin
Updating https://github.com/alexaubry/HTMLString.git
Updating https://github.com/sharplet/Regex.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.15s)
Updated https://github.com/alexaubry/HTMLString.git (0.45s)
Updated https://github.com/sharplet/Regex.git (0.45s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (2.23s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (0.59s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3540] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Compiling SymbolKit Mixin+Equals.swift
[18/57] Compiling SymbolKit Mixin+Hash.swift
[19/57] Compiling SymbolKit Mixin.swift
[20/57] Compiling SymbolKit LineList.swift
[21/57] Compiling SymbolKit Position.swift
[22/57] Compiling SymbolKit Names.swift
[23/57] Compiling SymbolKit SPI.swift
[24/57] Compiling SymbolKit Snippet.swift
[25/57] Compiling SymbolKit Extension.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.19s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'EmealKit' complete! (0.21s)
     546
4	/Users/admin/builder/spi-builder-workspace/.docs/kiliankoe/emealkit/master
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kiliankoe/emealkit/master
File count: 546
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-kiliankoe-emealkit-master-01d04d7f.zip to s3://spi-docs-inbox/prod-kiliankoe-emealkit-master-01d04d7f.zip
Copying... [16%]
Copying... [24%]
Copying... [31%]
Copying... [47%]
Copying... [55%]
Copying... [63%]
Copying... [71%]
Copying... [87%]
Copying... [94%]
Copying... [100%]
Done.