Skip to content

Server guides: building#31

Merged
heckj merged 7 commits into
swiftlang:mainfrom
heckj:server-build
May 4, 2026
Merged

Server guides: building#31
heckj merged 7 commits into
swiftlang:mainfrom
heckj:server-build

Conversation

@heckj
Copy link
Copy Markdown
Member

@heckj heckj commented Feb 19, 2026

Draft - adding "Building" server guide (migrating from www.swift.org)

resolves #19

@heckj heckj self-assigned this Feb 19, 2026
@heckj heckj added the status: drafting Content is being drafted label Feb 19, 2026
@heckj heckj marked this pull request as ready for review February 25, 2026 21:59
@heckj heckj added status: in-review Content is under technical review and removed status: drafting Content is being drafted labels Feb 25, 2026
@heckj heckj requested a review from a team as a code owner February 25, 2026 23:17
Comment thread server-guides/Sources/ServerGuides.docc/building.md
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
@heckj heckj requested review from FranzBusch and adam-fowler March 2, 2026 14:12
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md
@heckj heckj requested review from FranzBusch and sebsto March 2, 2026 15:08
@heckj heckj added the content migration Content originally housed in the swift.org under /documentation/articles label Mar 11, 2026
@FranzBusch FranzBusch requested a review from Joannis April 22, 2026 21:13
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md
Comment thread server-guides/Sources/ServerGuides.docc/building.md
Co-authored-by: Franz Busch <privat@franz-busch.de>
Copy link
Copy Markdown

@MahdiBM MahdiBM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty good/useful article. I didn't find any incorrect info or actual issues, but here are some suggestions.
None of these are blockers IMO. Feel free to paraphrase, reject, or discuss 🙂.

Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md
Comment thread server-guides/Sources/ServerGuides.docc/building.md
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
swift:latest swift build
```

These commands mount your current directory into the container and run `swift build` inside a Linux environment.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to make it easier to understand for new comers:

These commands mount your current directory ($PWD) as /code in the container, set /code as the container's working directory, and run swift build inside the Linux environment.

Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
Comment thread server-guides/Sources/ServerGuides.docc/building.md Outdated
@heckj heckj merged commit 898e2c9 into swiftlang:main May 4, 2026
11 checks passed
@heckj heckj deleted the server-build branch May 4, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content migration Content originally housed in the swift.org under /documentation/articles status: in-review Content is under technical review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

building ([current](https://www.swift.org/documentation/server/guides/building.html))

6 participants