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 iCalendarParser, reference main (f87378), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:29:45 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/dmail-me/icalendarparser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmail-me/icalendarparser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f87378c Merge pull request #4 from hannojg/feat/add-rrule-to-event
Cloned https://github.com/dmail-me/icalendarparser.git
Revision (git rev-parse @):
f87378ca7b2d59533c9562324b17a8caf20f26a2
SUCCESS checkout https://github.com/dmail-me/icalendarparser.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dmail-me/icalendarparser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling iCalendarParser ParticipationStatus.swift
[4/20] Compiling iCalendarParser ICRRule.swift
[5/20] Compiling iCalendarParser ICSubTimeZone.swift
[6/20] Compiling iCalendarParser ICTimeZone.swift
[7/20] Compiling iCalendarParser ICalendar.swift
[8/20] Compiling iCalendarParser ICDateTime.swift
[9/20] Compiling iCalendarParser ICDateTimes.swift
[10/20] Compiling iCalendarParser ICComponentType.swift
[11/20] Compiling iCalendarParser ICComponentable.swift
[12/20] Compiling iCalendarParser ICEvent.swift
[13/20] Compiling iCalendarParser ICProductIdentifier.swift
[14/20] Compiling iCalendarParser PropertyBuilder.swift
[15/20] Compiling iCalendarParser Constant.swift
[16/20] Compiling iCalendarParser ICFormatter.swift
[17/20] Compiling iCalendarParser DateTimeType.swift
[18/20] Emitting module iCalendarParser
[19/20] Compiling iCalendarParser ICAttendee.swift
[20/20] Compiling iCalendarParser ICComponent.swift
[21/21] Compiling iCalendarParser ICParser.swift
Build complete! (8.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "iCalendarParser",
  "name" : "iCalendarParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "iCalendarParser",
      "targets" : [
        "iCalendarParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iCalendarParserTests",
      "module_type" : "SwiftTarget",
      "name" : "iCalendarParserTests",
      "path" : "Tests/iCalendarParserTests",
      "sources" : [
        "AttendeesTests.swift",
        "DateTimeTypeTests.swift",
        "GetPropertiesTests.swift",
        "ProductIdentifierTests.swift",
        "RRuleTests.swift"
      ],
      "target_dependencies" : [
        "iCalendarParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iCalendarParser",
      "module_type" : "SwiftTarget",
      "name" : "iCalendarParser",
      "path" : "Sources/iCalendarParser",
      "product_memberships" : [
        "iCalendarParser"
      ],
      "sources" : [
        "Builder/PropertyBuilder.swift",
        "Constant/Constant.swift",
        "Formatter/ICFormatter.swift",
        "Models/DateTimeType.swift",
        "Models/ICAttendee.swift",
        "Models/ICComponent.swift",
        "Models/ICComponentType.swift",
        "Models/ICComponentable.swift",
        "Models/ICDateTime.swift",
        "Models/ICDateTimes.swift",
        "Models/ICEvent.swift",
        "Models/ICProductIdentifier.swift",
        "Models/ICRRule.swift",
        "Models/ICSubTimeZone.swift",
        "Models/ICTimeZone.swift",
        "Models/ICalendar.swift",
        "Models/ParticipationStatus.swift",
        "Parser/ICParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.